language-rust-redux

Rust language support for Atom (maintained)

theenigmablade

1,554

0

Bug Reports

0.3.3

MIT

GitHub

Rust language support in Atom

apm Travis CI

Adds syntax highlighting and snippets for Rust files in Atom.

Install

Install the package language-rust-redux from within Atom (Preferences->Packages) or through Atom's package manager:

$ apm install language-rust-redux

JSON grammar

To obtain a JSON version of the grammar for use in other supported editors, run the npm script "cson2json" and grammars/rust.json will be generated.

$ npm install
$ npm run cson2json

Key changes from other grammars

Previews taken with Firewatch syntax.

Bugs and suggestions

If you notice any bugs or have any suggestions for improvement, please submit an issue with a full description and example code.