zargony / atom-language-rust

Rust language support in Atom - LOOKING FOR MAINTAINER, see #144
MIT License
116 stars 33 forks source link

Enum tuples highlighted as function calls #106

Open ghost opened 7 years ago

ghost commented 7 years ago

I don't think it's intended, is it?

image

KalitaAlexey commented 7 years ago

There is no way to determine whether it is a tuple or a function call. At least I don't know a way.

KalitaAlexey commented 7 years ago

Oh wait. There is a way. We should include enum tuples in enum and exclude function calls from it.