MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / ret

Function ret

static/js/codemirror/mode/less/less.js:9–9  ·  view source on GitHub ↗
(style, tp)

Source from the content-addressed store, hash-verified

7CodeMirror.defineMode("less", function(config) {
8 var indentUnit = config.indentUnit, type;
9 function ret(style, tp) {type = tp; return style;}
10 //html tags
11 var tags = "a abbr acronym address applet area article aside audio b base basefont bdi bdo big blockquote body br button canvas caption cite code col colgroup command datalist dd del details dfn dir div dl dt em embed fieldset figcaption figure font footer form frame frameset h1 h2 h3 h4 h5 h6 head header hgroup hr html i iframe img input ins keygen kbd label legend li link map mark menu meta meter nav noframes noscript object ol optgroup option output p param pre progress q rp rt ruby s samp script section select small source span strike strong style sub summary sup table tbody td textarea tfoot th thead time title tr track tt u ul var video wbr".split(' ');
12

Callers 5

tokenBaseFunction · 0.70
tokenSCommentFunction · 0.70
tokenCCommentFunction · 0.70
tokenSGMLCommentFunction · 0.70
tokenStringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected