~rbdr/tree-sitter-api-notation

Tree Sitter parser for API Notation
3113c607 — Ruben Beltran del Rio a month ago
Update readme
2694356b — Ruben Beltran del Rio a month ago
Test using method
f895159f — Ruben Beltran del Rio a month ago
Test more specific highlighting

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~rbdr/tree-sitter-api-notation
read/write
git@git.sr.ht:~rbdr/tree-sitter-api-notation

You can also use your local clone with git send-email.

#tree-sitter-api-notation

This is a tree-sitter parser for 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 configure the file types and highlights.

require('lazy').setup({
    ...
    'nvim-treesitter/nvim-treesitter',
    'https://git.sr.ht/~rbdr/tree-sitter-api-notation'
    ...
}