tracwiki : Vim syntax file for Trac wiki syntax
script karma |
Rating 32/30,
Downloaded by 1351 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Caleb Constantine |
|
script type |
syntax |
|
description |
Vim syntax file for Trac wiki syntax. Most of Trac 0.11 wiki syntax is supported.
(Modified from the more general purpose wiki.vim, by Andreas Kneib, http://www.vim.org/scripts/script.php?script_id=725, ftdetect script contributed by Daniel Hahler.)
|
|
install details |
== Standalone Script, tracwiki.vim ==
Put the file in your syntax directory, e.g. ~/.vim/syntax, $HOME/vimfiles/syntax (see :help syntax).
Enable file type detection. One method is to add the following to your filetype.vim file, which is usually located in ~/.vim or $HOME/vimfiles (create it if not present, see :help filetype):
augroup tracwiki
au! BufRead,BufNewFile *.tracwiki setfiletype tracwiki
augroup END
== With ftdetect, tracwiki.zip ==
Download tracwiki.zip and unzip it into your `runtimepath` directory (e.g. $HOME/.vim, $VIM/vimfiles). |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.175
|