sablecc.vim : syntax highlighting for sablecc
| script karma |
Rating 0/0,
Downloaded by 695 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| lazy boy |
| |
| script type |
| syntax |
| |
| description |
This file provides syntax highlighting for sablecc grammar. For windows compatible the
grammar should end with .scc
|
| |
| install details |
I have not try in windows. This instruction is for Linux
1) Copy the file in syntax directory
$ mkdir -p ~/.vim/syntax
$ cp sablecc.vim ~/.vim/syntax
2) Associate *.scc file with the script
gvim ~/.vimrc
put these line in the script:
augroup filetypedetect
au BufNewFile,BufRead *.scc setf sablecc
augroup END
|
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.130
|