Language File Source
Warning : date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /var/www/html/extensions/SyntaxHighlight_GeSHi/geshi/contrib/langwiz.php on line 915
Warning : date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /var/www/html/extensions/SyntaxHighlight_GeSHi/geshi/contrib/langwiz.php on line 916
<?php
/*************************************************************************************
* example.php
* --------
* Author: Benny Baumann ([email protected] )
* Copyright: (c) 2025 Benny Baumann (http://qbnz.com/highlighter/)
* Release Version: 1.0.8.12
* Date Started: 2025/05/04
*
* Example language file for GeSHi.
*
* CHANGES
* -------
* 2025/05/04 (1.0.8.12)
* - First Release
*
* TODO (updated 2025/05/04)
* -------------------------
* * Complete language file
*
*************************************************************************************
*
* This file is part of GeSHi.
*
* GeSHi is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* GeSHi is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with GeSHi; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
************************************************************************************/
$language_data = array (
'LANG_NAME' => 'Example' ,
'COMMENT_SINGLE' => array (
1 => '//'
) ,
'COMMENT_MULTI' => array (
'/*' => '*/'
) ,
'COMMENT_REGEXP' => array (
1 => '/Hello/'
) ,
'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
'QUOTEMARKS' => array ( ) ,
'ESCAPE_CHAR' => '' ,
'ESCAPE_REGEXP' => array ( ) ,
'HARDQUOTE' => array ( ) ,
'HARDESCAPE' => array ( ) ,
'HARDCHAR' => '' ,
'NUMBERS' =>
GESHI_NUMBER_INT_BASIC | GESHI_NUMBER_OCT_PREFIX | GESHI_NUMBER_HEX_PREFIX |
GESHI_NUMBER_FLT_SCI_ZERO,
'KEYWRODS' => array ( ) ,
'CASE_SENSITIVE' => array ( ) ,
'SYMBOLS' => array ( ) ,
'STYLES' => array (
'KEYWRODS' => array ( ) ,
'COMMENTS' => array (
1 => 'test' ,
1 => 'color: #00000' ,
'MULTI' => 'font-style: italic; color: #666666;'
) ,
'ESCAPE_CHAR' => array ( ) ,
'BRACKETS' => array ( ) ,
'STRINGS' => array ( ) ,
'NUMBERS' => array ( ) ,
'METHODS' => array ( ) ,
'SYMBOLS' => array ( ) ,
'REGEXPS' => array ( ) ,
'SCRIPT' => array ( )
) ,
'URLS' => array ( ) ,
'OOLANG' => false ,
'OBJECT_SPLITTERS' => array ( ) ,
'REGEXPS' => array ( ) ,
'STRICT_MODE_APPLIES' => GESHI_MAYBE,
'SCRIPT_DELIMITERS' => array ( ) ,
'HIGHLIGHT_STRICT_BLOCK' => array ( ) ,
'TAB_WIDTH' => 4
) ;