Releases: nwoltman/sublime-ejs
Releases · nwoltman/sublime-ejs
2.0.2
- fix: Dollar sign in syntax name not working
2.0.1
- Update readme to include ST 4
2.0.0
- Updated to version 2 of Sublime Text's syntax definitions. The minimum supported Sublime Text version is now 4075.
- Now using Sublime Text's native JavaScript syntax for highlighting JavaScript within EJS (instead of a copy of the old Babel JS syntax definition)
1.4.7
- Fix scope for interpolation operators
1.4.4
- Improvements to Dracula color scheme (a5d4f02)
1.4.3
- Update color scheme to better support the default JavaScript syntax (85e23ba)
- readme: Use better heading levels (b8dbe6a)
1.4.0
- Add EJS tag autocompletions and remove the snippets that did the same thing (a1d4635)
1.3.0
- Remove dependency on the Babel package (f6394b7)
1.2.1
- snippets: Fix bug introduced in a9d1602 that prevented insert-delimiters completion (888b01f)
1.2.0
- snippets: Add for loop snippet (d27a0d6)
- snippets: Fix the insert-delimiters scope and description (a9d1602)
- readme: Add snippets documentation (93d79c9)