summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChris--S <chris@jalakai.co.uk>2012-03-06 18:27:04 +0000
committerChris--S <chris@jalakai.co.uk>2012-03-06 18:27:04 +0000
commitd51d5583294017b72fa7ba2f709ec14961b1bc41 (patch)
treea6905d4b0739980988099cb101bcdb99c04c7fef /data
parent44dae8a743d9c3d83f22e6f38a1685c8326a3b62 (diff)
downloadrpg-d51d5583294017b72fa7ba2f709ec14961b1bc41.tar.gz
rpg-d51d5583294017b72fa7ba2f709ec14961b1bc41.tar.bz2
Improve grammar in the syntax highlighting paragraph
Diffstat (limited to 'data')
-rw-r--r--data/pages/wiki/syntax.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/pages/wiki/syntax.txt b/data/pages/wiki/syntax.txt
index b03435787..0b5480949 100644
--- a/data/pages/wiki/syntax.txt
+++ b/data/pages/wiki/syntax.txt
@@ -368,7 +368,7 @@ Those blocks were created by this source:
==== Syntax Highlighting ====
-[[wiki: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 and file blocks in the previous section, but this time the name of the used language is inserted inside the tag. Eg. ''<nowiki><code java></nowiki>'' or ''<nowiki><file java></nowiki>''.
+[[wiki: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 uses the same code and file blocks described in the previous section, but this time the name of the language syntax to be highlighted is included inside the tag, e.g. ''<nowiki><code java></nowiki>'' or ''<nowiki><file java></nowiki>''.
<code java>
/**