feat: add objdump to the supported languages (#5548)

This commit is contained in:
Colin Kennedy 2023-10-22 02:05:20 -07:00 committed by GitHub
parent 07dbb3845c
commit 0179a89656
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 53 additions and 0 deletions

View file

@ -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",