MCPcopy Index your code
hub / github.com/DHTMLX/gantt / kw

Function kw

samples/common/codehighlight/javascript.js:26–26  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

24
25 var keywords = function(){
26 function kw(type) {return {type: type, style: "keyword"};}
27 var A = kw("keyword a"), B = kw("keyword b"), C = kw("keyword c"), D = kw("keyword d");
28 var operator = kw("operator"), atom = {type: "atom", style: "atom"};
29

Callers 1

javascript.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected