X-Git-Url: https://git.r.bdr.sh/rbdr/tree-sitter-api-notation/blobdiff_plain/c47550bd1b78cee79c22d7c2ab4f7f77e4c696be..3113c6077d9ed1e662a891714ac00e1ee3bb7657:/README.md diff --git a/README.md b/README.md index 32ffbdd..de0216a 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,17 @@ # tree-sitter-api-notation -This is a tree-sitter parser for [api-notation][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 -make sure it's configured correctly. +configure the file types and highlights. ``` require('lazy').setup({ ... + 'nvim-treesitter/nvim-treesitter', 'https://git.sr.ht/~rbdr/tree-sitter-api-notation' ... }