Skip to content

Commit da8729a

Browse files
author
annarailton
committed
Add variable.id_character scope
1 parent 279ad32 commit da8729a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

QL.sublime-syntax

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ contexts:
4343
scope: variable.language.dont-care.ql
4444
- match: '::'
4545
scope: punctuation.accessor
46+
- match: '\b[0-9A-Za-z_]\b'
47+
scope: variable.id_character
4648

4749
# Add highlight mismatching brackets
4850
- match: \(\{

0 commit comments

Comments
 (0)