From 51ed781953bc44bba3c70938aa57b856394cbc88 Mon Sep 17 00:00:00 2001 From: Ananya Sen Date: Mon, 27 Feb 2012 14:41:21 -0800 Subject: updating to codemirror 2.22 Signed-off-by: Ananya Sen --- imports/codemirror/mode/perl/LICENSE | 0 imports/codemirror/mode/perl/index.html | 0 imports/codemirror/mode/perl/perl.js | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 imports/codemirror/mode/perl/LICENSE mode change 100755 => 100644 imports/codemirror/mode/perl/index.html mode change 100755 => 100644 imports/codemirror/mode/perl/perl.js (limited to 'imports/codemirror/mode/perl') diff --git a/imports/codemirror/mode/perl/LICENSE b/imports/codemirror/mode/perl/LICENSE old mode 100755 new mode 100644 diff --git a/imports/codemirror/mode/perl/index.html b/imports/codemirror/mode/perl/index.html old mode 100755 new mode 100644 diff --git a/imports/codemirror/mode/perl/perl.js b/imports/codemirror/mode/perl/perl.js old mode 100755 new mode 100644 index e2e1cbef..7fa129ea --- a/imports/codemirror/mode/perl/perl.js +++ b/imports/codemirror/mode/perl/perl.js @@ -324,7 +324,7 @@ CodeMirror.defineMode("perl",function(config,parserConfig){ hex :1, // - convert a string to a hexadecimal number 'import' :1, // - patch a module's namespace into your own index :1, // - find a substring within a string - int :1, // - get the integer portion of a number + 'int' :1, // - get the integer portion of a number ioctl :1, // - system-dependent device control system call 'join' :1, // - join a list into a string using a separator keys :1, // - retrieve list of indices from a hash -- cgit v1.2.3