sponsor Vim development Vim logo Vim Book Ad

indent/genie.vim : Indent script for the genie (vala flavour) language

 script karma  Rating 3/2, Downloaded by 621  Comments, bugs, improvements  Vim wiki

created by
ha shao
 
script type
indent
 
description
A vim indent script for the genie programming language. http://live.gnome.org/Genie

The script is derived from the python indent script.
 
install details
copy genie.vim to ~/.vim/indent/. Add:

augroup setgenie
  au!
  au BufNewFile *.gs setlocal filetype="genie"
  au BufRead *.gs setlocal filetype="genie"
augroup END

to your ~/.vimrc file.

 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
genie.vim 0.1 2008-08-18 6.0 ha shao Initial upload
ip used for rating: 3.15.225.173

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github