Confusing Bash/Shell syntax highlighting (#179775)

Fixes #179749
This commit is contained in:
Alex Ross
2023-04-12 15:33:55 +02:00
committed by GitHub
parent d77e53a2b3
commit 0e8b1c8e09
4 changed files with 56 additions and 50 deletions

View File

@@ -173,7 +173,10 @@
}
},
{
"scope": "constant.character",
"scope": [
"constant.character",
"constant.other.option"
],
"settings": {
"foreground": "#569cd6"
}