Vim Syntax Files

Files

[ File Type: filetype.vim | AppleScript: applescript.vim | Gnuplot: gnuplot.vim ]

For the syntax files to work, make a tree that looks like:

  ~/.vim/filetype.vim
  ~/.vim/syntax/applescript.vim
  ~/.vim/syntax/gnuplot.vim

For full details on adding a new file type and syntax file, use:

  :help new-filetype
  :help mysyntaxfile

To see the active syntax definitions within a buffer, use:

  :syn
  :hi
Copyright © 2010 Jim Eberle, All rights reserved.

The author assumes no liability relating to any action you take based on the contents or information on this site. No warranties of any kind.

All trademarks and registered trademarks are the property of their respective owners.