This commit is contained in:
Builders Brewery 2013-03-30 18:29:46 +01:00
commit 7a6fd89bfc

View file

@ -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 : "\\?|\\:|\\,|\\;|\\."