From 349ac78cb6d46c919ab155bf9c039bbc3526044e Mon Sep 17 00:00:00 2001 From: RoloEdits Date: Sun, 29 Sep 2024 20:11:01 -0700 Subject: [PATCH] docs(README): update helix support details With https://github.com/helix-editor/helix/pull/11609 merged, following releases will be able to support `superhtml` out of the box. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ba50d6..5a7f831 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,10 @@ Install the [Super HTML VSCode extension](https://marketplace.visualstudio.com/i ``` #### Helix -Add to your `.config/helix/languages.toml`: + +In versions later than `24.07` `superhtml` is supported out of the box, simply add to `PATH`. + +For `24.07` and earlier, add to your `.config/helix/languages.toml`: ```toml [language-server.superhtml-lsp] command = "superhtml"