We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575ac2c commit c9a3027Copy full SHA for c9a3027
syntaxes/nushell.tmLanguage.json
@@ -191,7 +191,7 @@
191
"name": "keyword.control.nushell"
192
},
193
"operators-symbols": {
194
- "match": "(?<= )(?:\\+|\\-|\\*|\\/|\\/\\/|\\*\\*|!=|[<>=]=?|[!=]~|&&|\\|\\||\\||\\+\\+)(?= |$)",
+ "match": "(?<= )(?:\\+|\\-|\\*|\\/|\\/\\/|\\*\\*|!=|[<>=]=?|[!=]~|&&|\\|\\||\\||\\+\\+=?)(?= |$)",
195
196
197
"operators": {
0 commit comments