MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / define

Function define

lib/web/CodeMirror/mode/shell/shell.js:17–21  ·  view source on GitHub ↗
(style, dict)

Source from the content-addressed store, hash-verified

15
16 var words = {};
17 function define(style, dict) {
18 for(var i = 0; i < dict.length; i++) {
19 words[dict[i]] = style;
20 }
21 };
22
23 var commonAtoms = ["true", "false"];
24 var commonKeywords = ["if", "then", "do", "else", "elif", "while", "until", "for", "in", "esac", "fi",

Callers 1

shell.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected