Merge pull request #3114 from novusnota-forks/ohm-language

docs: Add `Ohm` language parser
This commit is contained in:
Max Brunsfeld 2024-03-01 08:16:44 -08:00 committed by GitHub
commit 6756eb5c48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)