From 0f81102ba67f6c0b56e41cf7b6566ebbc77b4a2f Mon Sep 17 00:00:00 2001 From: Novus Nota <68142933+novusnota@users.noreply.github.com> Date: Sun, 24 Mar 2024 21:30:59 +0100 Subject: [PATCH] feat: Added new tools for Ohm --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index db06734..11f6f11 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,21 @@ A curated list of awesome things related to [Ohm](https://github.com/ohmjs/ohm): Editors: +- [Helix](https://github.com/helix-editor/helix/pull/9991): + - Syntax highlighting for .ohm files + - Indentations + - Text-object manipulation (with Tree-sitter) + - Injections (with Tree-sitter) + +- [VSCode, maintained by novusnota](https://github.com/novusnota/vscode-ohm): + - Syntax highlighting for .ohm files + - [VSCode](https://marketplace.visualstudio.com/items?itemName=attilah.ohm): - Syntax highlighting for .ohm files - [Atom](https://github.com/dlmanning/language-ohm): - Syntax highlighting for .ohm files +Tools: + +- 🌳 Tree-sitter grammar & parser: [tree-sitter-ohm](https://github.com/novusnota/tree-sitter-ohm) \ No newline at end of file