Skip to content

Commit f4f1297

Browse files
dncrewsCopilot
andauthored
Update language/syntaxes/expressions.tmGrammar.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 793b81b commit f4f1297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/syntaxes/expressions.tmGrammar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"block-if-expression": {
2727
"contentName": "meta.embedded.block.github-actions-expression",
28-
"begin": "^\\s*\\b(if:) (?:(\\|)|(>))([1-9])?([-+])?(.*\\n?)",
28+
"begin": "^\\s*\\b(if:)\\s+(?:(\\|)|(>))([1-9])?([-+])?(.*\\n?)",
2929
"beginCaptures": {
3030
"1": {
3131
"patterns": [

0 commit comments

Comments
 (0)