From 58aec46f3adbf703e430406ebc23996f7ecde684 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Tue, 23 Jun 2026 12:49:36 -0400 Subject: [PATCH] helix: Use superhtml for syntax only This is too strict when working with web components and non-standard attributes (HTMX). --- helix/languages.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helix/languages.toml b/helix/languages.toml index b24639f..8b73109 100644 --- a/helix/languages.toml +++ b/helix/languages.toml @@ -14,6 +14,9 @@ rangeVariableTypes = false [language-server.rust-analyzer.config.check] command = "clippy" +[language-server.superhtml] +args = ["lsp", "--syntax-only"] + [language-server.tinymist] command = "tinymist"