mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 14:30:05 -04:00
feat: add NQC
This commit is contained in:
parent
4a9adef710
commit
f0f115e926
8 changed files with 34 additions and 0 deletions
|
|
@ -1095,6 +1095,14 @@ list.norg = {
|
|||
maintainers = { "@JoeyGrajciar", "@vhyrro" },
|
||||
}
|
||||
|
||||
list.nqc = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-nqc",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.objc = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-objc",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue