Skip to content

Releases: SublimeText/EJS

v3.0.0

Choose a tag to compare

@deathaxe deathaxe released this 27 Feb 17:42

Rewrite syntax definition by extending ST's core HTML

requires: ST4152+

2.0.2

Choose a tag to compare

@nwoltman nwoltman released this 17 Jun 19:03
  • fix: Dollar sign in syntax name not working

2.0.1

Choose a tag to compare

@nwoltman nwoltman released this 17 Jun 18:04
d9269ea
  • Update readme to include ST 4

2.0.0

Choose a tag to compare

@nwoltman nwoltman released this 16 Jun 01:05
abb7854
  • 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

Choose a tag to compare

@nwoltman nwoltman released this 26 Sep 03:57
a7cceaf
  • Fix scope for interpolation operators

1.4.4

Choose a tag to compare

@nwoltman nwoltman released this 15 Mar 01:37
1.4.4
a5d4f02
  • Improvements to Dracula color scheme (a5d4f02)

1.4.3

Choose a tag to compare

@nwoltman nwoltman released this 14 Mar 19:39
b8dbe6a
  • Update color scheme to better support the default JavaScript syntax (85e23ba)
  • readme: Use better heading levels (b8dbe6a)

1.4.0

Choose a tag to compare

@nwoltman nwoltman released this 28 Nov 06:47
  • Add EJS tag autocompletions and remove the snippets that did the same thing (a1d4635)

1.3.0

Choose a tag to compare

@nwoltman nwoltman released this 27 Nov 21:18
  • Remove dependency on the Babel package (f6394b7)

1.2.1

Choose a tag to compare

@nwoltman nwoltman released this 02 Sep 00:53
  • snippets: Fix bug introduced in a9d1602 that prevented insert-delimiters completion (888b01f)