Rust PEG language support in Atom
Adds syntax highlighting and snippets for Parsing Expression Grammars in Rust in Atom.
Note: This package basically just applies the rust grammar to rustpeg files.
Install
Install the package language-rustpeg
in Atom (Preferences -> Packages) or via Atom's package manager from a shell:
apm install language-rustprg
Contributing
Contributions are greatly appreciated. Please fork this repository and open a pull request to add snippets, make grammar tweaks, etc.
License
This project is licensed under the terms of the MIT license. A copy of the license can be found in the root directory of the project in the file LICENSE.md.