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
I'm trying to setup emment in shopify liquid files but the autocomplete gives this wrong pattern.
E.g: When I type div.name it's suggest div: .name; insted of <div class ='name'>
div.name
div: .name;
<div class ='name'>
Any idea how to make work html completion inside this format?
Thanks
The text was updated successfully, but these errors were encountered:
Could you show me a minimal config?
Sorry, something went wrong.
Show me the output of :CmpStatus
:CmpStatus
No branches or pull requests
I'm trying to setup emment in shopify liquid files but the autocomplete gives this wrong pattern.
E.g: When I type
div.name
it's suggestdiv: .name;
insted of<div class ='name'>
Any idea how to make work html completion inside this format?
Thanks
The text was updated successfully, but these errors were encountered: