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