convert vim syntax to colorer

View: New views
2 Messages — Rating Filter:   Alert me  

convert vim syntax to colorer

by Oleg A. Paraschenko-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

what do you think about possibility of automatic conversion of vim syntax
highlighting files to colorer hrc files?

Here is a part of vim manual about syntax highlighting:
http://www.vim.org/htmldoc/syntax.html

(or say ":help syntax" in vim)

Here is one of files I'd like to convert:

http://ftp.ie.vim.org/pub/vim/runtime/syntax/haskell.vim



--
Oleg Parashchenko  olpa@ http://uucode.com/
http://uucode.com/blog/  Generative Programming, XML, TeX, Scheme


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
colorer-talks mailing list
colorer-talks@...
https://lists.sourceforge.net/lists/listinfo/colorer-talks

Re: convert vim syntax to colorer

by Igor Russkih :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

 
The easiest way to proceed with this is manual conversion.
 
There are too much differences (at least in regexp syntax) which will not allow fully automatic conversion. So an amount of a handwork is definitely required.

 
On 4/17/06, Oleg A. Paraschenko <olpa@...> wrote:
Hello,

what do you think about possibility of automatic conversion of vim syntax
highlighting files to colorer hrc files?

Here is a part of vim manual about syntax highlighting:
http://www.vim.org/htmldoc/syntax.html

(or say ":help syntax" in vim)

Here is one of files I'd like to convert:

http://ftp.ie.vim.org/pub/vim/runtime/syntax/haskell.vim



--
Oleg Parashchenko  olpa@ http://uucode.com/
http://uucode.com/blog/  Generative Programming, XML, TeX, Scheme


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
colorer-talks mailing list
colorer-talks@...
https://lists.sourceforge.net/lists/listinfo/colorer-talks



--
  Igor