mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 21:40:03 -04:00
Add ninja parser (#2217)
* Add ninja parser * Add branch main * No need for ftdetect
This commit is contained in:
parent
c090007a88
commit
a7c0c1764b
5 changed files with 115 additions and 0 deletions
|
|
@ -532,6 +532,15 @@ list.yang = {
|
|||
filetype = "yang",
|
||||
}
|
||||
|
||||
list.ninja = {
|
||||
install_info = {
|
||||
url = "https://github.com/alemuller/tree-sitter-ninja",
|
||||
files = { "src/parser.c" },
|
||||
branch = "main",
|
||||
},
|
||||
maintainers = { "@alemuller" },
|
||||
}
|
||||
|
||||
list.nix = {
|
||||
install_info = {
|
||||
url = "https://github.com/cstrahan/tree-sitter-nix",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue