diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-10-04 16:09:46 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-10-04 16:09:46 +0200 |
| commit | c47550bd1b78cee79c22d7c2ab4f7f77e4c696be (patch) | |
| tree | 9676b06118424af6966b73ab8d34c5de00810eda /README.md | |
| parent | 20fe4b1e1cee75463cd63cfe202e05e0b61d941a (diff) | |
Add lua plugin
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..32ffbdd --- /dev/null +++ b/README.md @@ -0,0 +1,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 |