_duSt_ - 2014-06-23
  • Description has changed:

Diff:

--- old
+++ new
@@ -26,3 +26,5 @@

 This will enable advanced search capabilities, as search queries may then contain generic placeholders to find certain code constructs.
 In addition to this this additional analysis can be used for better syntax highlighting.
+
+In order to implement this functionality the .NET Irony library can be used, which allows construction of parsers at runtime. Grammar based tokenizers, should be configurable similar to highlighters through xml files.