mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
feat: add nginx
This commit is contained in:
parent
0d5e1214a5
commit
067415e971
6 changed files with 74 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue