Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
timcharper committed Aug 26, 2008
1 parent 7410292 commit 7407baa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
20 changes: 11 additions & 9 deletions doc/textile.txt
@@ -1,4 +1,4 @@
*textile.txt* Textile for Vim Last Change: July 21 2008
*textile.txt* Textile for Vim Last Change: August 26, 2008

===============================================================================
REQUIREMENTS *textile-requirements*
Expand All @@ -13,6 +13,12 @@ or otherwise, run ":setf textile" to enable textile commands.
==============================================================================
CHANGELOG *textile-changelog*


0.2 - Added multiple colors for headers, and alternating colors for list
items
- Fixed error in the vim script for TextileRenderBufferToFile
- Changed shortcut keys from \tp to \rp (render preview instead of
textile preview, since it's file-type specific anyways)
0.1 - Initial Release

==============================================================================
Expand All @@ -38,13 +44,9 @@ h2. Commands
==============================================================================
CREDITS *textile-credits*

Syntax Highlighting:

- "Aaron Bieber":http://blog.aaronbieber.com/
- "Dominic Mitchell":http://happygiraffe.net/

Plugin:

- "Tim Harper":http://tim.theenchanter.com/
- "Dominic Mitchell":http://happygiraffe.net/: initial syntax highlighting
- "Aaron Bieber":http://blog.aaronbieber.com/: improved syntax highlighting
- "Tim Harper":http://tim.theenchanter.com/ : improved syntax highlighting,
plugin

vim:tw=78:noet:wrap:ts=2:expandtab:ft=help:norl:
2 changes: 2 additions & 0 deletions syntax/textile.vim
Expand Up @@ -9,6 +9,8 @@
" Modified by Aaron Bieber, May 2007.
" blog.aaronbieber.com
"
" Modified by Tim Harper, July 2008 - current
" tim.theenchanter.com
" @(#) $Id$

if version < 600
Expand Down

0 comments on commit 7407baa

Please sign in to comment.