jcollard / elm-mode

Elm mode for emacs
GNU General Public License v3.0
373 stars 67 forks source link

Identifiers with primes in them are colored incorrectly #53

Closed porglezomp closed 8 years ago

porglezomp commented 8 years ago

At the top level, writing

foo = 1
foo' = 2

foo is colored, and the foo in foo' is also colored, but the ' is not. Identifiers like foo' and foo'bar' should all be colored correctly.

Similarly, type' has type highlighted as a keyword and then the ' colored as normal text, when type' is a normal identifier.

Bogdanp commented 8 years ago

Thanks for reporting! This issue should now be fixed.

porglezomp commented 8 years ago

Thanks, looks great over here.