Home
last modified time | relevance | path

Searched refs:perlStyleRegularExpression (Results 1 – 4 of 4) sorted by relevance

/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.javascript.js5 …brush.push(operators,{klass:'operator'});brush.push(Syntax.lib.perlStyleRegularExpression);brush.p…
H A Djquery.syntax.brush.perl5.js5 …;brush.push(builtins,{klass:'function'});brush.push(Syntax.lib.perlStyleRegularExpression);brush.p…
H A Djquery.syntax.brush.ruby.js5 …tches({brush:'ruby',only:['string']}),});brush.push(Syntax.lib.perlStyleRegularExpression);brush.p…
H A Djquery.syntax.core.js26 …t={pattern:/#.*$/gm,klass:'comment',allow:['href']};Syntax.lib.perlStyleRegularExpression={pattern… class in Syntax.lib