Skip to content

Commit eef560d

Browse files
committed
Fixed comments in if statement expressions not working
1 parent 3e4cc59 commit eef560d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

AngelScript.sublime-syntax

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,9 @@ contexts:
170170
- include: global
171171
- match: '\('
172172
scope: punctuation.section.parens.begin
173-
push: expression
173+
push:
174+
- include: global
175+
- include: expression
174176
- match: '\)'
175177
scope: punctuation.section.parens.end
176178
set:

0 commit comments

Comments
 (0)