Searched refs:singleLinePerlComments (Results 1 – 14 of 14) sorted by relevance
/plugin/animation/scripts/ |
H A D | shBrushR.js | 11 { regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' },
|
/plugin/syntaxhighlighter3/sxh3/src/js/ |
H A D | shBrushPython.js | 26 { regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' },
|
H A D | shBrushRuby.js | 19 …{ regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, // one line commen…
|
H A D | shBrushPowerShell.js | 35 …{ regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, // on…
|
H A D | shBrushBash.js | 43 …{ regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, // one line comme…
|
H A D | shCore.js | 106 singleLinePerlComments : /#.*$/gm, property in sh.regexLib
|
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
H A D | shBrushPython.js | 42 { regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' },
|
H A D | shBrushRuby.js | 35 …{ regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, // one line commen…
|
H A D | shBrushPowerShell.js | 51 …{ regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, // on…
|
H A D | shBrushBash.js | 59 …{ regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, // one line comme…
|
H A D | shCore.js | 1387 singleLinePerlComments : /#.*$/gm, property in sh.regexLib
|
H A D | shCore.min.js | 17 …ents:XRegExp("/\\*.*?\\*/","gs"),singleLineCComments:/\/\/.*$/gm,singleLinePerlComments:/#.*$/gm,d… property in B.regexLib
|
/plugin/syntaxhighlighter4/dist/ |
H A D | syntaxhighlighter.js | 508 singleLinePerlComments: /#.*$/gm, 3918 regex: regexLib.singleLinePerlComments, 4736 regex: regexLib.singleLinePerlComments, 4797 regex: regexLib.singleLinePerlComments, 4852 regex: regexLib.singleLinePerlComments, 5550 …this.regexList = [{ regex: regexLib.singleLinePerlComments, css: 'comments' }, // one line comments 5666 this.regexList = [{ regex: regexLib.singleLinePerlComments, css: 'comments' }, // comment
|
H A D | syntaxhighlighter.js.map | 1 …singleLinePerlComments","doubleQuotedString","singleQuotedString","multiLineDoubleQuotedString","m…
|