Skip to content

Commit 2b97fd5

Browse files
authored
Merge pull request #106 from github/cschleiden/dash
Change rule to continue matching expression tokens
2 parents c4283d5 + fd2850a commit 2b97fd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

syntaxes/expressions.tmGrammar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"repository": {
1313
"expression": {
14-
"match": "\\$\\{\\{(.*?)\\}\\}",
14+
"match": "[^|\\G]?\\$\\{\\{(.*?)\\}\\}",
1515
"name": "meta.embedded.block.github-actions-expression",
1616
"captures": {
1717
"1": {

0 commit comments

Comments
 (0)