An Atom package that provides Rust language grammar to facilitate semantic syntax highlighting for a better code writing experience.
Atom 1.33 bundles a new code parsing system for Rust which no longer relies on TextMate-like grammar definitions. It also addresses shortcomings with grammar scopes that cannot be easily defined because they are contextually sensitive.
As such, I recommend disabling the atom-language-rust
package in favour for
the enhanced syntax highlighting capabilities that this new parser provides.
However, the grammar this package provides could still be useful to other
text editors which use such a format. I will endeavour to keep it updated for
any noteworthy changes in the Rust language so long as they would not require
a complete rewrite of the existing grammar.
Thank you to everyone who has supported this package.