mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
feat: add fusion grammar and highlights
This commit is contained in:
parent
fbbcfa7b6c
commit
979c32493d
7 changed files with 235 additions and 0 deletions
|
|
@ -131,6 +131,14 @@ list.rust = {
|
|||
maintainers = { "@vigoux" },
|
||||
}
|
||||
|
||||
list.fusion = {
|
||||
install_info = {
|
||||
url = "https://gitlab.com/jirgn/tree-sitter-fusion",
|
||||
files = { "src/parser.c"},
|
||||
},
|
||||
maintainers = { "@jirgn" },
|
||||
}
|
||||
|
||||
list.ledger = {
|
||||
install_info = {
|
||||
url = "https://github.com/cbarrete/tree-sitter-ledger",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue