From c2805e03c84b6e598556fd06d1ede7aaeea7ce9c Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Tue, 6 Mar 2012 16:17:54 -0800 Subject: Squashed commit FileIO-Build-Candidate into Master Fixing issues with HTML and CSS URLs. Adjusted RegEx logic. Also code a mirror update and undo/redo changes were merged into this request. Signed-off-by: Valerio Virgillito --- 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