madskristensen / TextmateBundleInstaller

A Visual Studio extension
Other
68 stars 23 forks source link

Missing support for .tt files #417

Open gavinlees opened 6 years ago

gavinlees commented 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"?>

<#=_nugetProjectName#>.Nuget 0.0.1 <#= _module.CreatingTeam #> <#= _module.CreatingTeam #> false https://github.com/<#= _module.ShortName #> <#= _module.Description #>
IanKemp commented 5 years ago

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.?