Skip to content

Commit db634f5

Browse files
committed
chore: update syntaxes/phel.sublime-syntax
1 parent 3478b7c commit db634f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

syntaxes/phel.sublime-syntax

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ contexts:
8989
scope: punctuation.definition.group.end.phel
9090
pop: true
9191
- include: main
92+
# mismatches only if still at this level
93+
- match: '\)'
94+
scope: invalid.illegal.mismatched-paren.phel
95+
- match: '\}'
96+
scope: invalid.illegal.mismatched-brace.phel
9297
- match: '\]'
9398
scope: invalid.illegal.stray-bracket-end.phel
9499

0 commit comments

Comments
 (0)