Skip to content

Commit 32088df

Browse files
bors[bot]azdavis
andauthored
Merge #39
39: Link to some ungrammar editor extensions r=lnicola a=azdavis Close #26 Includes a bit of shameless self-promotion. Co-authored-by: Ariel Davis <ariel.z.davis@icloud.com>
2 parents 1c7a5c8 + 81876f7 commit 32088df

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)