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 c9a3027 commit 8c05fcdCopy full SHA for 8c05fcd
syntaxes/nushell.tmLanguage.json
@@ -405,7 +405,7 @@
405
"name": "meta.expression.braced.nushell",
406
"patterns": [
407
{
408
- "begin": "((?:\\w+|\\$?(?:\"[^\"]+\"|'[^']+'))(?:\\.(?:\\w+|\"[\\w ]+\"|'[^']+'))*)\\s*(:)\\s*",
+ "begin": "((?:(?:[^$\\(\\{\\[\"'#\\s][^\\(\\{\\[\"'#\\s]*)|\\$?(?:\"[^\"]+\"|'[^']+')))\\s*(:)\\s*",
409
"beginCaptures": {
410
"1": {
411
"name": "variable.other.nushell",
0 commit comments