From fbb51550eae6c61489f98af3390725e3f690c9c1 Mon Sep 17 00:00:00 2001 From: Guy Brand Date: Sun, 15 Jan 2012 10:43:04 +0100 Subject: Make this dummy file empty like all others --- data/_dummy | 1 - 1 file changed, 1 deletion(-) (limited to 'data') diff --git a/data/_dummy b/data/_dummy index 37ed18a63..e69de29bb 100644 --- a/data/_dummy +++ b/data/_dummy @@ -1 +0,0 @@ -data directory -- cgit v1.2.3 From d51d5583294017b72fa7ba2f709ec14961b1bc41 Mon Sep 17 00:00:00 2001 From: Chris--S Date: Tue, 6 Mar 2012 18:27:04 +0000 Subject: Improve grammar in the syntax highlighting paragraph --- data/pages/wiki/syntax.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') 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. '''' or ''''. +[[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. '''' or ''''. /** -- cgit v1.2.3