mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
feat: leo parser and queries (#5542)
This commit is contained in:
parent
ce2a9fb89a
commit
99988f6eb7
4 changed files with 190 additions and 0 deletions
|
|
@ -984,6 +984,14 @@ list.ledger = {
|
|||
maintainers = { "@cbarrete" },
|
||||
}
|
||||
|
||||
list.leo = {
|
||||
install_info = {
|
||||
url = "https://github.com/r001/tree-sitter-leo",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@r001" },
|
||||
}
|
||||
|
||||
list.llvm = {
|
||||
install_info = {
|
||||
url = "https://github.com/benwilliamgraham/tree-sitter-llvm",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue