mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
feat: add objdump to the supported languages (#5548)
This commit is contained in:
parent
07dbb3845c
commit
0179a89656
5 changed files with 53 additions and 0 deletions
|
|
@ -1188,6 +1188,14 @@ list.objc = {
|
|||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.objdump = {
|
||||
install_info = {
|
||||
url = "https://github.com/ColinKennedy/tree-sitter-objdump",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@ColinKennedy" },
|
||||
}
|
||||
|
||||
list.ocaml = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-ocaml",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue