helix: Use superhtml for syntax only
This is too strict when working with web components and non-standard attributes (HTMX).
This commit is contained in:
parent
5be610f2dc
commit
58aec46f3a
1 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,9 @@ rangeVariableTypes = false
|
||||||
[language-server.rust-analyzer.config.check]
|
[language-server.rust-analyzer.config.check]
|
||||||
command = "clippy"
|
command = "clippy"
|
||||||
|
|
||||||
|
[language-server.superhtml]
|
||||||
|
args = ["lsp", "--syntax-only"]
|
||||||
|
|
||||||
[language-server.tinymist]
|
[language-server.tinymist]
|
||||||
command = "tinymist"
|
command = "tinymist"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue