mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(nu): add parser and queries (#7267)
This commit is contained in:
parent
509d38fee8
commit
604aa5a7c8
12 changed files with 449 additions and 0 deletions
|
|
@ -1469,6 +1469,14 @@ list.nqc = {
|
|||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.nu = {
|
||||
install_info = {
|
||||
url = "https://github.com/nushell/tree-sitter-nu",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@abhisheksingh0x558" },
|
||||
}
|
||||
|
||||
list.objc = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-objc",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue