1 Apr 2008 14:27
Re: cyclone and vim
Sol <solistic <at> gmx.net>
2008-04-01 12:27:12 GMT
2008-04-01 12:27:12 GMT
> I've only ever used emacs with Cyclone. Don't know if Vim bindings > are out there ... I changed the syntax/c.vim so that it now works for me. The only adjustment is to comment out 284. The result is attached. To use it, copy it to ~/.vim/syntax/cyclone.vim Now the filetype for edited cyclone source files has to be set to cyclone. In vim type :set ft=cyclone while editing a source file, OR add // vim: ft=cyclone somewhere in you source file (modeline has to be enabled for this!). Hope this is useful for some other cyclone user in the future;) Regards, Simon.
" Vim syntax file " Language: C " Maintainer: Bram Moolenaar <Bram <at> vim.org> " Last Change: 2007 Feb 13(Continue reading)
RSS Feed