siteleaf / liquid-syntax-mode

Liquid syntax mode for Sublime Text
71 stars 23 forks source link

Sublime 4 Error #9

Open CorySchulz opened 3 years ago

CorySchulz commented 3 years ago

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

deadlyengineer commented 3 years ago

Same here. image Image included.

DukeLimousine commented 2 years ago

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+

CorySchulz commented 2 years ago

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

sskylar commented 2 years ago

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

thagxt commented 2 years ago

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.