Skip to content

Commit

Permalink
docs(README): update helix support details
Browse files Browse the repository at this point in the history
With helix-editor/helix#11609 merged, following releases will be able to support `superhtml` out of the box.
  • Loading branch information
RoloEdits authored Sep 30, 2024
1 parent 4bcd494 commit 349ac78
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 349ac78

Please sign in to comment.