clearsilver : syntax files for *.cs and *.hdf
script karma |
Rating 0/0,
Downloaded by 4 |
created by |
culley harrelson |
|
script type |
syntax |
|
description |
These are syntax files for managing clearsilver templates (see http://clearsilver.net). cs.vim will add formatting to <?cs ... ?> embedded in html syntax (it depends on runtime! syntax/html.vim). hdf.vim is syntax highlighting for Hierarchical Data Format (HDF) files.
cs.vim conflicts with the C# .cs extention. So if you are also using vim to edit C# files you will have to... figure it out. |
|
install details |
cp clearsilver.vim ~/.vim
cd ~/.vim
tar -xf clearsilver.vim
this will put two files in ~/.vim/syntax
You also need to update ~/.vim/filetype.vim with:
if exists("did_load_myfiletypes")
finish
endif
let did_load_myfiletypes= 1
augroup filetypedetect
au BufNewFile,BufReadPost *.hdf setf hdf
au BufNewFile,BufReadPost *.cs setf cs
augroup END |
|
script versions (upload new version)
Click on the package to download.
|