jam.vim : Jam (or Boost.Build) syntax
script karma |
Rating 11/8,
Downloaded by 1397 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Markus Peloquin |
|
script type |
syntax |
|
description |
I love Jam, but I hated staring at plain text. I based this off of something by Matt Armstrong (see source). This is best effort only. Jam is also known as bjam and Boost.Jam. |
|
install details |
To install, I put it in ~/.vim/syntax and put the following to ~/.vim/filetype.vim:
if exists("did_load_filetypes")
finish
endif
" jam detection
augroup filetypedetect
au! BufRead,BufNewFile Jamroot setfiletype jam
augroup END |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.141.40.192
|