liquid-syntax-mode icon indicating copy to clipboard operation
liquid-syntax-mode copied to clipboard

Sublime 4 Error

Open CorySchulz opened this issue 3 years ago • 5 comments

I get an error right away when installing this on Sublime 4 regarding a broken regex.

CorySchulz avatar Sep 01 '21 01:09 CorySchulz

Same here. image Image included.

deadlyengineer avatar Sep 27 '21 09:09 deadlyengineer

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+

DukeLimousine avatar Mar 24 '22 13:03 DukeLimousine

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

CorySchulz avatar Mar 24 '22 19:03 CorySchulz

Thanks @CorySchulz, if you'd like to submit a PR we'd be happy to update the plugin for everyone :)

sskylar avatar Mar 24 '22 20:03 sskylar

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.

thagxt avatar Mar 31 '22 15:03 thagxt