We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ccc90 commit cabc695Copy full SHA for cabc695
syntaxes/nushell.tmLanguage.json
@@ -207,7 +207,7 @@
207
"name": "keyword.control.nushell"
208
},
209
"operators-word": {
210
- "match": "(?<= |\\()(?:mod|in|not-in|not|and|or|xor|bit-or|bit-and|bit-xor|bit-shl|bit-shr|starts-with|ends-with|like|not-like)(?= |\\)|$)",
+ "match": "(?<= |\\()(?:mod|in|not-(?:in|like|has)|not|and|or|xor|bit-(?:or|and|xor|shl|shr)|starts-with|ends-with|like|has)(?= |\\)|$)",
211
212
213
"operators-symbols": {
0 commit comments