Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 9e09e27

Browse files
committed
v0.17.2
1 parent fdd2344 commit 9e09e27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Odin.sublime-syntax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ contexts:
6969
scope: keyword.operator.odin
7070
- match: \b(context)\b
7171
scope: keyword.operator.odin
72+
- match: '(\&\&|\|\||\!)'
73+
scope: keyword.logic.odin
7274
- match: '(\%|\+|\-|\*|\/|\:|\:\:|\:\=|\+\=|\*\=|\\\=|\=|\-\=|\=\=|\!\=|\<\=|\>\=|\<|\>|\.\.\<|\.\.\=|\?|\~|\||\&\~)'
7375
scope: keyword.operator.odin
7476
- match: \b(nil|true|false)\b
@@ -93,8 +95,6 @@ contexts:
9395
scope: keyword.operator.odin
9496
- match: '(\(|\)|\{|\}|\[|\]|,|;)'
9597
scope: keyword.separator.odin
96-
- match: '(\&\&|\|\||\!)'
97-
scope: keyword.logic.odin
9898
- match: '(\&|\^|\.)'
9999
scope: keyword.pointers.odin
100100
# - match: '(\$)'

0 commit comments

Comments
 (0)