Updated geshi and npp sp language files for SM 1.3.2

Also fixed typo in geshi generator and added 'default' to list of reserved words.
This commit is contained in:
Nicholas Hastings 2010-05-08 21:31:32 -04:00
parent 8fe7f8b8d8
commit 4baa3358df
4 changed files with 9 additions and 9 deletions

View File

@ -50,7 +50,7 @@ my $output = <<EOF;
'for', 'if', 'else', 'do', 'while', 'switch', 'case', 'return',
'break', 'continue', 'new', 'decl', 'public', 'stock', 'const',
'enum', 'forward', 'static', 'funcenum', 'functag', 'native',
'sizeof', 'true', false',
'sizeof', 'true', 'false', 'default',
),
// Tags
2 => array(

File diff suppressed because one or more lines are too long

View File

@ -14,7 +14,7 @@ my $output = <<EOF;
<Keywords name="Folder-">}</Keywords>
<Keywords name="Operators">- ! % &amp; ( ) , . : ; ? @ [ \ ] ^ | ~ + &lt; = &gt;</Keywords>
<Keywords name="Comment">1/* 2*/ 0//</Keywords>
<Keywords name="Words1">for if else do while switch case return break continue new decl public stock const enum forward static funcenum functag native sizeof true false</Keywords>
<Keywords name="Words1">for if else do while switch case default return break continue new decl public stock const enum forward static funcenum functag native sizeof true false</Keywords>
<Keywords name="Words2">#</Keywords>
<Keywords name="Words3">Action bool Float Plugin String any __tags__</Keywords>
<Keywords name="Words4">MaxClients __defines__</Keywords>

File diff suppressed because one or more lines are too long