bricelam / T4Language

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

Finalize parser changes and propose upstream #24

Open bricelam opened 1 year ago

bricelam commented 1 year ago

I had to tweak the Mono.TextTemplating parser to get more location information for directives. I should finalize the AST changes and open a PR upstream.

Fixing #15 will probably also require additional parser changes, so that should be done first.