Open gavinlees opened 6 years ago
VS 2017 version 15.7.1 with Syntax Highlighting Pack version 2.8.133 doesn't support T4 text template .tt files.
E.g. This .tt file is used to generate nuspec files in my code generator
<#@ template debug="false" hostspecific="false" language="C#" #> <#@ import namespace="CodeGen.Core.Utilities" #> <#@ import namespace="System.Linq" #> <#@ output extension=".nuspec" #> <?xml version="1.0" encoding="utf-8"?>
Did you, perchance, actually read this project's readme, which explicitly mentions no support for T4 and links to another extension that does T4 syntax highlighting etc.?
VS 2017 version 15.7.1 with Syntax Highlighting Pack version 2.8.133 doesn't support T4 text template .tt files.
E.g. This .tt file is used to generate nuspec files in my code generator
<#@ template debug="false" hostspecific="false" language="C#" #> <#@ import namespace="CodeGen.Core.Utilities" #> <#@ import namespace="System.Linq" #> <#@ output extension=".nuspec" #> <?xml version="1.0" encoding="utf-8"?>