Skip to content

Releases: jcberquist/sublimetext-cfml

v0.26.5: Support template expressions in cfmail body

09 Jan 20:56
Compare
Choose a tag to compare

v0.26.4: Syntax updates

30 Nov 17:58
Compare
Choose a tag to compare
Fixes #99.
Also includes updated function lists based on latest cfdocs data.

v0.26.3: Better colon support in script

29 Nov 03:22
Compare
Choose a tag to compare
Support colons in script tags - closes #98.
Support colons with named function arguments (valid in Lucee).

v0.26.2

25 Nov 20:47
Compare
Choose a tag to compare
Fix missing import

v0.26.1: Cache open file parsing

25 Nov 19:56
Compare
Choose a tag to compare
Move open cfml file parsing off main thread and cache it - this should remove the stuttering/freezing due to parsing the file when generating completion list (see #97).

v0.26.0

13 Nov 17:52
Compare
Choose a tag to compare
Prep for v0.26.0

v0.25.2: Ensure "returns" key exists

26 Oct 15:13
Compare
Choose a tag to compare

v0.25.1: Use custom script syntax for script inside tags

19 Sep 18:06
Compare
Choose a tag to compare

v0.25.0

15 Sep 18:40
Compare
Choose a tag to compare
- testbox spec outline command
- syntax highlighting bug fixes

v0.24.2: Updated indent settings and auto tag close

04 Sep 15:28
Compare
Choose a tag to compare
This should improve the situation with regard to #83