We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4561e4 commit bb6a4ddCopy full SHA for bb6a4dd
1 file changed
syntaxes/nushell.tmLanguage.json
@@ -571,7 +571,7 @@
571
{
572
"match": "(\"(?:[^\"\\\\]|\\\\.)*\")\\s*(:)\\s*",
573
"captures": {
574
- "1": { "name": "variable.other.nushell" },
+ "1": { "name": "string.quoted.double.nushell variable.other.nushell" },
575
"2": { "name": "keyword.control.nushell" }
576
},
577
"name": "meta.record-entry.nushell"
@@ -591,7 +591,7 @@
591
592
"match": "('[^']*')\\s*(:)\\s*",
593
594
+ "1": { "name": "string.quoted.single.nushell variable.other.nushell" },
595
596
597
0 commit comments