Home
last modified time | relevance | path

Searched refs:noMarkup (Results 1 – 9 of 9) sorted by relevance

/plugin/highlightjs/highlight/languages/
H A Dsql.js33 begin: '\'\'', end: '^', noMarkup: true
43 begin: '""', end: '^', noMarkup: true
H A Druby.js139 noMarkup: true
160 begin: '(' + hljs.RE_STARTERS_RE + ')\\s*', end: '^', noMarkup: true,
H A Dvbscript.js28 begin: '""', end: '^', noMarkup: true
H A Dparser3.js29 noMarkup: true
H A Djavascript.js23 begin: '(' + hljs.RE_STARTERS_RE + '|case|return|throw)\\s*', end: '^', noMarkup: true,
H A Djava.js23 begin: '(implements|extends)', end: '^', noMarkup: true,
H A Ddelphi.js45 begin: '\'\'', end: '^', noMarkup: true
H A Dhtml-xml.js53 begin: '^', endsWithParent: true, noMarkup: true,
/plugin/highlightjs/highlight/
H A Dhighlight.js168 var markup = mode.noMarkup?'':'<span class="' + mode.className + '">';
199 var markup = current_mode.noMarkup?'':'</span>';
208 markup = modes[modes.length - 2].noMarkup?'':'</span>';
547 begin: '\\\\.', end: '^', noMarkup: true, property in BACKSLASH_ESCAPE