liquid-syntax-mode
liquid-syntax-mode copied to clipboard
Sublime 4 Error
I get an error right away when installing this on Sublime 4 regarding a broken regex.
Same here.
Image included.
I have this issue as well.
Error loading syntax file "Packages/Siteleaf Liquid Syntax/Syntaxes/HTML (Liquid).tmLanguage": Error in regex: end pattern with unmatched parenthesis in regex \s+(and|or|not|contains|(\!\=|\=\=|<\=|>\=|<|>)\s+
I ended up making this because of these problems with this older repo and because I wanted the comments to be Liquid comments, not HTML comments https://github.com/CorySchulz/sublime-liquid
Thanks @CorySchulz, if you'd like to submit a PR we'd be happy to update the plugin for everyone :)
Thanks a ton! I was super worried I had to switch to vscode 😢 because both Liquid packages via Sublime package control are not working for me.