Re: [Chicken-users] Vim syntax file for svnwiki

2008-02-28 Thread Tobia Conforto
Elf wrote: i have a mostly working set of mods for vim 7.0 for scheme syntax, if you want em... i dont know what the current version of vim is and if theyre back compat though. Sure, post them here We should join our efforts and work on a single Vim script-set for Chicken! As for compa

Re: [Chicken-users] Vim syntax file for svnwiki

2008-02-28 Thread Elf
i have a mostly working set of mods for vim 7.0 for scheme syntax, if you want em... i dont know what the current version of vim is and if theyre back compat though. -elf On Tue, 26 Feb 2008, Tobia Conforto wrote: I've also been working on the main Scheme syntax file, but that's a major mes

Re: [Chicken-users] Vim syntax file for svnwiki

2008-02-26 Thread Tobia Conforto
I've also been working on the main Scheme syntax file, but that's a major mess. I still haven't been able to highlight #;(...) properly, among other things. The stupid vimscript language is not helping either... Tobia ___ Chicken-users mailing l

Re: [Chicken-users] Vim syntax file for svnwiki

2008-02-26 Thread Tobia Conforto
Alejandro Forero Cuervo wrote: I just wrote a Vim syntax file for svnwiki, mainly to learn how to write a Vim syntax file :-) and to help editing Wiki pages too. Thank you, Tobia, I can't wait to begin using it! :-) Care to send it to the Vim-people (I don't know if these days you're suppose

Re: [Chicken-users] Vim syntax file for svnwiki

2008-02-25 Thread Alan Post
On Mon, Feb 25, 2008 at 08:05:26PM -0800, Vincent Manis wrote: > > On 2008 Feb 25, at 17:11, Alejandro Forero Cuervo wrote: > > >>I just wrote a Vim syntax file for svnwiki, mainly to learn how to > >>write a Vim syntax file :-) and to help editing Wiki pages too. > > > >Thank you, Tobia, I can't

Re: [Chicken-users] Vim syntax file for svnwiki

2008-02-25 Thread Alan Post
On Mon, Feb 25, 2008 at 08:05:26PM -0800, Vincent Manis wrote: > > On 2008 Feb 25, at 17:11, Alejandro Forero Cuervo wrote: > > >>I just wrote a Vim syntax file for svnwiki, mainly to learn how to > >>write a Vim syntax file :-) and to help editing Wiki pages too. > > > >Thank you, Tobia, I can't

Re: [Chicken-users] Vim syntax file for svnwiki

2008-02-25 Thread Vincent Manis
On 2008 Feb 25, at 17:11, Alejandro Forero Cuervo wrote: I just wrote a Vim syntax file for svnwiki, mainly to learn how to write a Vim syntax file :-) and to help editing Wiki pages too. Thank you, Tobia, I can't wait to begin using it! :-) Care to send it to the Vim-people (I don't know if

Re: [Chicken-users] Vim syntax file for svnwiki

2008-02-25 Thread Alejandro Forero Cuervo
> I just wrote a Vim syntax file for svnwiki, mainly to learn how to > write a Vim syntax file :-) and to help editing Wiki pages too. Thank you, Tobia, I can't wait to begin using it! :-) Care to send it to the Vim-people (I don't know if these days you're supposed to send it to their mailing

[Chicken-users] Vim syntax file for svnwiki

2008-02-25 Thread Tobia Conforto
Hello I just wrote a Vim syntax file for svnwiki, mainly to learn how to write a Vim syntax file :-) and to help editing Wiki pages too. You can find it attached. To install, just save it in ~/.vim/syntax/, creating the dirs if necessary. To activate it, just :set ft=svnwiki when you ne