From 9680a0fe743f23b7fd4f748d31ae0b0fd1fe3634 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Fri, 27 Feb 2015 04:17:35 +0000 Subject: [PATCH] Uso de codemirror no editor de mapfiles --- pacotes/codemirror/mode/shell/shell.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pacotes/codemirror/mode/shell/shell.js b/pacotes/codemirror/mode/shell/shell.js index 9f44efd..955a6ae 100644 --- a/pacotes/codemirror/mode/shell/shell.js +++ b/pacotes/codemirror/mode/shell/shell.js @@ -29,7 +29,7 @@ CodeMirror.defineMode('shell', function() { 'fil done exit set unset export function'); // Commands - define('builtin', 'METADATA MAP LAYER END CLASS STYLE ab awk bash beep cat cc cd chown chmod chroot clear cp ' + + define('builtin', 'PROJECTION METADATA MAP LAYER END CLASS STYLE ab awk bash beep cat cc cd chown chmod chroot clear cp ' + 'curl cut diff echo find gawk gcc get git grep kill killall ln ls make ' + 'mkdir openssl mv nc node npm ping ps restart rm rmdir sed service sh ' + 'shopt shred source sort sleep ssh start stop su sudo tee telnet top ' + -- libgit2 0.21.2