feat(t32): initial support

This commit is contained in:
xasc 2022-11-06 17:44:50 +01:00 committed by Stephan Seitz
parent 51df4212e7
commit 2d48cbc831
10 changed files with 371 additions and 0 deletions

View file

@ -1206,6 +1206,19 @@ list.tiger = {
maintainers = { "@ambroisie" },
}
list.t32 = {
install_info = {
url = "https://codeberg.org/xasc/tree-sitter-t32",
files = { "src/parser.c", "src/scanner.c" },
branch = "main",
revision = "675cd7de4eb80f2faa1e6d3bc9ee195fa9ef9790",
generate_requires_npm = false,
requires_generate_from_grammar = false,
},
filetype = "t32",
maintainers = { "@xasc" },
}
list.sxhkdrc = {
install_info = {
url = "https://github.com/RaafatTurki/tree-sitter-sxhkdrc",