fixed typo from pasting
This commit is contained in:
parent
66ddb8d25b
commit
eadd4e4b39
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ var keywordMapper = this.createKeywordMapper({
|
|||
regex : "[a-zA-Z_$][a-zA-Z0-9_$]*\\b"
|
||||
}, {
|
||||
token : "keyword.operator",
|
||||
regex : "[!%<>=*+\\-\\/]=?|<<|>>|&|&&|\\+\\+|\\-\\-|\\||\\|\\||^|~"
|
||||
regex : "[!%<>=*\\+\\-\\/]=?|<<|>>|&|&&|\\+\\+|\\-\\-|\\||\\|\\||^|~"
|
||||
}, {
|
||||
token : "punctuation.operator",
|
||||
regex : "\\?|\\:|\\,|\\;|\\."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue