Fixed a couple small things in npp xml generation script.
This commit is contained in:
parent
1507d03c21
commit
2802486671
@ -4,7 +4,7 @@ my $output = <<EOF;
|
||||
<NotepadPlus>
|
||||
<UserLang name="sourcemod" ext="sma inc p pawn core sp">
|
||||
<Settings>
|
||||
<Global caseIgnored="no" escapeChar="\" />
|
||||
<Global caseIgnored="no" escapeChar="\\" />
|
||||
<TreatAsSymbol comment="yes" commentLine="yes" />
|
||||
<Prefix words1="no" words2="yes" words3="no" words4="no" />
|
||||
</Settings>
|
||||
@ -12,7 +12,7 @@ my $output = <<EOF;
|
||||
<Keywords name="Delimiters">"'0"'0</Keywords>
|
||||
<Keywords name="Folder+">{</Keywords>
|
||||
<Keywords name="Folder-">}</Keywords>
|
||||
<Keywords name="Operators">- ! % & ( ) , . : ; ? @ [ \ ] ^ | ~ + < = ></Keywords>
|
||||
<Keywords name="Operators">+ - * / = ! % & ( ) , . : ; ? @ [ ] ^ | ~ + < = ></Keywords>
|
||||
<Keywords name="Comment">1/* 2*/ 0//</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>
|
||||
|
Loading…
Reference in New Issue
Block a user