All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- CFML tags support to CFScript context.
- Fixed #36.
CFML Light
andCFML Dark
themes with CFML tags support.cfml.snippets.enabled
setting.
- Changed language ID to be
cfml
. - Updated syntax highlighting based on the latest TextMate ColdFusion bundle. New syntax file understands built-in CFML tags.
- Updated CFML snippets using https://cfdocs.org/ content.
- Line comments (
CTRL+/
) and block comments (SHIFT+ALT+A
) take current context into account. - Fixed #32.
- Fixed #27.
WriteDump
snippet.
- Use CFML comments by default instead of CFScript comments.
- Use
lang-cfml
as the language identifier for the extension due some other extension compatibility issues.
- Use
cfml
instead oflang-cfml
as the language identifier for the extension.
- Extension logo.
- Updated syntax highlighting based on SublimeText bundle.
- Language configuration: comments support.
- Updated syntax highlighting and added snippets TextMate ColdFusion bundle.
- Syntax highlighting and refactoring.
- Initial Release.