Very basic language support for T4 Text Templates (.tt, .ttinclude) files.
For more information about using T4 templates, see Code Generation and T4 Text Templates.
Provides C#
syntax highlighting for embedded code within T4 templates as well as snippets for common directives and functions.
Currently only C#
embedded highlighting is supported.
Recognize .ttinclude
files.
Fix inverted highlighting on back-to-back blocks.
Fixed compatibility for files without .tt
extension. Thank you @awglyde!
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 snippets!
Spruced up inline code regex, which fixed an issue where code failed to exit a block.
Fix issue where curly braces inside code blocks prevented escaping from block.
Rudimentary highlighting for opening/closing brackets.
Add extension icon.
Fixed sloppy highlighting.
Support for VS Code versions 1.0.0 and above.
Initial release.