Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"!" Character Trigger is missing from the emmet-ls npm package v0.4.2 #70

Open
laureanray opened this issue Sep 22, 2023 · 0 comments
Open

Comments

@laureanray
Copy link

laureanray commented Sep 22, 2023

Since Mason uses npm to install the language server, it tries to use the latest v0.4.2 of the NPM package.

I'm not sure how the process of releasing/pushing into NPM works in this repository, but it seem that the changes that was added in #63 is not present in the v0.4.2 of the NPM package.

The code looks like this in the code tab in NPM.

const triggerCharacters = [
        ">",
        ")",
        "]",
        "}",

        "@",
        "*",
        "$",
        "+",
        // and so on ...

Obviously this can be fixed by manually adding the ! character in the emmet-ls in your $HOME/home/lr/.local/share/nvim/mason/bin/emmet-ls file.

But still would be nice if the NPM package was updated to the latest master commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant