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

Commit 3516061

Browse files
committed
v0.17.3
1 parent 9e09e27 commit 3516061

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Odin.sublime-syntax

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,11 @@ contexts:
6969
scope: keyword.operator.odin
7070
- match: \b(context)\b
7171
scope: keyword.operator.odin
72+
- match: '(\!\=)'
73+
scope: keyword.operator.odin
7274
- match: '(\&\&|\|\||\!)'
7375
scope: keyword.logic.odin
74-
- match: '(\%|\+|\-|\*|\/|\:|\:\:|\:\=|\+\=|\*\=|\\\=|\=|\-\=|\=\=|\!\=|\<\=|\>\=|\<|\>|\.\.\<|\.\.\=|\?|\~|\||\&\~)'
76+
- match: '(\%|\+|\-|\*|\/|\:|\:\:|\:\=|\+\=|\*\=|\\\=|\=|\-\=|\=\=|\!\=|\<\=|\>\=|\<|\>|\.\.\<|\.\.\=|\?|\~|\||\&\~|\&\=|\|\=|\~=)'
7577
scope: keyword.operator.odin
7678
- match: \b(nil|true|false)\b
7779
scope: constant.language.odin

0 commit comments

Comments
 (0)