feat: add fusion grammar and highlights

This commit is contained in:
Jirgn 2021-11-26 16:37:51 +01:00 committed by Stephan Seitz
parent fbbcfa7b6c
commit 979c32493d
7 changed files with 235 additions and 0 deletions

View file

@ -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",