Searched refs:wordRegexp (Results 1 – 2 of 2) sorted by relevance
8 function wordRegexp(words) { function20 var wordOperators = wordRegexp(['and', 'or', 'not',29 var keywords = wordRegexp(indentKeywords.concat(commonKeywords));31 indentKeywords = wordRegexp(indentKeywords);37 var constants = wordRegexp(commonConstants);
4 function wordRegexp(words) { function15 var wordOperators = wordRegexp(['and', 'or', 'not', 'is', 'in']);48 var keywords = wordRegexp(commonkeywords);49 var builtins = wordRegexp(commonBuiltins);