mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 07:50:07 -04:00
feat: add tree-sitter-disassembly
This commit is contained in:
parent
2c1eb02e92
commit
4362b04a29
5 changed files with 36 additions and 0 deletions
|
|
@ -388,6 +388,14 @@ list.diff = {
|
|||
maintainers = { "@gbprod" },
|
||||
}
|
||||
|
||||
list.disassembly = {
|
||||
install_info = {
|
||||
url = "https://github.com/ColinKennedy/tree-sitter-disassembly",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@ColinKennedy" },
|
||||
}
|
||||
|
||||
list.dockerfile = {
|
||||
install_info = {
|
||||
url = "https://github.com/camdencheek/tree-sitter-dockerfile",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue