fixed typo from pasting

This commit is contained in:
Builders Brewery 2013-03-30 18:13:32 +01:00
commit eadd4e4b39

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