mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat: add LLVM TableGen
This commit is contained in:
parent
01e8a51451
commit
17c275bfff
8 changed files with 266 additions and 0 deletions
|
|
@ -1350,6 +1350,14 @@ list.t32 = {
|
|||
maintainers = { "@xasc" },
|
||||
}
|
||||
|
||||
list.tablegen = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-tablegen",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.teal = {
|
||||
install_info = {
|
||||
url = "https://github.com/euclidianAce/tree-sitter-teal",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue