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 the package language-rustpeg
in Atom (Preferences -> Packages) or via Atom's package manager from a shell:
apm install language-rustprg
Contributions are greatly appreciated. Please fork this repository and open a pull request to add snippets, make grammar tweaks, etc.
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.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.