summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-10-26 22:39:42 +0200
committerAndreas Gohr <andi@splitbrain.org>2006-10-26 22:39:42 +0200
commit51c546a917b3b8a24d1339fc16d8f2398a293ddf (patch)
tree2b380eb97140a137215300a4820024f5bd323632 /data
parentaa248fb5900797231e058b84f8c169b16a677e36 (diff)
downloadrpg-51c546a917b3b8a24d1339fc16d8f2398a293ddf.tar.gz
rpg-51c546a917b3b8a24d1339fc16d8f2398a293ddf.tar.bz2
GeSHi 1.0.7.15 update
darcs-hash:20061026203942-7ad00-6db8c37c1fba1d274fa6bcdc7cbb245d088325a5.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 151c73386..4bab97318 100644
--- a/data/pages/wiki/syntax.txt
+++ b/data/pages/wiki/syntax.txt
@@ -320,6 +320,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>''.
@@ -336,7 +337,7 @@ class HelloWorldApp {
}
</code>
-The following language strings are currently recognized: //actionscript-french, actionscript, ada, apache, applescript, asm, asp, autoit, bash, blitzbasic, caddcl, cadlisp, cfdg, cfm, c_mac, c, cpp, csharp, css, delphi, diff, div, dos, d, eiffel, fortran, freebasic, gml, groovy, html4strict, idl, ini, inno, java5, java, javascript, latex, lisp, lua, matlab, 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, 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//
===== Embedding HTML and PHP =====