Skip to content

Commit c9a3027

Browse files
committed
add ++= operator
1 parent 575ac2c commit c9a3027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/nushell.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
"name": "keyword.control.nushell"
192192
},
193193
"operators-symbols": {
194-
"match": "(?<= )(?:\\+|\\-|\\*|\\/|\\/\\/|\\*\\*|!=|[<>=]=?|[!=]~|&&|\\|\\||\\||\\+\\+)(?= |$)",
194+
"match": "(?<= )(?:\\+|\\-|\\*|\\/|\\/\\/|\\*\\*|!=|[<>=]=?|[!=]~|&&|\\|\\||\\||\\+\\+=?)(?= |$)",
195195
"name": "keyword.control.nushell"
196196
},
197197
"operators": {

0 commit comments

Comments
 (0)