File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed
src/tools/rust-analyzer/lib/ungrammar Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 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
67See [ ./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
You can’t perform that action at this time.
0 commit comments