Changes between Version 2 and Version 3 of WikiProcessors
- Timestamp:
- Oct 10, 2014 10:47:28 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiProcessors
v2 v3 175 175 || '''`#!c`''' [[BR]] '''`#!cpp`''' (C++) [[BR]] '''`#!python`''' [[BR]] '''`#!perl`''' [[BR]] '''`#!ruby`''' [[BR]] '''`#!php`''' [[BR]] '''`#!asp`''' [[BR]] '''`#!java`''' [[BR]] '''`#!js`''' (Javascript) [[BR]] '''`#!sql`''' [[BR]] '''`#!xml`''' (XML or HTML) [[BR]] '''`#!sh`''' (!Bourne/Bash shell) [[BR]] '''etc.''' [[BR]] || Trac includes processors to provide inline syntax highlighting for source code in various languages. [[BR]] [[BR]] Trac relies on external software packages for syntax coloring, like [http://pygments.org Pygments]. [[BR]] [[BR]] See TracSyntaxColoring for information about which languages are supported and how to enable support for more languages. || 176 176 |||| || 177 178 Using the MIME type as processor, it is possible to syntax-highlight the same languages that are supported when browsing source code. 179 177 180 ||||= '''MIME Type Processors''' =|| 178 |||| Using the MIME type as processor, it is possible to syntax-highlight the same languages that are supported when browsing source code. ||179 181 {{{#!tr 180 182 {{{#!td … … 244 246 * [trac:ProcessorBazaar] 245 247 * [trac:MacroBazaar] 246 * [ th:WikiStartTrac Hacks] community site248 * [http://trac-hacks.org Trac Hacks] community site 247 249 248 250 Developing processors is no different from Wiki macros.