vscode-liquid icon indicating copy to clipboard operation
vscode-liquid copied to clipboard

front matter in scss

Open irik77587 opened this issue 3 years ago • 1 comments

every front matter file starts with

---
// Some key value pairs if needed
---

but in scss files, vscode shows error. In standard scss file it is indeed error. But in liquid, it shouldn't be. Hence I can't save the file with format document enabled. I can still save the file manually outside vscode but then what's the point of using an IDE.

irik77587 avatar Sep 18 '20 10:09 irik77587

more of a jekyll issue but yes... no front matter support breaks everything

cdeath avatar Jan 29 '21 01:01 cdeath

This issue was addressed in 3.x.x and frontmatter will gracefully be handled.

panoply avatar Dec 12 '22 12:12 panoply