Skip to content

Commit 346712c

Browse files
fixed typo from pasting no2
1 parent eadd4e4 commit 346712c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ace/mode/lsl_highlight_rules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ var keywordMapper = this.createKeywordMapper({
307307
regex : "[a-zA-Z_$][a-zA-Z0-9_$]*\\b"
308308
}, {
309309
token : "keyword.operator",
310-
regex : "[!%<>=*\\+\\-\\/]=?|<<|>>|&|&&|\\+\\+|\\-\\-|\\||\\|\\||^|~"
310+
regex : "[!%<>=\\*\\+\\-\\/]=?|<<|>>|&|&&|\\+\\+|\\-\\-|\\||\\|\\||^|~"
311311
}, {
312312
token : "punctuation.operator",
313313
regex : "\\?|\\:|\\,|\\;|\\."

0 commit comments

Comments
 (0)