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
Fix attribute name interpolation
1. extend `meta.interpolation` to include leading and trailing
punctuation to comply with ST's scope naming guidelines.
2. fix closing `]` scope.
3. adjust/add tests
Release 3.3.0
- Updated to support new stable Sublime 3.1 (Build 3170)
- New syntax file with macros, and updated HTML base syntax (Thanks @Thom1729)
- Fixed issue with LESS highlighting (Thanks @braver)