indent/genie.vim : Indent script for the genie (vala flavour) language
| script karma |
Rating 3/2,
Downloaded by 768 |
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.
|
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.147
|