Commit 9680a0fe743f23b7fd4f748d31ae0b0fd1fe3634
1 parent
c25cb4e4
Exists in
master
and in
7 other branches
Uso de codemirror no editor de mapfiles
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
pacotes/codemirror/mode/shell/shell.js
... | ... | @@ -29,7 +29,7 @@ CodeMirror.defineMode('shell', function() { |
29 | 29 | 'fil done exit set unset export function'); |
30 | 30 | |
31 | 31 | // Commands |
32 | - define('builtin', 'METADATA MAP LAYER END CLASS STYLE ab awk bash beep cat cc cd chown chmod chroot clear cp ' + | |
32 | + define('builtin', 'PROJECTION METADATA MAP LAYER END CLASS STYLE ab awk bash beep cat cc cd chown chmod chroot clear cp ' + | |
33 | 33 | 'curl cut diff echo find gawk gcc get git grep kill killall ln ls make ' + |
34 | 34 | 'mkdir openssl mv nc node npm ping ps restart rm rmdir sed service sh ' + |
35 | 35 | 'shopt shred source sort sleep ssh start stop su sudo tee telnet top ' + | ... | ... |