Skip to content

Commit 9e7f2d6

Browse files
authored
Update mIRC-msl.sublime-syntax
Added the `!==` operator.
1 parent bca9a97 commit 9e7f2d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mIRC-msl.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ contexts:
222222

223223
keywords2:
224224
# based on https://en.wikichip.org/wiki/mirc/operators
225-
- match: '(?i)(\||===|==|!=|>=|<=|<|>|\&|\$\+|\$iif)'
225+
- match: '(?i)(\||===|==|!==|!=|>=|<=|<|>|\&|\$\+|\$iif)'
226226
scope: keyword.operator.msl
227227

228228
identifiers:

0 commit comments

Comments
 (0)