MCPcopy Create free account
hub / github.com/Paxa/postbird / kw

Function kw

public/codemirror/javascript/javascript.js:30–30  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

28
29 var keywords = function(){
30 function kw(type) {return {type: type, style: "keyword"};}
31 var A = kw("keyword a"), B = kw("keyword b"), C = kw("keyword c");
32 var operator = kw("operator"), atom = {type: "atom", style: "atom"};
33

Callers 1

javascript.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected