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
+1 -1
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