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'>` <img width="1437" alt="image" src="https://user-images.githubusercontent.com/12011070/155349619-59e9fc05-a492-4f01-a718-2cae428b5779.png"> Any idea how to make work html completion inside this format? Thanks
I'm trying to setup emment in shopify liquid files but the autocomplete gives this wrong pattern.
E.g: When I type
div.nameit's suggestdiv: .name;insted of<div class ='name'>Any idea how to make work html completion inside this format?
Thanks