Releases: jcberquist/sublimetext-cfml
Releases · jcberquist/sublimetext-cfml
v0.27.2: New approach to HTML completions in components
Removed `text.html.cfml` scope from within tag component functions and subclassed the default HTML completions class for completions there. This should help with #116.
v0.27.1: Reorganize syntax folder
- try clearing scopes on cfscript in tags to help with buffer completions
v0.27.0
- Click through to cfdocs.org data - CFScript formatting overhaul
v0.26.11: Allow cfdocs integration to be disabled
also added some backtick styling closes #112
v0.26.10: Verify "foreground", "background" keys existence in color scheme
v0.26.9: correctly match html entities inside cfoutput blocks
v0.26.8: Correctly match cfmailparam
fixes #109
v0.26.7: Don't run close tag command when already inside a tag
v0.26.6: Fix argument scope completions
closes #105