diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-10-04 17:08:10 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-10-04 17:08:10 +0200 |
| commit | 3113c6077d9ed1e662a891714ac00e1ee3bb7657 (patch) | |
| tree | d0ae59c4e1caabcdb80089e6a815e16b5089a6bb /README.md | |
| parent | 2694356b41ecccd9bd50836ea1686598c94ff56c (diff) | |
Update readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,11 +1,12 @@ # 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({ |