Releases: jcberquist/sublimetext-cfml
Releases · jcberquist/sublimetext-cfml
v0.26.5: Support template expressions in cfmail body
v0.26.4: Syntax updates
Fixes #99. Also includes updated function lists based on latest cfdocs data.
v0.26.3: Better colon support in script
Support colons in script tags - closes #98. Support colons with named function arguments (valid in Lucee).
v0.26.2
Fix missing import
v0.26.1: Cache open file parsing
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
Prep for v0.26.0
v0.25.2: Ensure "returns" key exists
Fixes #95
v0.25.1: Use custom script syntax for script inside tags
v0.25.0
- testbox spec outline command - syntax highlighting bug fixes
v0.24.2: Updated indent settings and auto tag close
This should improve the situation with regard to #83