summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-11-27 23:28:45 +0100
committerAndreas Gohr <andi@splitbrain.org>2006-11-27 23:28:45 +0100
commit9e9fda70e9993a37278aa28723b777b6c68046b1 (patch)
tree7bd8d50dbfc350e36e580f72a357847436adca40 /data
parente135fd5d34238f99761d5fb3b41c46c67f8b6316 (diff)
downloadrpg-9e9fda70e9993a37278aa28723b777b6c68046b1.tar.gz
rpg-9e9fda70e9993a37278aa28723b777b6c68046b1.tar.bz2
GeSHi 1.0.7.16 update
darcs-hash:20061127222845-7ad00-50130163027857534a4075ada27cded8411dd96e.gz
Diffstat (limited to 'data')
-rw-r--r--data/pages/wiki/syntax.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/pages/wiki/syntax.txt b/data/pages/wiki/syntax.txt
index 4bab97318..40baa16cb 100644
--- a/data/pages/wiki/syntax.txt
+++ b/data/pages/wiki/syntax.txt
@@ -321,6 +321,7 @@ This is some text which contains addresses like this: http://www.splitbrain.org
See the source of this page to see how to use these blocks.
+
===== Syntax Highlighting =====
[[DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbnz.com/highlighter/|GeSHi]] Generic Syntax Highlighter -- so any language supported by GeSHi is supported. The syntax is the same like in the code block in the previous section, but this time the name of the used language is inserted inside the tag. Eg. ''<nowiki><code java></nowiki>''.
@@ -337,7 +338,7 @@ class HelloWorldApp {
}
</code>
-The following language strings are currently recognized: //actionscript-french, actionscript, ada, apache, applescript, asm, asp, autoit, bash, blitzbasic, bnf, caddcl, cadlisp, cfdg, cfm, c_mac, c, cpp, csharp, css, delphi, diff, div, dos, d, eiffel, fortran, freebasic, gml, groovy, html, idl, ini, inno, io, java5, java, javascript, latex, lisp, lua, matlab, mirc, mpasm, mysql, nsis, objc, ocaml-brief, ocaml, oobas, oracle8, pascal, perl, php-brief, php, python, qbasic, reg, robots, ruby, sas, scheme, sdlbasic, smalltalk, smarty, sql, tcl, text, thinbasic, tsql, vbnet, vb, vhdl, visualfoxpro, winbatch, xml//
+The following language strings are currently recognized: //actionscript-french, actionscript, ada, apache, applescript, asm, asp, autoit, bash, blitzbasic, bnf, caddcl, cadlisp, cfdg, cfm, c_mac, c, cpp, cpp-qt, csharp, css, delphi, diff, div, dos, d, eiffel, fortran, freebasic, gml, groovy, html, idl, ini, inno, io, java5, java, javascript, latex, lisp, lua, matlab, mirc, mpasm, mysql, nsis, objc, ocaml-brief, ocaml, oobas, oracle8, pascal, perl, php-brief, php, plsql, python, qbasic, reg, robots, ruby, sas, scheme, sdlbasic, smalltalk, smarty, sql, tcl, text, thinbasic, tsql, vbnet, vb, vhdl, visualfoxpro, winbatch, xml//
===== Embedding HTML and PHP =====