mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
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:
parent
51372f1d4e
commit
dfd4fb330f
5 changed files with 159 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue