sponsor Vim development Vim logo Vim Book Ad

fitnesse.vim : Syntax coloring for FitNesse Wiki Pages

 script karma  Rating 3/3, Downloaded by 633  Comments, bugs, improvements  Vim wiki

created by
Dan Woodward
 
script type
syntax
 
description
fitnesse.vim is a syntax file (and eventually some filetype specific functions)
for editing FitNesse tests using Vim.  It was created to make it easier to work
with FitNesse files.  It works great in conjunction with "It's All Text" a
plugin for FireFox (found at https://addons.mozilla.org/en-US/firefox/addon/4125).

FitNesse is a collaborative testing tool that uses Wiki markup to create test
scripts as web pages.  See http://fitnesse.org for more information.

Syntax coloring supports:
      * Numerous keywords in Slim and FitNesse are supported:
         scenario, script, Query:, start, check, reject, show, Comment, comment,
         !see, !include, !See, null, !define, !include
      * Simple collapsible sections (with folding enabled)  !** *!, !**> *!
      * Table cell delimiter "|"
      * Cell contents
      * Incomplete cell is error
      * !style_(class)
      * Strings in Quotes
      * Scenario variables @parametername
      * Symbols $symbolname
      * Simple WikiWord support
 
install details
The files in the Zip file are stored in the same folders they need to be
placed in under the vimfiles folder ( $HOME/.vim/ or %VIM%\vimfils depending
on your OS).

1) Unzip the fitnesse.vim.zip file to the vimfiles folder.  Unless you are
   customizing the file, you should be OK to overwrite the files.
  
2) Syntax coloring support must be enabled.
      
      You can do this by adding :syntax enable to your _vimrc or .vimrc file.

3) If you want automatic detection you will need to:

      a) Check to see if you have a scripts.vim file already in place.  This
         file allows post loading checking of files to execute scripts.  

      b) If you do not have a scripts.vim file in your vimfiles folder, rename
         the scripts.vim.add file to scripts.vim.

      c) If you do have a scripts.vim file; open the scripts.vim.fitnesse_add
         file and copy the text in that file to your scripts.vim file.
 

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
fitnesse.vim.zip 0.1 2009-05-22 7.0 Dan Woodward Initial upload
ip used for rating: 3.17.128.129

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