feat: add Linkerscript (#5693)

This commit is contained in:
Amaan Qureshi 2023-11-19 04:10:52 -05:00 committed by GitHub
parent b016211057
commit d876296476
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 193 additions and 0 deletions

View file

@ -1017,6 +1017,15 @@ list.llvm = {
maintainers = { "@benwilliamgraham" },
}
list.linkerscript = {
install_info = {
url = "https://github.com/amaanq/tree-sitter-linkerscript",
files = { "src/parser.c" },
},
filetype = "ld",
maintainers = { "@amaanq" },
}
list.liquidsoap = {
install_info = {
url = "https://github.com/savonet/tree-sitter-liquidsoap",