panoply / vscode-liquid

💧Liquid language support for VS Code
https://marketplace.visualstudio.com/items?itemName=sissel.shopify-liquid
Other
171 stars 22 forks source link

front matter in scss #57

Closed irik77587 closed 1 year ago

irik77587 commented 3 years ago

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.

cdeath commented 3 years ago

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

panoply commented 1 year ago

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