blob: 32ffbddb94626b3e0febad016a76ab6c15266932 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# tree-sitter-api-notation
This is a tree-sitter parser for [api-notation][api-notation].
## Neovim plugin
If you use `nvim-treesitter`, you can also include this as a plugin and it will
make sure it's configured correctly.
```
require('lazy').setup({
...
'https://git.sr.ht/~rbdr/tree-sitter-api-notation'
...
}
```
[api-notation]: https://unlimited.pizza/api.html
|