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:
parent
8fe7f8b8d8
commit
4baa3358df
@ -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
@ -14,7 +14,7 @@ my $output = <<EOF;
|
||||
<Keywords name="Folder-">}</Keywords>
|
||||
<Keywords name="Operators">- ! % & ( ) , . : ; ? @ [ \ ] ^ | ~ + < = ></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
Loading…
Reference in New Issue
Block a user