MPD syntax highlighting : Syntax highlighting for MPD language
script karma |
Rating 19/7,
Downloaded by 1960 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Lukas Zapletal |
|
script type |
syntax |
|
description |
MPD language is a similar to SR. It`s used for parallel programming. |
|
install details |
Install as usual. I recomend to switch to cindent mode and set cinkeys like that:
au BufNewFile,BufRead *.mpd setlocal cinkeys+=global,resource,procedure,body
Enjoy! |
|
script versions (upload new version)
Click on the package to download.
mpd-1.3.zip |
1.3 |
2003-02-19 |
6.0 |
Lukas Zapletal |
New indenting, now works properly!
Installation:
Extracts files to ~/.vim directory (on windows ~/vimfiles).
Then add these lines to .vimrc (on windows _vimrc):
augroup filetypedetect
au! BufNewFile,BufRead *.mpd setlocal filetype=mpd
augroup END
It is important to set the filetype via setlocal, because
in some cases (e.g. when the file starts with several lines
of comment) it can be recognized as a config file already.
|
mpd.zip |
1.1 |
2003-02-12 |
6.0 |
Lukas Zapletal |
Update. Now includes indent script.
Install as usual using setf command.
Do not set indent. VIM automatically loads indent script. |
mpd.vim |
1.0 |
2003-02-11 |
6.0 |
Lukas Zapletal |
Initial upload |
ip used for rating: 52.14.186.84
|