princemaple / ngx-html-syntax

Ngx (Angular2+) HTML Syntax for SublimeText
https://packagecontrol.io/packages/Ngx%20HTML
MIT License
15 stars 4 forks source link

Remove redundant lookbehind #27

Closed deathaxe closed 2 days ago

deathaxe commented 3 weeks ago

This commit removes not required lookbehind (?<=\@) in angular_blocks variable, which just causes incompatibility with ST's custom sregex engine.

princemaple commented 2 days ago

🙏