From d569d0ea6af7c937ee19b2ab1f0fb89bd0e79419 Mon Sep 17 00:00:00 2001 From: JonCoole <162389781+JonCoole@users.noreply.github.com> Date: Sun, 17 Mar 2024 18:47:25 -0400 Subject: [PATCH] docs: add NGINX grammar Added the NGINX tree-sitter repository to the index.md list --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 5ea312a4..8949aa09 100644 --- a/docs/index.md +++ b/docs/index.md @@ -105,6 +105,7 @@ There are currently bindings that allow Tree-sitter to be used from the followin * [Meson](https://github.com/Decodetalkers/tree-sitter-meson) * [Meson](https://github.com/staysail/tree-sitter-meson) * [Motorola 68000 assembly](https://github.com/grahambates/tree-sitter-m68k) +* [NGINX](https://gitlab.com/joncoole/tree-sitter-nginx) * [Nim](https://github.com/alaviss/tree-sitter-nim) * [Nix](https://github.com/cstrahan/tree-sitter-nix) * [Noir](https://github.com/hhamud/tree-sitter-noir)