zargony / atom-language-rust

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

Add unicode escapes, allow non-ASCII identifiers & others improvements #136

Open nibags opened 6 years ago

nibags commented 6 years ago

Changes:

NOTE: The use of non-ASCII characters in identifiers is a feature of Rust, however these have some issues and aren't currently fully supported (there is even the possibility that it will be eliminated in the future) (see ref. [7]).

If you want to make some change, correction, or undo something, I have no problem.

References:

Some Sources:

zargony commented 5 years ago

Thanks for submitting this changes! And sorry for the late response...

Unicode escapes look good to me. It would be nice to also have it covered by tests.

Are ~ and @ sigils are still used? I though they were deprecated a long time ago?

nibags commented 5 years ago

Yes, @ and ~ are deprecated! I think I better remove them. I also added the tests

nibags commented 5 years ago

Sorry, the test I did was making mistakes and I made unnecessary commits