bricelam / T4Language

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

Separate text block and control block words #20

Open bricelam opened 1 year ago

bricelam commented 1 year ago

I re-implemented some of the TextMate-based features (completion and references highlighting) using the same simple word-based approach.

One minor enhancement to this would be to separate the words used in text blocks from the words used in control blocks and directives.