1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
INSTALL
=======
unzip and copy the content of the syntax/ folder in your ~/.vim/syntax/ folder
(you may have to create it if it does not already exist) and add the content of
the scripts.vim file to your ~/.vim/scripts.vim file (you may also have to
create it if it does not already exist).
CUSTOMISATION
=============
If you have a few syntax colorizations specific to your own language (such as
frequently mispelled words or wrong accents), you can create a couple of syntax
files to suit your needs. Just fire up vim, type ":help syntax", and use
ddtp{Com,Cli,Srv}It.vim (which serve the Italian language) as a start place.
You can also use filenames such as ddtp{Com,Cli,Srv}XxXx.vim (e.g., PrBr for
pr_BR) if you need to. They will be automatically loaded from within
ddtp{Cli,Srv}.vim.
Thanks to Lorenzo Cappelletti <lorenzo.cappelletti@email.it> for this good job.
-- Nicolas Bertolissio <bertol@debian.org> Sat, 09 Oct 2004 22:25:36 +0200
|