descriptionVim style file for LAMMPS.
homepage URLhttp://gerolf.ziegenhain.com
ownermail.gerolf@ziegenhain.com
last changeThu, 28 Aug 2008 03:16:24 +0000 (28 05:16 +0200)
content tags
add:
README.txt
=== Vim Syntax Highlighting ===
===============================

The files provided in this directory will enable syntax highlighting for the lammps
script syntax in vim. The simulation scripts have to end on .lmp (see mysyntax.vim).
By far not all commands are included in the syntax file (lammps.vim). You can easily
add new ones.

=To enable the highlighting:
============================
(0)   Create a ~/.vimrc
      You can have a look in /usr/local/share/vim/current/vimrc.example
(1)   Insert in ~/.vimrc
         let mysyntaxfile = "~/.vim/mysyntax.vim"
      just before
         syntax on
(2)   Create directory ~/.vim and place mysyntax.vim and lammps.vim there



Gerolf Ziegenhain <gerolf@ziegenhain.com> 2007
shortlog
2008-08-28 Gerolf Ziegenhain.masterv0.2
2008-03-31 Gerolf Ziegenhainchg vim
2008-03-26 Gerolf Ziegenhain.
2008-03-26 Gerolf Ziegenhaininitv0.1
tags
15 years ago v0.2
16 years ago v0.1
heads
15 years ago master