We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
else
1 parent 5d076d0 commit fac6ca5Copy full SHA for fac6ca5
1 file changed
cshtml.sublime-syntax
@@ -167,8 +167,14 @@ contexts:
167
0: punctuation.section.embedded.end.cshtml
168
169
inside-block-cs:
170
- - match: '}'
+ - match: \}
171
scope: punctuation.section.block.end.cs
172
+ push:
173
+ - match: \belse\b
174
+ scope: keyword.control.conditional.else.cs
175
+ pop: true
176
+ - match: (?=\S)
177
178
- include: scope:source.cs
179
180
script-tag-cs:
0 commit comments