From: <var...@us...> - 2010-04-30 08:39:55
|
Revision: 7369 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7369&view=rev Author: vargenau Date: 2010-04-30 08:39:48 +0000 (Fri, 30 Apr 2010) Log Message: ----------- Mediawiki table for arguments Modified Paths: -------------- trunk/pgsrc/Help%2FSyntaxHighlighterPlugin Modified: trunk/pgsrc/Help%2FSyntaxHighlighterPlugin =================================================================== --- trunk/pgsrc/Help%2FSyntaxHighlighterPlugin 2010-04-30 08:25:43 UTC (rev 7368) +++ trunk/pgsrc/Help%2FSyntaxHighlighterPlugin 2010-04-30 08:39:48 UTC (rev 7369) @@ -1,4 +1,4 @@ -Date: Thu, 15 Apr 2010 16:32:58 +0000 +Date: Fri, 30 Apr 2010 10:38:49 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -12,17 +12,34 @@ highlighter called "highlight" (available at http://www.andre-simon.de/). == Arguments -syntax | - (required), See http://www.andre-simon.de/doku/highlight/highlight.html -style | - ~[ "ansi", "gnu", "kr", "java", "linux" ~] (required) -color | - null (optional), see =highlight/themes= -number | - 0 (optional) -wrap | - 0 (optional) +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **syntax** +| +| (required), See http://www.andre-simon.de/doku/highlight/highlight.html +|- +| **style** +| +| ~[ "ansi", "gnu", "kr", "java", "linux" ~] (required) +|- +| **color** +| +| null (optional), see ##highlight/themes## +|- +| **number** +| +| 0 (optional) +|- +| **wrap** +| +| 0 (optional) +|} + == Example {{{ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2010-05-10 12:05:29
|
Revision: 7389 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7389&view=rev Author: vargenau Date: 2010-05-10 12:05:19 +0000 (Mon, 10 May 2010) Log Message: ----------- Be more explicit Modified Paths: -------------- trunk/pgsrc/Help%2FSyntaxHighlighterPlugin Modified: trunk/pgsrc/Help%2FSyntaxHighlighterPlugin =================================================================== --- trunk/pgsrc/Help%2FSyntaxHighlighterPlugin 2010-05-08 19:18:36 UTC (rev 7388) +++ trunk/pgsrc/Help%2FSyntaxHighlighterPlugin 2010-05-10 12:05:19 UTC (rev 7389) @@ -1,4 +1,4 @@ -Date: Fri, 30 Apr 2010 10:38:49 +0000 +Date: Fri, 7 May 2010 15:25:56 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -11,7 +11,7 @@ The **~SyntaxHighlighter** [[Help:WikiPlugin|plugin]] passes all its arguments through a C++ highlighter called "highlight" (available at http://www.andre-simon.de/). -== Arguments +== Arguments == {| class="bordered" |- @@ -40,7 +40,7 @@ | 0 (optional) |} -== Example +== Example == {{{ <<SyntaxHighlighter syntax=c style=kr color=emacs @@ -52,7 +52,7 @@ >> }}} -=> +will give: <<SyntaxHighlighter syntax=c style=kr color=emacs #include <stdio.h> @@ -66,7 +66,7 @@ my system and PHP killed it. I'm not sure whether this is a problem with my integration, or with beautifier itself. -== Authors +== Authors == * alecthomas * Fixes by [[PhpWiki:ReiniUrban|Reini Urban]]: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-11-28 15:43:29
|
Revision: 8570 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8570&view=rev Author: vargenau Date: 2012-11-28 15:43:19 +0000 (Wed, 28 Nov 2012) Log Message: ----------- color=bright to be compatible between highlight version 2 and 3 Modified Paths: -------------- trunk/pgsrc/Help%2FSyntaxHighlighterPlugin Modified: trunk/pgsrc/Help%2FSyntaxHighlighterPlugin =================================================================== --- trunk/pgsrc/Help%2FSyntaxHighlighterPlugin 2012-11-28 11:04:40 UTC (rev 8569) +++ trunk/pgsrc/Help%2FSyntaxHighlighterPlugin 2012-11-28 15:43:19 UTC (rev 8570) @@ -1,4 +1,4 @@ -Date: Fri, 16 Dec 2011 12:51:22 +0000 +Date: Wed, 28 Nov 2012 16:42:00 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FSyntaxHighlighterPlugin; @@ -8,7 +8,7 @@ Content-Transfer-Encoding: binary The **~SyntaxHighlighter** [[Help:WikiPlugin|plugin]] passes all its arguments through a C++ -highlighter called "highlight" (available at http://www.andre-simon.de/). +highlighter called "highlight" (available at [[http://www.andre-simon.de]]). == Arguments == @@ -42,7 +42,7 @@ == Example == {{{ -<<SyntaxHighlighter syntax=c style=kr color=emacs +<<SyntaxHighlighter syntax=c style=kr color=bright #include <stdio.h> int main() { @@ -53,7 +53,7 @@ will give: -<<SyntaxHighlighter syntax=c style=kr color=emacs +<<SyntaxHighlighter syntax=c style=kr color=bright #include <stdio.h> int main() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2019-04-18 14:36:35
|
Revision: 10102 http://sourceforge.net/p/phpwiki/code/10102 Author: vargenau Date: 2019-04-18 14:36:33 +0000 (Thu, 18 Apr 2019) Log Message: ----------- Add ~ Modified Paths: -------------- trunk/pgsrc/Help%2FSyntaxHighlighterPlugin Modified: trunk/pgsrc/Help%2FSyntaxHighlighterPlugin =================================================================== --- trunk/pgsrc/Help%2FSyntaxHighlighterPlugin 2019-04-17 17:32:19 UTC (rev 10101) +++ trunk/pgsrc/Help%2FSyntaxHighlighterPlugin 2019-04-18 14:36:33 UTC (rev 10102) @@ -1,4 +1,4 @@ -Date: Thu, 13 Oct 2016 15:09:28 +0000 +Date: Thu, 18 Apr 2019 15:07:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FSyntaxHighlighterPlugin; @@ -12,11 +12,11 @@ Highlighting is done in Javascript with [[http://highlightjs.org/]]. Recognized languages are the following: -| Apache | Bash | C# | C++ -| CSS | CoffeeScript | Diff | HTML, XML -| HTTP | Ini | JSON | Java -| JavaScript | Makefile | Markdown | Nginx -| Objective C | PHP | Perl | Python +| Apache | Bash | C# | C++ +| CSS | ~CoffeeScript | Diff | HTML, XML +| HTTP | Ini | JSON | Java +| ~JavaScript | Makefile | Markdown | Nginx +| Objective C | PHP | Perl | Python | Ruby | SQL == Arguments == This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |