# 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