sponsor Vim development Vim logo Vim Book Ad

datascript.vim : Syntax file for the Datascript modelling binary datatypes language

 script karma  Rating 0/0, Downloaded by 1269  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
 

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
datascript.vim 0.7 2010-07-03 6.0 Dominique Pellé - added missing keywords, etc.
datascript.vim 0.6 2010-07-03 6.0 Dominique Pellé - Added missing highlighting for dsCommentStart
datascript.vim 0.5 2010-07-03 6.0 Dominique Pellé Initial upload
ip used for rating: 3.143.17.127

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