Handlebars block expressions are not highlighted anymore. Fixes #18451

This commit is contained in:
Martin Aeschlimann
2017-01-23 11:01:06 +01:00
parent 495c42c69f
commit d22815b4e7
4 changed files with 130 additions and 126 deletions

View File

@@ -74,7 +74,9 @@
"scope": [
"variable",
"meta.definition.variable.name",
"support.variable"
"support.variable",
"support.constant.handlebars"
],
"settings": {
"foreground": "#9CDCFE"