From 51c14fa5dfdce1fe6261e2ee61c35afd2e2ac7d6 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Tue, 3 Jan 2017 19:31:15 -0500 Subject: Update plugin wp-syntax to 1.1 --- plugins/wp-syntax/geshi/geshi/ini.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'plugins/wp-syntax/geshi/geshi/ini.php') diff --git a/plugins/wp-syntax/geshi/geshi/ini.php b/plugins/wp-syntax/geshi/geshi/ini.php index 8e6ca76d..914ebdfe 100644 --- a/plugins/wp-syntax/geshi/geshi/ini.php +++ b/plugins/wp-syntax/geshi/geshi/ini.php @@ -4,7 +4,7 @@ * -------- * Author: deguix (cevo_deguix@yahoo.com.br) * Copyright: (c) 2005 deguix - * Release Version: 1.0.8.11 + * Release Version: 1.0.8.12 * Date Started: 2005/03/27 * * INI language file for GeSHi. @@ -44,8 +44,9 @@ $language_data = array ( 'LANG_NAME' => 'INI', - 'COMMENT_SINGLE' => array(0 => ';'), + 'COMMENT_SINGLE' => array(), 'COMMENT_MULTI' => array(), + 'COMMENT_REGEXP' => array(0 => '/^\s*;.*?$/m'), 'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE, 'QUOTEMARKS' => array('"'), 'ESCAPE_CHAR' => '', @@ -124,5 +125,3 @@ $language_data = array ( 'HIGHLIGHT_STRICT_BLOCK' => array( ) ); - -?> -- cgit v1.2.3