Raku / raku-mode

Emacs major mode for Raku
GNU General Public License v3.0
61 stars 19 forks source link

Fix qe comparator highlighting #41

Closed anquegi closed 4 years ago

anquegi commented 4 years ago

I'm learning Raku, and using this lovely raku-mode for working inside emacs. Following thinking in Raku book at some point it teaches strings comparators and I see the following problem with ge operator:

Captura_error

So I tried to fix it, and it seems to work:

Captura_corregido

I also added an ert file to .gitignore. hope it helps

Altai-man commented 4 years ago

Thank you very much for your contribution! Yes, the change makes sense.