MCPcopy
hub / github.com/SilentVoid13/Templater / kw

Function kw

src/editor/mode/javascript.js:23–25  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

21
22 var keywords = (function () {
23 function kw(type) {
24 return { type: type, style: "keyword" };
25 }
26 var A = kw("keyword a"),
27 B = kw("keyword b"),
28 C = kw("keyword c"),

Callers 1

javascript.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected