Skip to content

Releases: SublimeText/EJS

v3.0.0

27 Feb 17:42

Choose a tag to compare

Rewrite syntax definition by extending ST's core HTML

requires: ST4152+

2.0.2

17 Jun 19:03

Choose a tag to compare

  • fix: Dollar sign in syntax name not working

2.0.1

17 Jun 18:04
d9269ea

Choose a tag to compare

  • Update readme to include ST 4

2.0.0

16 Jun 01:05
abb7854

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

Choose a tag to compare

  • Fix scope for interpolation operators

1.4.4

15 Mar 01:37
1.4.4
a5d4f02

Choose a tag to compare

  • Improvements to Dracula color scheme (a5d4f02)

1.4.3

14 Mar 19:39
b8dbe6a

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

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

Choose a tag to compare

  • Remove dependency on the Babel package (f6394b7)

1.2.1

02 Sep 00:53

Choose a tag to compare

  • snippets: Fix bug introduced in a9d1602 that prevented insert-delimiters completion (888b01f)