Thanks in advance I want to change implementation of Syntax highlighter functionality of TFS. Here is detail description of my question: Right now Syntax highlighter functionality is implemented using Pygmentize Exe, in which we pass parameter to this exe like html file or img etc of last files which are changed recently then this exe create formating of syntax and highting it in HTML to send it as email. So now my requirement is now to replace this Pygmentize Exe with IronPython and use it's library directly into .Net. This will avoid direct Exe call from command promt.
If anyone have good source or have idea how to implement it please help me
Thanks.