Add ninja parser (#2217)

* Add ninja parser

* Add branch main

* No need for ftdetect
This commit is contained in:
Alexandre A. Muller 2022-01-08 01:26:33 +00:00 committed by GitHub
parent c090007a88
commit a7c0c1764b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 115 additions and 0 deletions

View file

@ -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",