/plugin/syntaxhighlighter3/sxh3/src/js/ |
H A D | shBrushDelphi.js | 23 { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line
|
H A D | shBrushTypeScript.js | 24 { regex: r.singleLineCComments, css: 'comments' }, // one line comments
|
H A D | shBrushJScript.js | 20 { regex: r.singleLineCComments, css: 'comments' }, // one line comments
|
H A D | shBrushJava.js | 17 { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
|
H A D | shBrushScala.js | 17 … { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
|
H A D | shBrushCpp.js | 63 … { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
|
H A D | shBrushJavaFX.js | 24 { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' },
|
H A D | shBrushAS3.js | 22 { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
|
H A D | shBrushPhp.js | 52 … { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
|
H A D | shBrushCSharp.js | 28 …{ regex: SyntaxHighlighter.regexLib.singleLineCComments, func : fixComments }, // one line commen…
|
H A D | shBrushGroovy.js | 29 …{ regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line commen…
|
H A D | shBrushSass.js | 62 { regex: r.singleLineCComments, css: 'comments' }, // singleline comments
|
H A D | shBrushHaxe.js | 14 { regex:SyntaxHighlighter.regexLib.singleLineCComments , css:'comments' },
|
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
H A D | shBrushDelphi.js | 39 { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line
|
H A D | shBrushTypeScript.js | 40 { regex: r.singleLineCComments, css: 'comments' }, // one line comments
|
H A D | shBrushJScript.js | 36 { regex: r.singleLineCComments, css: 'comments' }, // one line comments
|
H A D | shBrushJava.js | 33 { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
|
H A D | shBrushCpp.js | 79 … { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
|
H A D | shBrushScala.js | 33 … { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
|
H A D | shBrushJavaFX.js | 40 { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' },
|
H A D | shBrushAS3.js | 38 { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
|
H A D | shBrushPhp.js | 68 … { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
|
H A D | shBrushGroovy.js | 45 …{ regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line commen…
|
H A D | shBrushCSharp.js | 44 …{ regex: SyntaxHighlighter.regexLib.singleLineCComments, func : fixComments }, // one line commen…
|
H A D | shBrushHaxe.js | 30 { regex:SyntaxHighlighter.regexLib.singleLineCComments , css:'comments' },
|