jablonka.czprosek.czf

websvn

Subversion Repositories:
[/] [lib/] [geshi/] [asp.php] - Diff between revs 1 and 3

Show entire file Ignore whitespace

Rev 1 Rev 3
Line 2... Line 2...
/************************************************************************************* /*************************************************************************************
* asp.php * asp.php
* -------- * --------
* Author: Amit Gupta (http://blog.igeek.info/) * Author: Amit Gupta (http://blog.igeek.info/)
* Copyright: (c) 2004 Amit Gupta (http://blog.igeek.info/), Nigel McNie (http://qbnz.com/highlighter) * Copyright: (c) 2004 Amit Gupta (http://blog.igeek.info/), Nigel McNie (http://qbnz.com/highlighter)
* Release Version: 1.0.8.1 * Release Version: 1.0.8.3
* Date Started: 2004/08/13 * Date Started: 2004/08/13
* *
* ASP language file for GeSHi. * ASP language file for GeSHi.
* *
* CHANGES * CHANGES
Line 60... Line 60...
'CSTR', 'Fix', 'Is', 'Sgn', 'String', 'Boolean', 'Currency', 'Me', 'Single', 'Long', 'Integer', 'Byte', 'CSTR', 'Fix', 'Is', 'Sgn', 'String', 'Boolean', 'Currency', 'Me', 'Single', 'Long', 'Integer', 'Byte',
'Variant', 'Double', 'To', 'Let', 'Xor', 'Resume', 'On', 'Error', 'Imp', 'GoTo', 'Call', 'Global' 'Variant', 'Double', 'To', 'Let', 'Xor', 'Resume', 'On', 'Error', 'Imp', 'GoTo', 'Call', 'Global'
), ),
2 => array( 2 => array(
'Null', 'Nothing', 'And', 'Null', 'Nothing', 'And',
'False', '<%', '%>', 'False',
'<script language=', '</script>', 'True', 'var', 'Or', 'BOF', 'EOF', 'xor',
'True', 'var', 'Or', 'BOF', 'EOF',  
'Function', 'Class', 'New', 'Sub' 'Function', 'Class', 'New', 'Sub'
), ),
3 => array( 3 => array(
'CreateObject', 'Write', 'Redirect', 'Cookies', 'BinaryRead', 'ClientCertificate', 'Form', 'QueryString', 'CreateObject', 'Write', 'Redirect', 'Cookies', 'BinaryRead', 'ClientCertificate', 'Form', 'QueryString',
'ServerVariables', 'TotalBytes', 'AddHeader', 'AppendToLog', 'BinaryWrite', 'Buffer', 'CacheControl', 'ServerVariables', 'TotalBytes', 'AddHeader', 'AppendToLog', 'BinaryWrite', 'Buffer', 'CacheControl',
Line 76... Line 75...
'Year', 'MonthName', 'LCase', 'UCase', 'Abs', 'Array', 'As', 'LEN', 'MoveFirst', 'MoveLast', 'MovePrevious', 'Year', 'MonthName', 'LCase', 'UCase', 'Abs', 'Array', 'As', 'LEN', 'MoveFirst', 'MoveLast', 'MovePrevious',
'MoveNext', 'LBound', 'UBound', 'Transfer', 'Open', 'Close', 'MapPath', 'FileExists', 'OpenTextFile', 'ReadAll' 'MoveNext', 'LBound', 'UBound', 'Transfer', 'Open', 'Close', 'MapPath', 'FileExists', 'OpenTextFile', 'ReadAll'
) )
), ),
'SYMBOLS' => array( 'SYMBOLS' => array(
'(', ')', '[', ']', '!', '@', '%', '&', '*', '|', '/', '<', '>', 1 => array(
';', ':', '?', '=' '<%', '%>'
  ),
  0 => array(
  '(', ')', '[', ']', '!', '@', '%', '&', '*', '|', '/', '<', '>',
  ';', ':', '?', '='),
), ),
'CASE_SENSITIVE' => array( 'CASE_SENSITIVE' => array(
GESHI_COMMENTS => false, GESHI_COMMENTS => false,
1 => false, 1 => false,
2 => false, 2 => false,
Line 100... Line 103...
), ),
'ESCAPE_CHAR' => array( 'ESCAPE_CHAR' => array(
0 => 'color: #000099; font-weight: bold;' 0 => 'color: #000099; font-weight: bold;'
), ),
'BRACKETS' => array( 'BRACKETS' => array(
0 => 'color: #006600; font-weight:bold' 0 => 'color: #006600; font-weight:bold;'
), ),
'STRINGS' => array( 'STRINGS' => array(
0 => 'color: #cc0000;' 0 => 'color: #cc0000;'
), ),
'NUMBERS' => array( 'NUMBERS' => array(
Line 112... Line 115...
), ),
'METHODS' => array( 'METHODS' => array(
1 => 'color: #9900cc;' 1 => 'color: #9900cc;'
), ),
'SYMBOLS' => array( 'SYMBOLS' => array(
0 => 'color: #006600; font-weight: bold' 0 => 'color: #006600; font-weight: bold;',
  1 => 'color: #000000; font-weight: bold;'
), ),
'REGEXPS' => array( 'REGEXPS' => array(
), ),
'SCRIPT' => array( 'SCRIPT' => array(
0 => '', 0 => '',

Powered by WebSVN 2.2.1