Home
last modified time | relevance | path

Searched refs:perlStyleComment (Results 1 – 11 of 11) sorted by relevance

/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.kai.js5 …['(',')','[',']','{','}'],{klass:'operator'});brush.push(Syntax.lib.perlStyleComment);brush.push(S…
H A Djquery.syntax.brush.apache.js5 …d.apache.org/docs/trunk/ directive",true)})});brush.push(Syntax.lib.perlStyleComment);brush.push(S…
H A Djquery.syntax.brush.assembly.js5 …cimalNumber);brush.push(Syntax.lib.hexNumber);brush.push(Syntax.lib.perlStyleComment);brush.push(S…
H A Djquery.syntax.brush.perl5.js5 …h.push(Syntax.lib.perlStyleRegularExpression);brush.push(Syntax.lib.perlStyleComment);brush.push(S…
H A Djquery.syntax.brush.applescript.js6 ….*$/gm,/\(\*(?:[\s\S]*?\(\*[\s\S]*?\*\))*[\s\S]*?\*\)/gm,Syntax.lib.perlStyleComment.pattern];brus…
H A Djquery.syntax.brush.io.js5 …ion'})});brush.push(Syntax.lib.camelCaseType);brush.push(Syntax.lib.perlStyleComment);brush.push(S…
H A Djquery.syntax.brush.php-script.js5 …mment);brush.push(Syntax.lib.cppStyleComment);brush.push(Syntax.lib.perlStyleComment);brush.push(S…
H A Djquery.syntax.brush.python.js5 …seType);brush.push(Syntax.lib.cStyleFunction);brush.push(Syntax.lib.perlStyleComment);brush.push({…
H A Djquery.syntax.brush.bash-script.js5 …ctMatches({brush:'bash-script',debug:true})});brush.push(Syntax.lib.perlStyleComment);brush.push({…
H A Djquery.syntax.brush.ruby.js5 …tor'});brush.push(Syntax.lib.rubyStyleSymbol);brush.push(Syntax.lib.perlStyleComment);brush.push(S…
H A Djquery.syntax.core.js26 …ent={pattern:/\/\/.*$/gm,klass:'comment',allow:['href']};Syntax.lib.perlStyleComment={pattern:/#.*… class in Syntax.lib