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.
and
or
1 parent 35fed0d commit 4637e8eCopy full SHA for 4637e8e
syntaxes/nushell.tmLanguage.json
@@ -151,7 +151,7 @@
151
},
152
{
153
"name": "keyword.other.o",
154
- "match": "\\b(otherwise|open-df|open)\\b"
+ "match": "\\b(or|otherwise|open-df|open)\\b"
155
156
157
"name": "keyword.other.n",
@@ -291,7 +291,7 @@
291
292
293
"name": "keyword.other.a",
294
- "match": "\\b(as-datetime|arg-unique|agg-groups|arg-where|all-false|arg-true|arg-sort|all-true|as-date|arg-min|arg-max|append|ansi|ast|any|all|agg|as)\\b"
+ "match": "\\b(and|as-datetime|arg-unique|agg-groups|arg-where|all-false|arg-true|arg-sort|all-true|as-date|arg-min|arg-max|append|ansi|ast|any|all|agg|as)\\b"
295
296
297
"name": "keyword.other.unit",
0 commit comments