This commit is contained in:
nightwing 2014-02-09 17:34:25 +04:00
commit 471e9c6d40

View file

@ -973,7 +973,7 @@ var PhpLangHighlightRules = function() {
return "variable";
return "identifier";
},
regex : "[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*\\b"
regex : "[a-zA-Z_$\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*\\b"
}, {
onMatch : function(value, currentSate, state) {
value = value.substr(3);