vimfile for LazHelp
===================

   This directory contains a vimfile for LazHelp syntax highlighting.  It
 highlights the LazHelp syntax elements (node names, node values, escapes,
 etc) but it doesn't do any special element check (for example there is no
 check if the element names are correct).

   To install this file in your Vim installation, put it in your syntax
 directory under ~/.vim (or wherever your vimfiles/vim configuration directory
 is).  See :help new-filetype for instructions on how to make Vim set the
 filetype for *.lazhelp files automatically to lazhelp.  Personally i use the
 "C" method (the filetype.vim script) described in the new-filetype help
 section.

