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

Function kw

mini-code-edit/cm/mode/javascript/javascript.js:8–8  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

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

Callers 1

javascript.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected