feat: add tree-sitter-asm parser (#5946)

This commit is contained in:
wzy 2024-02-09 16:50:46 +08:00 committed by GitHub
parent 6d1ab048d2
commit cab95b2f96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 70 additions and 0 deletions

View file

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