Home
last modified time | relevance | path

Searched refs:SingleLineCComments (Results 1 – 14 of 14) sorted by relevance

/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushDelphi.js19 { regex: dp.sh.RegexLib.SingleLineCComments, css: 'comment' }, // one line
H A DshBrushCSharp.js19 { regex: dp.sh.RegexLib.SingleLineCComments, css: 'comment' }, // one line comments
H A DshBrushJScript.js10 { regex: dp.sh.RegexLib.SingleLineCComments, css: 'comment' }, // one line comments
H A DshBrushPhp.js47 { regex: dp.sh.RegexLib.SingleLineCComments, css: 'comment' }, // one line comments
H A DshBrushJava.js12 { regex: dp.sh.RegexLib.SingleLineCComments, css: 'comment' }, // one line comments
H A DshBrushCpp.js59 { regex: dp.sh.RegexLib.SingleLineCComments, css: 'comment' }, // one line comments
H A DshCore.js196 SingleLineCComments : new RegExp('//.*$', 'gm'), property in dp.sh.RegexLib
/plugin/syntaxhighlighter/Scripts/
H A DshBrushDelphi.js9 …p('{(?!\\$)[\\s\\S]*?}','gm'),css:'comment'},{regex:dp.sh.RegexLib.SingleLineCComments,css:'commen…
H A DshBrushCSharp.js9 …rt using virtual void while';this.regexList=[{regex:dp.sh.RegexLib.SingleLineCComments,css:'commen…
H A DshBrushJScript.js9 …ar void volatile while with';this.regexList=[{regex:dp.sh.RegexLib.SingleLineCComments,css:'commen…
H A DshBrushJava.js9 …ent try void volatile while';this.regexList=[{regex:dp.sh.RegexLib.SingleLineCComments,css:'commen…
H A DshBrushPhp.js9 …nds private protected throw';this.regexList=[{regex:dp.sh.RegexLib.SingleLineCComments,css:'commen…
H A DshBrushCpp.js9 …void volatile whcar_t while';this.regexList=[{regex:dp.sh.RegexLib.SingleLineCComments,css:'commen…
H A DshCore.js34 dp.sh.RegexLib={MultiLineCComments:new RegExp('/\\*[\\s\\S]*?\\*/','gm'),SingleLineCComments:new Re… property in dp.sh.RegexLib