T4Editor icon indicating copy to clipboard operation
T4Editor copied to clipboard

Implement custom token based parser instead of RegEx filtering

Open Tim-Maes opened this issue 2 years ago • 2 comments

Currently T4Editor is leaning heavily on the use of RegEx patterns to filter out codeblocks from the textView and colorize them.

A better approach would be to create something that parses the textView on a token based implemenation. We only catch the T4 open/close tags and this leaves room to try and introduce C# language features inside these blocks.

Tim-Maes avatar Dec 23 '21 08:12 Tim-Maes