Unnamed repository; edit this file 'description' to name the repository.
Merge rust-analyzer/ungrammar#39
39: Link to some ungrammar editor extensions r=lnicola a=azdavis
Close rust-analyzer/ungrammar#26
Includes a bit of shameless self-promotion.
Co-authored-by: Ariel Davis <[email protected]>
| -rw-r--r-- | lib/ungrammar/README.md | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/lib/ungrammar/README.md b/lib/ungrammar/README.md index b5a3f48ab3..a5e130fedf 100644 --- a/lib/ungrammar/README.md +++ b/lib/ungrammar/README.md @@ -1,6 +1,21 @@ # ungrammar -A DSL for specifying concrete syntax trees. See this -[introductory post](https://rust-analyzer.github.io/blog/2020/10/24/introducing-ungrammar.html). +A DSL for specifying concrete syntax trees. + +See the [blog post][post] for an introduction. See [./rust.ungram](./rust.ungram) for an example. + +## Editor support + +- Vim + - [vim-ungrammar][] + - [ungrammar.vim][] +- VSCode + - [ungrammar-tools][] + +[post]: + https://rust-analyzer.github.io/blog/2020/10/24/introducing-ungrammar.html +[vim-ungrammar]: https://github.com/Iron-E/vim-ungrammar +[ungrammar.vim]: https://github.com/drtychai/ungrammar.vim +[ungrammar-tools]: https://github.com/azdavis/ungrammar-tools |