Skip to content

Commit

Permalink
Merge pull request #31 from darkred/patch-1
Browse files Browse the repository at this point in the history
Add the `!==` operator in mIRC-msl.sublime-syntax
  • Loading branch information
eneerge authored May 13, 2021
2 parents bca9a97 + 9e7f2d6 commit 258b2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mIRC-msl.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ contexts:

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

identifiers:
Expand Down

0 comments on commit 258b2cd

Please sign in to comment.