Help talk:Syntax Highlighting

From Rosetta Code

Help:GeSHi

Is there anything anyone wants to keep from this page? If not I can redirect it to Help:GeSHi. --Mwn3d 18:43, 5 April 2009 (UTC)

I'd like to keep the content. There are still some open issues. I don't care one way or another if it's automatically redirected. --Short Circuit 20:11, 5 April 2009 (UTC)
I redirected that page here, since I like this page better. —Underscore (Talk) 00:36, 18 December 2009 (UTC)
Works for me. :) --Michael Mol 07:43, 18 December 2009 (UTC)

Vim to Geshi translation?

For the language TXR, I have produced syntax file that works with Vim. I don't want to maintain syntax highlighting definitions in other formats (annoying chore with no benefit other than seeing the same end result in a different application). Is there some compiler from vim syntax files to GeSHi? Maybe this could be posed as a Rosetta task. :) 192.139.122.42 22:27, 1 November 2011 (UTC)

Actually, Vim can put out colorized HTML. I'm going to experiment integrating Vim into the syntax highlighting dispatch script I use in my GIT repository to use it dynamically. There is no reason to use one highlighting engine for every file type; I already use two different ones in my repo.192.139.122.42 23:23, 1 November 2011 (UTC)