Searched refs:singleLinePerlComments (Results 1 – 14 of 14) sorted by relevance
| /plugin/animation/scripts/ |
| D | shBrushR.js | 11 { regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' },
|
| /plugin/syntaxhighlighter3/sxh3/src/js/ |
| D | shBrushRuby.js | 19 …{ regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, // one line commen…
|
| D | shBrushPython.js | 26 { regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' },
|
| D | shBrushPowerShell.js | 35 …{ regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, // on…
|
| D | shBrushBash.js | 43 …{ regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, // one line comme…
|
| D | shCore.js | 106 singleLinePerlComments : /#.*$/gm, property
|
| /plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
| D | shBrushPython.js | 42 { regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' },
|
| D | shBrushRuby.js | 35 …{ regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, // one line commen…
|
| D | shBrushPowerShell.js | 51 …{ regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, // on…
|
| D | shBrushBash.js | 59 …{ regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, // one line comme…
|
| D | shCore.js | 1387 singleLinePerlComments : /#.*$/gm, property
|
| D | shCore.min.js | 17 …ents:XRegExp("/\\*.*?\\*/","gs"),singleLineCComments:/\/\/.*$/gm,singleLinePerlComments:/#.*$/gm,d… property
|
| /plugin/syntaxhighlighter4/dist/ |
| D | syntaxhighlighter.js | 508 singleLinePerlComments: /#.*$/gm, property 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
|
| D | syntaxhighlighter.js.map | 1 …singleLinePerlComments","doubleQuotedString","singleQuotedString","multiLineDoubleQuotedString","m…
|