fix typo
This commit is contained in:
parent
eac48f5190
commit
471e9c6d40
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue