hcc.vim : Syntax for Handel-C
| script karma |
Rating 13/7,
Downloaded by 902 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Andreas Fidjeland |
| |
| script type |
| syntax |
| |
| description |
| Syntax file for the Handel-C language. Extends the standard C syntax file with the special types and statements found in Handel-C. |
| |
| install details |
Place hcc.vam in .vim/syntax or the Windows equivalent.
To auto-detect handel-c files based on extensions .hcc and .hch write the following (or add the relevant parts) to .vim/filetype.vim
if exists("did_load_filetypes")
finish
endif
augroup filetypedetect
au! BufRead,BufNewFile *.hcc setfiletype hcc
au! BufRead,BufNewFile *.hch setfiletype hcc
augroup END |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.130
|