Version 1 (modified by Chuck, 17 years ago) |
---|
"TheManiac", as he's known on the forums, has created a Pygments-based highlighter which is important because Pygments drives other projects such as Trac.
There is a specific forum post on using it.
You might be interested in the entire forum topic on it.
Attachments
- dotnet.2.py (22.3 KB) - added by todd.a 14 years ago.
-
dotnet.py
(22.5 KB) - added by todd.a
14 years ago.
Moved operators to a group and included this group in the root and matches within open/close parens like initializations and method calls.
-
dotnet.3.py
(22.2 KB) - added by todd.a
13 years ago.
Fixes to handle more cases for generics.
-
dotnet.4.py
(22.3 KB) - added by todd.a
12 years ago.
Updated to fix edge case with a typelist before block comments.