39 'COMMENT_SINGLE' => array(
'//'),
40 'COMMENT_MULTI' => array(
'/*' =>
'*/'),
41 'COMMENT_REGEXP' => array(
46 'QUOTEMARKS' => array(
53 'if',
'then',
'else',
'endif',
54 'and',
'or',
'xor',
'hysteresis' 57 'read',
'write',
'event',
58 'gettime',
'settime',
'getdate',
'setdate',
'gettimedate',
'settimedate',
59 'hour',
'minute',
'second',
'changehour',
'changeminute',
'changesecond',
60 'date',
'month',
'day',
'dayofweek',
'sun',
'azimuth',
'elevation',
61 'sunrisehour',
'sunriseminute',
'sunsethour',
'sunsetminute',
62 'wtime',
'htime',
'mtime',
'stime',
63 'cwtime',
'chtime',
'cmtime',
'cstime',
64 'delay',
'after',
'cycle',
65 'readflash',
'writeflash',
66 'abs',
'acos',
'asin',
'atan',
'cos',
'ceil',
'average',
'exp',
'floor',
67 'log',
'max',
'min',
'mod',
'pow',
'sqrt',
'sin',
'tan',
'change',
'convert',
68 'eval',
'systemstart',
'random',
'comobject',
'sleep',
'scene',
'storescene',
'callscene',
69 'find',
'stringcast',
'stringset',
'stringformat',
'split',
'size',
70 'readrs232'.
'sendrs232',
'address',
'readknx',
71 'readudp',
'sendudp',
'connecttcp',
'closetcp',
'readtcp',
'sendtcp',
72 'resolve',
'sendmail',
73 'button',
'webbutton',
'chart',
'webchart',
'webdisplay',
'getslider',
'pshifter',
'mpshifter',
74 'getpslider',
'mbutton',
'mbbutton',
'mchart',
'mpchart',
'mpbutton',
'pdisplay',
'pchart',
75 'pbutton',
'setslider',
'setpslider',
'slider',
'pslider',
'page',
'line',
'header',
76 'footer',
'none',
'plink',
'link',
'frame',
'dframe' 84 '+',
'-',
'==',
'>=',
'=<',
87 'CASE_SENSITIVE' => array(
94 1 =>
'color: #e63ec3;',
95 2 =>
'color: #e63ec3;' 98 0 =>
'color: #0000ff;' 101 'ESCAPE_CHAR' => array(
102 1 =>
'color: #000099;' 105 0 =>
'color: #000000;' 108 0 =>
'color: #8a0808;',
109 1 =>
'color: #6e6e6e;' 112 0 =>
'color: #0b610b;' 117 0 =>
'color: #0b610b;',
118 1 =>
'color: #e63ec3;' 121 1 =>
'color: #0b610b;' 131 'OBJECT_SPLITTERS' => array(
135 1 =>
"[0-9]*[subf][0136][12468]" 138 'SCRIPT_DELIMITERS' => array(
140 'HIGHLIGHT_STRICT_BLOCK' => array(
143 'PARSER_CONTROL' => array(
145 'DISALLOWED_BEFORE' =>
'$' 148 'DISALLOWED_BEFORE' =>
"(?<![\.\-a-zA-Z0-9_\$\#])",
149 'DISALLOWED_AFTER' =>
"(?![\.\-a-zA-Z0-9_%=\\/])" const GESHI_COMMENTS
Used in language files to mark comments.
const GESHI_NEVER
#+ private
const GESHI_CAPS_NO_CHANGE
Lowercase keywords found.