-
Notifications
You must be signed in to change notification settings - Fork 404
/
Copy pathOsirisNotepadSetup.xml
64 lines (64 loc) · 5.18 KB
/
OsirisNotepadSetup.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<NotepadPlus>
<UserLang name="OsirisV4" ext=".osx" udlVersion="2.1">
<Settings>
<Global caseIgnored="no" allowFoldOfComments="no" foldCompact="no" forcePureLC="0" decimalSeparator="0" />
<Prefix Keywords1="yes" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" />
</Settings>
<KeywordLists>
<Keywords name="Comments">00// 01 02 03 04</Keywords>
<Keywords name="Numbers, prefix1"></Keywords>
<Keywords name="Numbers, prefix2">_</Keywords>
<Keywords name="Numbers, extras1">a b c d e f -</Keywords>
<Keywords name="Numbers, extras2">a b c d e f</Keywords>
<Keywords name="Numbers, suffix1">-</Keywords>
<Keywords name="Numbers, suffix2">,</Keywords>
<Keywords name="Numbers, range"></Keywords>
<Keywords name="Operators1"></Keywords>
<Keywords name="Operators2"></Keywords>
<Keywords name="Folders in code1, open">INIT:</Keywords>
<Keywords name="Folders in code1, middle"></Keywords>
<Keywords name="Folders in code1, close">ENDI</Keywords>
<Keywords name="Folders in code2, open">KB:</Keywords>
<Keywords name="Folders in code2, middle"></Keywords>
<Keywords name="Folders in code2, close">KBI</Keywords>
<Keywords name="Folders in comment, open">REGION</Keywords>
<Keywords name="Folders in comment, middle"></Keywords>
<Keywords name="Folders in comment, close">END_REGION</Keywords>
<Keywords name="Keywords1">INIT
KB
EXIT</Keywords>
<Keywords name="Keywords2">NOT</Keywords>
<Keywords name="Keywords3">IF AND THEN PROC</Keywords>
<Keywords name="Keywords4">CHARACTER GUIDSTRING ITEM TRIGGER TAG</Keywords>
<Keywords name="Keywords5">GLO</Keywords>
<Keywords name="Keywords6"></Keywords>
<Keywords name="Keywords7"></Keywords>
<Keywords name="Keywords8"></Keywords>
<Keywords name="Delimiters">00DB_ 01 02; 03( 04(SPLINE) 04(REAL) 04(INTEGER) 04(TAG) 04(ITEM) 04(ITEMROOT) 04(ROOT) 04(ANIMATION) 04(DIALOGRESOURCE) 04(EFFECTRESOURCE) 04(VOICEBARKRESOURCE) 04(FACTION) 04(TIMELINERESOURCE) 04(CHARACTERROOT) 04(PLATFORM) 04(DISTURBANCEPROPERTY) 04(SHAPESHIFTRULE) 04(DIFFICULTYCLASS) 04(GOLDREWARD) 04(TUTORIALEVENT) 04(DLC) 04(RULESETMODIFIER) 04(UNIFIEDTUTORIAL) 05) 06(C 07 08R) 09" 10 11" 12(TR 13 14R) 15(G 16 17G) 18(FL 19 20G) 21PROC_ 22 23;</Keywords>
</KeywordLists>
<Styles>
<WordsStyle name="DEFAULT" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
<WordsStyle name="COMMENTS" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
<WordsStyle name="LINE COMMENTS" fgColor="008000" bgColor="FFFFFF" fontStyle="2" nesting="0" />
<WordsStyle name="NUMBERS" fgColor="FF0000" bgColor="FFFFFF" fontStyle="1" nesting="0" />
<WordsStyle name="KEYWORDS1" fgColor="FF0080" bgColor="FFFFFF" fontStyle="5" nesting="0" />
<WordsStyle name="KEYWORDS2" fgColor="804000" bgColor="FFFFFF" fontStyle="1" nesting="0" />
<WordsStyle name="KEYWORDS3" fgColor="400040" bgColor="FFFFFF" fontStyle="1" nesting="0" />
<WordsStyle name="KEYWORDS4" fgColor="FF00FF" bgColor="FFFFFF" fontStyle="1" nesting="0" />
<WordsStyle name="KEYWORDS5" fgColor="000000" bgColor="FFFFFF" fontStyle="1" nesting="0" />
<WordsStyle name="KEYWORDS6" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS7" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS8" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
<WordsStyle name="OPERATORS" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
<WordsStyle name="FOLDER IN CODE1" fgColor="FF0080" bgColor="FFFFFF" fontStyle="5" nesting="0" />
<WordsStyle name="FOLDER IN CODE2" fgColor="FF0080" bgColor="FFFFFF" fontStyle="5" nesting="0" />
<WordsStyle name="FOLDER IN COMMENT" fgColor="FF8040" bgColor="FFFFFF" fontStyle="1" nesting="0" />
<WordsStyle name="DELIMITERS1" fgColor="408080" bgColor="FFFFFF" fontStyle="1" nesting="67141502" />
<WordsStyle name="DELIMITERS2" fgColor="000080" bgColor="FFFFFF" fontStyle="0" nesting="67118076" />
<WordsStyle name="DELIMITERS3" fgColor="FF00FF" bgColor="FFFFFF" fontStyle="1" nesting="15611" />
<WordsStyle name="DELIMITERS4" fgColor="800000" bgColor="FFFFFF" fontStyle="1" nesting="0" />
<WordsStyle name="DELIMITERS5" fgColor="FF00FF" bgColor="FFFFFF" fontStyle="1" nesting="67132911" />
<WordsStyle name="DELIMITERS6" fgColor="FF00FF" bgColor="FFFFFF" fontStyle="1" nesting="13" />
<WordsStyle name="DELIMITERS7" fgColor="FF00FF" bgColor="FFFFFF" fontStyle="1" nesting="117465087" />
<WordsStyle name="DELIMITERS8" fgColor="008040" bgColor="FFFFFF" fontStyle="1" nesting="67116158" />
</Styles>
</UserLang>
</NotepadPlus>