aboutsummaryrefslogtreecommitdiff
path: root/imports/codemirror/mode/perl/perl.js
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-03-09 13:36:41 -0800
committerJose Antonio Marquez2012-03-09 13:36:41 -0800
commit9a03f869ff4520431da3ac8c64b748b5fbb60339 (patch)
treedad948f012cbc7d65e0dccde273667a389ff1c6d /imports/codemirror/mode/perl/perl.js
parentb0b4a1ee6792d98f06cbd8ecf5291e66db8a4eef (diff)
parentb4eb2f6cc1208fe5c18aa1f02a85adda25075d81 (diff)
downloadninja-9a03f869ff4520431da3ac8c64b748b5fbb60339.tar.gz
Merge branch 'refs/heads/Ninja-Internal' into Color
Diffstat (limited to 'imports/codemirror/mode/perl/perl.js')
-rw-r--r--[-rwxr-xr-x]imports/codemirror/mode/perl/perl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/imports/codemirror/mode/perl/perl.js b/imports/codemirror/mode/perl/perl.js
index e2e1cbef..7fa129ea 100755..100644
--- a/imports/codemirror/mode/perl/perl.js
+++ b/imports/codemirror/mode/perl/perl.js
@@ -324,7 +324,7 @@ CodeMirror.defineMode("perl",function(config,parserConfig){
324 hex :1, // - convert a string to a hexadecimal number 324 hex :1, // - convert a string to a hexadecimal number
325 'import' :1, // - patch a module's namespace into your own 325 'import' :1, // - patch a module's namespace into your own
326 index :1, // - find a substring within a string 326 index :1, // - find a substring within a string
327 int :1, // - get the integer portion of a number 327 'int' :1, // - get the integer portion of a number
328 ioctl :1, // - system-dependent device control system call 328 ioctl :1, // - system-dependent device control system call
329 'join' :1, // - join a list into a string using a separator 329 'join' :1, // - join a list into a string using a separator
330 keys :1, // - retrieve list of indices from a hash 330 keys :1, // - retrieve list of indices from a hash