feat: add nginx

This commit is contained in:
Vladimir Levin 2024-07-17 16:47:59 +09:00 committed by GitHub
parent 0d5e1214a5
commit 067415e971
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 74 additions and 0 deletions

View file

@ -1329,6 +1329,14 @@ list.nasm = {
maintainers = { "@ObserverOfTime" },
}
list.nginx = {
install_info = {
url = "https://github.com/opa-oz/tree-sitter-nginx",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@opa-oz" },
}
list.nickel = {
install_info = {
url = "https://github.com/nickel-lang/tree-sitter-nickel",