#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++#
# CONTENTS:                                                          #
#  1. Quick Start                                                    #
#  2. Details                                                        #
#  3. List of files.                                                 #
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++#

## QUICK START: install vim syntax for doris, type:
make

## DETAILS
Uses C++ syntax higlighting of vim with Doris .res file structure.
It can be also used for C/C++ hilighting at the same time.

Please make sure you have turned on syntax hilighting in .vimrc file.
See vimrc_example for an example setup.

To test open a doris input file and type :set syntax=doris
or add the following line to the end of the input file 
beginning with the # (hash):
# vim: syntax=doris

## to uninstall
make uninstall


Have fun!

TU Delft 2000-2010
doris_users[AT]tudelft.nl


------------------------
filelist:
------------------------
-rw-r--r--  2066 2010-03-22 14:15 Makefile
-rwxr-xr-x  1220 2010-03-22 14:12 README
drwxr-xr-x  4096 2009-04-17 09:20 vim
-rw-r--r--  3648 2010-03-22 12:59 vimrc_example
