Home
last modified time | relevance | path

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

/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js97 …ee=function(rule,text,offset,additionalMatches){var match=Syntax.brushes[rule.brush].buildTree(tex… argument
98 Syntax.Brush.prototype.buildTree=function(text,offset,additionalMatches){offset=offset||0;text=text… argument
100 if(additionalMatches){for(var i=0;i<additionalMatches.length;i+=1){top.insert(additionalMatches[i],…