sponsor Vim development Vim logo Vim Book Ad

tracwiki : Vim syntax file for Trac wiki syntax

 script karma  Rating 32/30, Downloaded by 1207  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).
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
tracwiki.zip 0.5 2011-07-28 7.0 Caleb Constantine Same as tracwiki.vim 0.5 (below) but packaged with a ftdetect script to auto-set filetype.
tracwiki.vim 0.5 2011-07-28 7.0 Caleb Constantine Added '-' as a valid char for a list item.
tracwiki.vim 0.4 2010-11-23 7.0 Caleb Constantine Initial upload
ip used for rating: 18.190.159.10

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github