summaryrefslogtreecommitdiff
path: root/inc/geshi/gettext.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2008-09-12 22:23:34 +0200
committerAndreas Gohr <andi@splitbrain.org>2008-09-12 22:23:34 +0200
commit8e39ccf504d73d5d12e07bd879c5a696d5ceac3d (patch)
treee98977e1a3b2a5f3886da350b95c4a196ea04449 /inc/geshi/gettext.php
parent535bed707571573f6670f91094e3c8eed6d9420c (diff)
downloadrpg-8e39ccf504d73d5d12e07bd879c5a696d5ceac3d.tar.gz
rpg-8e39ccf504d73d5d12e07bd879c5a696d5ceac3d.tar.bz2
GeSHi update to 1.0.8
darcs-hash:20080912202334-7ad00-ee4e69ad5516c38729955e8919d55f3b940caf1a.gz
Diffstat (limited to 'inc/geshi/gettext.php')
-rw-r--r--inc/geshi/gettext.php35
1 files changed, 31 insertions, 4 deletions
diff --git a/inc/geshi/gettext.php b/inc/geshi/gettext.php
index f8e85bc96..5d867ba0f 100644
--- a/inc/geshi/gettext.php
+++ b/inc/geshi/gettext.php
@@ -4,11 +4,18 @@
* --------
* Author: Milian Wolff (mail@milianw.de)
* Copyright: (c) 2008 Milian Wolff
- * Release Version: 1.0.7.22
+ * Release Version: 1\.0\.8
* Date Started: 2008/05/25
*
* GNU Gettext .po/.pot language file for GeSHi.
*
+ * CHANGES
+ * -------
+ * 2008/08/02 (1.0.8)
+ * - New comments: flags and previous-fields
+ * - New keywords: msgctxt, msgid_plural
+ * - Msgstr array indices
+ *
*************************************************************************************
*
* This file is part of GeSHi.
@@ -31,14 +38,14 @@
$language_data = array (
'LANG_NAME' => 'GNU Gettext',
- 'COMMENT_SINGLE' => array('#:', '#.', '#'),
+ 'COMMENT_SINGLE' => array('#:', '#.', '#,', '#|', '#'),
'COMMENT_MULTI' => array(),
'COMMENT_REGEXP' => array(),
'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
'QUOTEMARKS' => array("'", '"'),
'ESCAPE_CHAR' => '\\',
'KEYWORDS' => array(
- 1 => array('msgid', 'msgstr'),
+ 1 => array('msgctxt', 'msgid_plural', 'msgid', 'msgstr'),
),
'SYMBOLS' => array(),
'CASE_SENSITIVE' => array(
@@ -52,7 +59,9 @@ $language_data = array (
'COMMENTS' => array(
0 => 'color: #000099;',
1 => 'color: #000099;',
- 2 => 'color: #666666; font-style: italic;',
+ 2 => 'color: #000099;',
+ 3 => 'color: #006666;',
+ 4 => 'color: #666666; font-style: italic;',
),
'ESCAPE_CHAR' => array(
0 => 'color: #000099; font-weight: bold;'
@@ -60,10 +69,28 @@ $language_data = array (
'STRINGS' => array(
0 => 'color: #ff0000;'
),
+ 'REGEXPS' => array(),
+ 'SYMBOLS' => array(),
+ 'NUMBERS' => array(
+ 0 => 'color: #000099;'
+ ),
+ 'METHODS' => array(),
+ 'SCRIPT' => array(),
+ 'BRACKETS' => array(
+ 0 => 'color: #000099;'
+ ),
),
+ 'URLS' => array(
+ 1 => ''
+ ),
'OOLANG' => false,
+ 'OBJECT_SPLITTERS' => array(),
'REGEXPS' => array(),
'STRICT_MODE_APPLIES' => GESHI_NEVER,
+ 'SCRIPT_DELIMITERS' => array(
+ ),
+ 'HIGHLIGHT_STRICT_BLOCK' => array(
+ ),
'TAB_WIDTH' => 4,
);