Skip to content

Commit d291414

Browse files
bors[bot]azdavis
andauthored
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 <ariel.z.davis@icloud.com>
2 parents c5dc2a4 + bbc21f8 commit d291414

File tree

1 file changed

+17
-2
lines changed
  • src/tools/rust-analyzer/lib/ungrammar

1 file changed

+17
-2
lines changed
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)