forked from pmario/SyntaxHighlighterPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
GBognar edited this page Mar 3, 2012
·
28 revisions
The SyntaxHighlighterRubyPlugin enables syntax highlighted rendering of plain text, XML/HTML, CSS, JavaScript and Ruby content in a TiddlyWiki by enclosing it in special TiddlyWiki markup.
- Content between {{{ and }}} will be highlighted as plain text.
- Content between /*{{{*/ and /*}}}*/ will be highlighted as CSS.
- Content between <!--{{{--> and <!--}}}--> will be highlighted as XML/HTML.
- Content between //{{{ and //}}} will be highlighted as JavaScript.
- Content between ={{{ and =}}} will be highlighted as Ruby.
The plugin is based on PMario's SyntaxHighlighterPlugin and Alexander Gorbachev's SyntaxHighlighter.
For further information, see the Documentation and the FAQ.