sponsor Vim development Vim logo Vim Book Ad

hcc.vim : Syntax for Handel-C

 script karma  Rating 13/7, Downloaded by 755  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
 

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
hcc.vim 1.0 2005-01-28 6.0 Andreas Fidjeland Initial upload
ip used for rating: 18.191.234.191

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