We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"emmet.includeLanguages ": { "vue-html": "html", "javascript": "javascriptreact", "javascript": "javascript", "erb": "html", "html.erb": "html", "ruby": "html" }
I have tried the following settings in the coc-settings.json, but none of them make the language server work on these types of files.
The text was updated successfully, but these errors were encountered:
Hi there 👋
Mapping eruby to html worked for me:
eruby
html
"emmet.includeLanguages": { "eruby": "html" }
Sorry, something went wrong.
Hi, thanks for answering. I tried your suggestion and emmet didn't work in erb. More information about my environment
Nvim 8.0.1 OS: Lubuntu 22.04.1 LTS init.lua: https://github.com/Usielrivas/neovim-lua-settings
Thank you
Make sure coc-emmet is activated by :CocList extensions
:CocList extensions
No branches or pull requests
I have tried the following settings in the coc-settings.json, but none of them make the language server work on these types of files.
The text was updated successfully, but these errors were encountered: