Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Rust language support in Atom - LOOKING FOR MAINTAINER, see #144

Awesome Lists containing this project

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