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.
- Add "Go To File" support for included files. Thank you Jeff!
- Recognize
.t4
files. Thank you Brice!
- Recognize
.ttinclude
files.
- Fix inverted highlighting on back-to-back blocks.
- Fixed compatibility for files without
.tt
extension. Thank you @awglyde!
- Update icon to match vscode-icons.
- Docs update.
- Add background highlighting of open/closing brackets (<#, #>) and code blocks for better visual separation.
- Further fixes for syntax highlighting.
- Minor fix in syntax highlighting.
- Added some snippets
- More refinement of syntax highlighting.
- Fixed an issue where inline code failed to exit code block.
- Fix issue where curly braces inside code blocks prevented escaping from block.
- Highlighting for open/closing brackets.
- Add extension icon.
- Fixed sloppy highlighting.
- Support for VS Code versions 1.0.0 and above.
- Initial release with basic embedded syntax highlighting.