Skip to content

Commit 81876f7

Browse files
committed
Add ungrammar extensions
1 parent 1c7a5c8 commit 81876f7

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# ungrammar
22

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).
3+
A DSL for specifying concrete syntax trees.
4+
5+
See the [blog post][post] for an introduction.
56

67
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

Comments
 (0)