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