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:
@@ -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
Reference in New Issue
Block a user