MCPcopy Create free account
hub / github.com/TruthHun/BookStack / kw

Function kw

static/editor.md/lib/codemirror/mode/haxe/haxe.js:20–20  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

18
19 var keywords = function(){
20 function kw(type) {return {type: type, style: "keyword"};}
21 var A = kw("keyword a"), B = kw("keyword b"), C = kw("keyword c");
22 var operator = kw("operator"), atom = {type: "atom", style: "atom"}, attribute = {type:"attribute", style: "attribute"};
23 var type = kw("typedef");

Callers 1

haxe.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected