sponsor Vim development Vim logo Vim Book Ad

jam.vim : Jam (or Boost.Build) syntax

 script karma  Rating 11/8, Downloaded by 1252  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
 

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
jam.vim 0.3 2009-05-19 6.0 Markus Peloquin I reworked the set of keywords.
jam.vim 0.2 2009-02-24 6.0 Markus Peloquin Fixed a small bug with comment detection.
ip used for rating: 18.221.165.246

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