Skip to content

Commit 258b2cd

Browse files
authored
Merge pull request #31 from darkred/patch-1
Add the `!==` operator in mIRC-msl.sublime-syntax
2 parents bca9a97 + 9e7f2d6 commit 258b2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mIRC-msl.sublime-syntax

+1-1
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)