Skip to content

Releases: nwoltman/sublime-ejs

2.0.2

17 Jun 19:03
Compare
Choose a tag to compare
  • fix: Dollar sign in syntax name not working

2.0.1

17 Jun 18:04
d9269ea
Compare
Choose a tag to compare
  • Update readme to include ST 4

2.0.0

16 Jun 01:05
abb7854
Compare
Choose a tag to compare
  • 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

26 Sep 03:57
a7cceaf
Compare
Choose a tag to compare
  • Fix scope for interpolation operators

1.4.4

15 Mar 01:37
1.4.4
a5d4f02
Compare
Choose a tag to compare
  • Improvements to Dracula color scheme (a5d4f02)

1.4.3

14 Mar 19:39
b8dbe6a
Compare
Choose a tag to compare
  • Update color scheme to better support the default JavaScript syntax (85e23ba)
  • readme: Use better heading levels (b8dbe6a)

1.4.0

28 Nov 06:47
Compare
Choose a tag to compare
  • Add EJS tag autocompletions and remove the snippets that did the same thing (a1d4635)

1.3.0

27 Nov 21:18
Compare
Choose a tag to compare
  • Remove dependency on the Babel package (f6394b7)

1.2.1

02 Sep 00:53
Compare
Choose a tag to compare
  • snippets: Fix bug introduced in a9d1602 that prevented insert-delimiters completion (888b01f)

1.2.0

01 Sep 03:05
Compare
Choose a tag to compare
  • snippets: Add for loop snippet (d27a0d6)
  • snippets: Fix the insert-delimiters scope and description (a9d1602)
  • readme: Add snippets documentation (93d79c9)