datascript.vim : Syntax file for the Datascript modelling binary datatypes language
script karma |
Rating 0/0,
Downloaded by 1420 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Dominique Pellé |
|
script type |
syntax |
|
description |
Syntax file for the Datascript modelling binary datatypes language.
Screenshot of syntax highlighted datascript file with doxygen comments:
http://dominique.pelle.free.fr/pic/datascript-syntax.png
For more information about Datascript language, see:
http://datascript.berlios.de/ |
|
install details |
Save the file datascript.vim to your ~/.vim/syntax/ directory
(or $VIM/vimfiles/syntax/ on Windows)
Use ":set filetype=datascript" to activate datascript file type.
Or you can use ":set filetype=datascript.doxygen" to activate
both datascript and and doxygen file types.
To automatically set the datascript file type when opening
*.ds files, create the following file ~/.vim/filetype.vim
if exists("did_load_filetypes")
finish
endif
augroup filetypedetect
au! BufRead,BufNewFile *.ds setfiletype datascript.doxygen
augroup END |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|