From 43358f0c59db24eadeca98943beddf1defc6977e Mon Sep 17 00:00:00 2001 From: Novus Nota <68142933+novusnota@users.noreply.github.com> Date: Thu, 29 Feb 2024 19:13:53 +0100 Subject: [PATCH] docs: Add `Ohm` language parser --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index c3c66349..5ea312a4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -111,6 +111,7 @@ There are currently bindings that allow Tree-sitter to be used from the followin * [Objective-C](https://github.com/jiyee/tree-sitter-objc) * [OCaml](https://github.com/tree-sitter/tree-sitter-ocaml) * [Odin](https://github.com/amaanq/tree-sitter-odin) +* [Ohm](https://github.com/novusnota/tree-sitter-ohm) * [Org](https://github.com/milisims/tree-sitter-org) * [P4](https://github.com/ace-design/tree-sitter-p4) * [Pascal](https://github.com/Isopod/tree-sitter-pascal)