sponsor Vim development Vim logo Vim Book Ad

gsl.vim : Syntax file for gsl templates

 script karma  Rating 5/2, Downloaded by 758  Comments, bugs, improvements  Vim wiki

created by
Ronald Tschalär
 
script type
syntax
 
description
gsl.vim provides syntax highlighting for GSL templates; more information about GSL can be found on iMatix's site, http://www.imatix.com/products .
 
install details
Copy the gsl.vim file into your ~/.vim/syntax/ directory, and add the following to your ~/.vimrc file (usually inside the "augroup filedetect" block):

au! BufRead,BufNewFile *.gsl  setfiletype gsl

For details about adding syntax highlighting support for new file types, read the help at  |:h mysyntaxfile<CR>| and |:h new-filetype<CR>| .
 

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
gsl.vim 0.2 2006-09-29 6.0 Ronald Tschalär Added support for script mode; fixed function highlighting; added other .for keywords.
gsl.vim 0.1 2006-07-13 6.0 Ronald Tschalär Initial upload
ip used for rating: 18.119.131.178

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