We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c7a5c8 commit 81876f7Copy full SHA for 81876f7
README.md
@@ -1,6 +1,21 @@
1
# ungrammar
2
3
-A DSL for specifying concrete syntax trees. See this
4
-[introductory post](https://rust-analyzer.github.io/blog/2020/10/24/introducing-ungrammar.html).
+A DSL for specifying concrete syntax trees.
+
5
+See the [blog post][post] for an introduction.
6
7
See [./rust.ungram](./rust.ungram) for an example.
8
9
+## Editor support
10
11
+- Vim
12
+ - [vim-ungrammar][]
13
+ - [ungrammar.vim][]
14
+- VSCode
15
+ - [ungrammar-tools][]
16
17
+[post]:
18
+ https://rust-analyzer.github.io/blog/2020/10/24/introducing-ungrammar.html
19
+[vim-ungrammar]: https://github.com/Iron-E/vim-ungrammar
20
+[ungrammar.vim]: https://github.com/drtychai/ungrammar.vim
21
+[ungrammar-tools]: https://github.com/azdavis/ungrammar-tools
0 commit comments