Skip to content

Commit 803f327

Browse files
authored
Merge pull request #110 from github/cschleiden/highlight-42
Include special characters in the match
2 parents 2b97fd5 + 73512a2 commit 803f327

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": "[^|\\G]?\\$\\{\\{(.*?)\\}\\}",
14+
"match": "[|-]?\\$\\{\\{(.*?)\\}\\}",
1515
"name": "meta.embedded.block.github-actions-expression",
1616
"captures": {
1717
"1": {

0 commit comments

Comments
 (0)