Edgewall Software

Changes between Version 1 and Version 2 of TextMate


Ignore:
Timestamp:
Sep 12, 2006, 12:14:11 PM (18 years ago)
Author:
cmlenz
Comment:

s/Markup/Genshi

Legend:

Unmodified
Added
Removed
Modified
  • TextMate

    v1 v2  
    33See [http://macromates.com/]. !TextMate is a very good text editor for [http://www.apple.com/macosx/ Mac OS X].
    44
    5 There's a Markup bundle for !TextMate that provides:
    6  * Snippets for [MarkupTemplates#Expressions expressions] and the various [MarkupTemplates#Directives template directives],
     5There's a Genshi bundle for !TextMate that provides:
     6 * Snippets for expressions and the various template directives,
    77 * Commands for rendering templates, and checking their syntax,
    88 * Templates for creating new Markup template files.
     
    1010You can find the bundle [source:/contrib/textmate here], and check it out from Subversion as follows:
    1111{{{
    12 $ svn co http://svn.edgewall.org/repos/markup/contrib/textmate/Markup Templates.tmbundle
     12$ svn co http://svn.edgewall.org/repos/markup/contrib/textmate/Genshi.tmbundle
    1313}}}
    1414
    15 You can then simply double-click the `Markup Templates.tmbundle` folder to install the bundle.
     15You can then simply double-click the `Genshi.tmbundle` folder to install the bundle.