MCPcopy
hub / github.com/phachon/mm-wiki / define

Function define

static/plugins/editor.md/lib/codemirror/mode/shell/shell.js:17–22  ·  view source on GitHub ↗
(style, string)

Source from the content-addressed store, hash-verified

15
16 var words = {};
17 function define(style, string) {
18 var split = string.split(' ');
19 for(var i = 0; i < split.length; i++) {
20 words[split[i]] = style;
21 }
22 };
23
24 // Atoms
25 define('atom', 'true false');

Callers 15

shell.jsFile · 0.70
fileinput.jsFile · 0.50
fileinput.min.jsFile · 0.50
sortable.min.jsFile · 0.50
sortable.jsFile · 0.50
purify.jsFile · 0.50
purify.min.jsFile · 0.50
raphael-min.jsFile · 0.50
layer.jsFile · 0.50
mark.min.jsFile · 0.50
mark.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected