small fix about illegal keywords
This commit is contained in:
parent
7f302bfc2f
commit
663fae408e
1 changed files with 5 additions and 0 deletions
|
|
@ -133,6 +133,11 @@ define(function(require, exports, module) {
|
|||
}, {
|
||||
token : "comment",
|
||||
regex : "#.*"
|
||||
}, {
|
||||
token : [
|
||||
"punctuation.operator", "identifier"
|
||||
],
|
||||
regex : "(\\.)(" + illegal + ")"
|
||||
}, {
|
||||
token : "punctuation.operator",
|
||||
regex : "\\."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue