bcpl.vim

Desc: This is a very basic BCPL syntax highlighting configuration for vim.

Download: bcpl.vim

Install:

$ mkdir -p ~/.vim/syntax
$ cd ~/.vim/syntax
$ fetch http://rabbit.eng.miami.edu/students/gsalles/bcpl.vim
$ # or wget instead of fetch on linux

# add this to your ~/.vimrc
autocmd BufRead,BufNewFile *.b set syntax=bcpl
BCPL syntax

Contact: gsalles AT hostname

Last update: March 23rd 2013