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