Hello all, Since I didn't find a syntax file for Google Code Wiki (if there is some, please tell me), I forked flexwiki.vim that comes with the default distribution of Vim and modified it to match Google Code Wiki rules. The resulting file is hosted in Google Code:
http://code.google.com/p/vimgcwsyntax/ The syntax file just handle basic features of Google Code Wiki, but I'll probably improve that over time. I'm not a Vim syntax writer expert, so I ask you (if you have time) to take a look at it and improve, make corrections etc. I will be very thankful. After putting this file in ~/.vim/syntax (or whatever your syntax files are), add this line to ~/.vimrc to make it recognizes *.wiki files as Google Code Wiki: au BufEnter *.wiki set ft=googlecodewiki In the next days, I'll probably put a more stable version of it among Vim scripts, in the Vim home page. Some questions: 1. The original author of flexwiki.vim was George V. Reilly (Cc'ed). I just added added a line with my name and e-mail and let George's name and e-mail there, but should I add something like (forked from) or whatever? Is there any convention for situations like that? 2. Licensing. Google Code doesn't have the option to chose Vim License. I chose LGPL and I don't think there is any conflicts, right? Thank you very much! -- Silas Silva -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
