mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
feat: add Linkerscript (#5693)
This commit is contained in:
parent
b016211057
commit
d876296476
8 changed files with 193 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue