bricelam / T4Language

Adds basic language support for .tt files to Visual Studio.
Other
37 stars 3 forks source link

Known directives logic should be case-insensitive #23

Closed bricelam closed 1 year ago

bricelam commented 1 year ago

I noticed that the documentation wasn't showing up when hovering over hostSpecific in the following.

<#@ template hostSpecific="true" #>

Apparently, I've been casing it wrong for years...