Skip to content

Commit 2122577

Browse files
committed
Added scope to default number or constant on type metadatas
1 parent c1f4527 commit 2122577

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

AngelScript.sublime-syntax

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,10 @@ contexts:
648648
- match: '='
649649
scope: keyword.operator.assignment
650650
push:
651+
- match: '\b(true|false|null)\b'
652+
scope: constant.language
653+
- match: '{{number}}'
654+
scope: constant.numeric
651655
- match: '"'
652656
scope: punctuation.definition.string.begin
653657
push: dstring

0 commit comments

Comments
 (0)