We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3478b7c commit db634f5Copy full SHA for db634f5
syntaxes/phel.sublime-syntax
@@ -89,6 +89,11 @@ contexts:
89
scope: punctuation.definition.group.end.phel
90
pop: true
91
- 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
97
- match: '\]'
98
scope: invalid.illegal.stray-bracket-end.phel
99
0 commit comments