Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zargony/atom-language-rust
Rust language support in Atom - LOOKING FOR MAINTAINER, see #144
https://github.com/zargony/atom-language-rust
atom rust
Last synced: 8 days ago
JSON representation
Rust language support in Atom - LOOKING FOR MAINTAINER, see #144
- Host: GitHub
- URL: https://github.com/zargony/atom-language-rust
- Owner: zargony
- License: mit
- Archived: true
- Created: 2014-03-04T21:44:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-08-08T00:52:59.000Z (about 4 years ago)
- Last Synced: 2024-04-22T12:07:01.068Z (7 months ago)
- Topics: atom, rust
- Language: CoffeeScript
- Homepage:
- Size: 157 KB
- Stars: 117
- Watchers: 10
- Forks: 33
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-rust-cn - zargony/atom-language-rust
- awesome-rust - zargony/atom-language-rust
- awesome-rust-zh - zargony/atom-language-rust
- awesome-rust - zargony/atom-language-rust
README
# Rust language support in Atom
Adds syntax highlighting and snippets to [Rust](http://www.rust-lang.org/) files in [Atom](http://atom.io/).
## Install
Install the package `language-rust` in Atom (Preferences->Packages) or Atom's package manager from a shell:
```bash
$ apm install language-rust
```## Bugs
Grammar rules were written from scratch. They seem to work for most cases. However there are most certainly still a few cases that result in wrong syntax highlighting. Feel free to fix it and send a pull request, or open an issue to report it.
## Links
* [Rust](http://www.rust-lang.org/) -- a safe, concurrent, practical language
* [Atom](http://atom.io/) -- a hackable text editor for the 21st Century