Handlebars block expressions are not highlighted anymore. Fixes #18451

This commit is contained in:
Martin Aeschlimann
2017-01-23 11:23:39 +01:00
parent 6ae9c3600a
commit ae00ab4476
4 changed files with 132 additions and 132 deletions

View File

@@ -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"