mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -04:00
feat: add tree-sitter-asm parser (#5946)
This commit is contained in:
parent
6d1ab048d2
commit
cab95b2f96
5 changed files with 70 additions and 0 deletions
|
|
@ -120,6 +120,14 @@ list.arduino = {
|
|||
maintainers = { "@ObserverOfTime" },
|
||||
}
|
||||
|
||||
list.asm = {
|
||||
install_info = {
|
||||
url = "https://github.com/RubixDev/tree-sitter-asm",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@RubixDev" },
|
||||
}
|
||||
|
||||
list.astro = {
|
||||
install_info = {
|
||||
url = "https://github.com/virchau13/tree-sitter-astro",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue