mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(t32): initial support
This commit is contained in:
parent
51df4212e7
commit
2d48cbc831
10 changed files with 371 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue