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