sponsor Vim development Vim logo Vim Book Ad

zrf.vim : Syntax file for Zillions of Games' ZRF

 script karma  Rating 7/4, Downloaded by 872  Comments, bugs, improvements  Vim wiki

created by
Jochen Schoof
 
script type
syntax
 
description
This is a syntax file for proper highlighting of Zillions Rule Files (ZRF) which are used to describe games in Zillions of Games. Zillions of Games is a universal gaming environment that allows the definition of new games by the user. For more details simply visit http://www.zillionsofgames.com.
 
install details
See file zrf_vim.txt contained in the ZIP file. Basically just add

    au BufNewFile,BufRead *.zrf    setf zrf  (for vim 6.x)

or

    au BufNewFile,BufRead *.zrf    call s:StarSet('zrf')  (for vim 7.x)

to your $VIMRUNTIME/filetype.vim file and enjoy.
 

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
zrf_vim.zip 1.2 2009-02-09 7.0 Jochen Schoof Updated the installation description to also match vim 7.x.
No changes in zrf.vim file except version number and date.
Syntax file can be used in both vim 6.x and 7.x.
zrf_vim.zip 1.1 2003-10-28 6.0 Jochen Schoof Initial upload
ip used for rating: 3.142.173.227

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