Help talk:Syntax Highlighting: Difference between revisions

From Rosetta Code
Content added Content deleted
Line 10: Line 10:
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. :) [[Special:Contributions/192.139.122.42|192.139.122.42]] 22:27, 1 November 2011 (UTC)
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. :) [[Special:Contributions/192.139.122.42|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.[[Special:Contributions/192.139.122.42|192.139.122.42]] 23:23, 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.[[Special:Contributions/192.139.122.42|192.139.122.42]] 23:23, 1 November 2011 (UTC)
: Trying to get that to work proved elusive. Vim only does syntax highlighting properly, including HTML generation, when invoked in the context of a terminal session.[[Special:Contributions/24.85.131.247|24.85.131.247]] 06:41, 11 November 2011 (UTC)

Revision as of 06:41, 11 November 2011

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)
Trying to get that to work proved elusive. Vim only does syntax highlighting properly, including HTML generation, when invoked in the context of a terminal session.24.85.131.247 06:41, 11 November 2011 (UTC)