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.
2 parents 35fed0d + 4637e8e commit a3d91c4Copy full SHA for a3d91c4
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