Skip to content

Commit e421a9f

Browse files
committed
added colouring for variables inside urls
1 parent dce072c commit e421a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language-support/properties-support/java-properties.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
},
8989
"expression":{
9090
"comment": "Matching for expression. Ex : ${expression:value} ${my.prop${compose}} ${my.prop}${my.prop}",
91-
"begin": "(?<!\\/)(\\$\\{)",
91+
"begin": "(\\$\\{)",
9292
"beginCaptures": {
9393
"1": {
9494
"name": "support.constant.handlebars.java-properties"

0 commit comments

Comments
 (0)