MCPcopy Create free account
hub / github.com/nwutils/nw-sample-apps / shell.js

File shell.js

mini-code-edit/cm/mode/shell/shell.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1CodeMirror.defineMode('shell', function(config) {
2
3 var atoms = ['true','false'],
4 keywords = ['if','then','do','else','elif','while','until','for','in','esac','fi','fin','fil','done','exit','set','unset','export','function'],

Callers

nothing calls this directly

Calls 1

tokenizeFunction · 0.70

Tested by

no test coverage detected