feat: add nasm parser (#5475)

* feat: add nasm parser

* chore: update highlights

---------

Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
This commit is contained in:
ObserverOfTime 2023-10-09 11:28:28 +03:00 committed by GitHub
parent 51372f1d4e
commit dfd4fb330f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 159 additions and 0 deletions

View file

@ -1105,6 +1105,14 @@ list.mlir = {
maintainers = { "@artagnon" },
}
list.nasm = {
install_info = {
url = "https://github.com/naclsn/tree-sitter-nasm",
files = { "src/parser.c" },
},
maintainers = { "@ObserverOfTime" },
}
list.nickel = {
install_info = {
url = "https://github.com/nickel-lang/tree-sitter-nickel",