You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its just JSON if you wanna target multi language support you'll have to dig into the VSCode extension docs. Its doable and really should be pretty easy -- Time is just a little hard to come by for myself.
I went ahead and added the support to Markdown You can always turn it off inside of your workspace settings. @Haroenvif you wanna clone the branch feature/#7-markdown-support to your .vscode/extensions path and try it out. The snippets should work inside of markdown files. -- Let me know if that is what you're looking for?
If your issue is remembering to set liquid for HTML files, you could always include a .vscode/settings.json inside of you Jekyll projects so the editor does the setting for you.
This is what I've been using in my Jekyll projects.
or maybe just add markdown? I don’t know the syntax, do I duplicate the entry or is there an “OR” syntax?
The text was updated successfully, but these errors were encountered: