ini syntax definition : A syntax definition for ini files, including hgrc files.
script karma |
Rating 15/11,
Downloaded by 2127 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Peter Hosey |
|
script type |
syntax |
|
description |
This is a syntax definition for configuration files in the ini format, common on Windows and for software written in Python. This includes the popular version-control system Mercurial, whose hgrc configuration files are ini files.
Mercurial repository for this syntax definition: http://bitbucket.org/boredzo/vim-ini-syntax/
|
|
install details |
First, copy this file to ~/.vim/syntax/ini.vim. (You will need to create that directory, if you haven't already.)
Then, to make vim automatically use that syntax definition for .ini and hgrc files, you'll need to add this to your ~/.vim/filetype.vim file (which you will need to create, if you haven't already):
au BufNewFile,BufRead *.ini,*/.hgrc,*/.hg/hgrc setf ini
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.223.188.252
|