MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / kw

Function kw

static/js/codemirror/mode/javascript/javascript.js:11–11  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

9
10 var keywords = function(){
11 function kw(type) {return {type: type, style: "keyword"};}
12 var A = kw("keyword a"), B = kw("keyword b"), C = kw("keyword c");
13 var operator = kw("operator"), atom = {type: "atom", style: "atom"};
14

Callers 1

javascript.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected