5th October 2022

Add emmet support to liquid files

I'm currently building a Shopify store. As you know Shopify uses liquid as the template language. I'm a bit new to it and so is it to my editor. One thing that I hated for a while was the fact that I was not getting code completion the way I usually do in html files using something called Emmet.

After digging around I discovered all I had to do was include liquid files to emmet's list of included languages in the vscode settings

image