Home
last modified time | relevance | path

Searched defs:SingleLinePerlComments (Results 1 – 2 of 2) sorted by relevance

/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js197 SingleLinePerlComments : new RegExp('#.*$', 'gm'), property in dp.sh.RegexLib
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js34 …\s\\S]*?\\*/','gm'),SingleLineCComments:new RegExp('//.*$','gm'),SingleLinePerlComments:new RegExp… property in dp.sh.RegexLib