bricelam / T4Language

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

Consider separating directive delimiters' color from control block delimiters' #1

Open bricelam opened 2 years ago

bricelam commented 2 years ago

I tend to only use directives at the top of a file, so the bright yellow cue that I'm switching contexts really isn't needed. It would be nice to at least have the option to configure this separately.

image

On the other hand, the include directive is likely to appear anywhere in the file, so configuring it this way might be a pit of failure.