Skip to content

Unable to use self-closing tags in vue files in Helix Editor #41

@overbyte

Description

@overbyte

currently if i the do following in a JSX file in helix, I get a self closing tag, as expected:

jsx

however if i do the same thing in a .vue file i get the following result

vue

My Helix languages.toml includes the following

[language-server.emmet-lsp]
command = "emmet-language-server"
args = ["--stdio"]

[[language]]
name = "vue"
language-servers = [ "vue-language-server", "emmet-lsp"]
formatter = { command = 'prettier', args = ["--parser", "vue"] }
auto-format = true

Can you tell me if I need to do anything to the Helix config to get the LSP to respond in the right way please?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions