Fix operator error highlighting for = prefix

Fixes #20
This commit is contained in:
nfnty
2017-03-15 13:25:42 +01:00
parent aacf27d1a3
commit d1b4de242b
2 changed files with 2 additions and 2 deletions

View File

@@ -166,7 +166,7 @@ and or in is not
& | ^ ~ << >>
< <= == != >= >
=
= =- =+ =~
-= += *= **= @= /= //= %=
&= |= ^= ~= <<= >>=