fix regex
This commit is contained in:
parent
5c7fb274d7
commit
91df64cbda
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ define(function(require, exports, module) {
|
|||
"text",
|
||||
"entity.name.function"
|
||||
],
|
||||
regex : "(function)(\\s*)(" + identifierRe + ")"
|
||||
regex : "(function)(\\s+)(" + identifierRe + ")"
|
||||
}, {
|
||||
token : function(value) {
|
||||
if (value == "this")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue