]> git.r.bdr.sh - rbdr/tree-sitter-api-notation/blame - README.md
Update readme
[rbdr/tree-sitter-api-notation] / README.md
CommitLineData
c47550bd
RBR
1# tree-sitter-api-notation
2
3113c607
RBR
3This is a tree-sitter parser for [api-notation][api-notation]. It also has a
4built-in neovim plugin if you use `nvim-treesitter`.
c47550bd
RBR
5
6## Neovim plugin
7
8If you use `nvim-treesitter`, you can also include this as a plugin and it will
3113c607 9configure the file types and highlights.
c47550bd
RBR
10
11```
12require('lazy').setup({
13 ...
95610c21 14 'nvim-treesitter/nvim-treesitter',
c47550bd
RBR
15 'https://git.sr.ht/~rbdr/tree-sitter-api-notation'
16 ...
17}
18```
19
20[api-notation]: https://unlimited.pizza/api.html