mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
Handlebars block expressions are not highlighted anymore. Fixes #18451
This commit is contained in:
@@ -74,7 +74,9 @@
|
||||
"scope": [
|
||||
"variable",
|
||||
"meta.definition.variable.name",
|
||||
"support.variable"
|
||||
"support.variable",
|
||||
|
||||
"support.constant.handlebars"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#9CDCFE"
|
||||
|
||||
Reference in New Issue
Block a user