Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.