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
I have not forgotten about this but am a little hesitant on making it available anytime soon. The reason for this is because Yaml and JSON files apply Liquid syntax support using injection grammars. This might be a little problematic for folks who have installed the extension but are not always working with Liquid.
Take the following code sample:
{
"property": "{%"
}
The above sample will invalidate scopes proceeding the unclosed Liquid delimiter. This is actually the case with Yaml presently and though I shipped it in v3.0.0 it is indeed problematic. I need to look into improving this aspect and potentially re-thinking how I currently employ the grammar scopes as I'd preferably like to avoid edge cases of this nature no matter how rare.
I'll keep this open and investigate this more. It is not impossible, I just need to work out the best way to implement it.
In case of quoted strings the syntax highlighting is not working in json files.
![image](https://user-images.githubusercontent.com/8402823/192949137-cff9378b-1863-4e08-9f24-1e393f47ed1a.png)
Originally posted by @benjaminbosko in #84 (comment)
The text was updated successfully, but these errors were encountered: