66 'LANG_NAME' =>
'Pixel Bender 1.0',
67 'COMMENT_SINGLE' => array(1 =>
'//'),
68 'COMMENT_MULTI' => array(
'/*' =>
'*/'),
70 'QUOTEMARKS' => array(
'"'),
71 'ESCAPE_CHAR' =>
'\\',
74 'languageVersion',
'kernel' 77 'import',
'parameter',
'dependent',
'const',
'input',
'output',
78 'evaluatePixel',
'evaluateDependents',
'needed',
'changed',
'generated' 81 'bool',
'bool2',
'bool3',
'bool4',
'int',
'int2',
'int3',
'int4',
82 'float',
'float2',
'float3',
'float4',
'float2x2',
'float3x3',
'float4x4',
83 'pixel2',
'pixel3',
'pixel4',
'region',
'image1',
'image2',
'image3',
'image4',
87 'in',
'out',
'inout',
'if',
'else',
'for',
'while',
'do',
'break',
91 'radians',
'degrees',
'sin',
'cos',
'tan',
'asin',
'acos',
'atan',
'pow',
92 'exp',
'exp2',
'log',
'log2',
'sqrt',
'inverseSqrt',
'abs',
'sign',
'floor',
93 'ceil',
'fract',
'mod',
'min',
'max',
'step',
'clamp',
'mix',
'smoothStep',
94 'length',
'distance',
'dot',
'cross',
'normalize',
'matrixCompMult',
'lessThan',
95 'lessThanEqual',
'greaterThan',
'greaterThanEqual',
'equal',
'notEqual',
'any',
96 'all',
'not',
'nowhere',
'everywhere',
'transform',
'union',
'intersect',
97 'outset',
'inset',
'bounds',
'isEmpty',
'sample',
'sampleLinear',
'sampleNearest',
98 'outCoord',
'dod',
'pixelSize',
'pixelAspectRatio' 101 'namespace',
'vendor',
'version',
'minValue',
'maxValue',
'defaultValue',
'description' 104 '#if',
'#endif',
'#ifdef',
'#elif',
'defined',
'#define',
105 'AIF_ATI',
'AIF_NVIDIA',
'AIF_FLASH_TARGET' 109 '(',
')',
'[',
']',
'{',
'}',
'!',
'%',
'&',
'|',
'+',
'-',
'*',
'/',
'=',
'<',
'>',
'?',
':' 111 'CASE_SENSITIVE' => array(
123 1 =>
'color: #0033ff;',
124 2 =>
'color: #0033ff; font-weight: bold;',
125 3 =>
'color: #0033ff;',
126 4 =>
'color: #9900cc; font-weight: bold;',
127 5 =>
'color: #333333;',
128 6 =>
'color: #666666;',
129 7 =>
'color: #990000;',
132 1 =>
'color: #009900;',
133 'MULTI' =>
'color: #3f5fbf;' 135 'ESCAPE_CHAR' => array(
139 0 =>
'color: #000000;' 142 0 =>
'color: #990000;' 145 0 =>
'color: #000000; font-weight:bold;' 148 0 =>
'color: #000000;',
151 0 =>
'color: #000000; font-weight: bold;' 168 'OBJECT_SPLITTERS' => array(
'.'),
169 'REGEXPS' => array(),
171 'SCRIPT_DELIMITERS' => array(),
172 'HIGHLIGHT_STRICT_BLOCK' => array()
const GESHI_COMMENTS
Used in language files to mark comments.
const GESHI_NEVER
#+ private
const GESHI_CAPS_NO_CHANGE
Lowercase keywords found.