-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBazzBasic.udl.xml
More file actions
81 lines (70 loc) · 5.71 KB
/
BazzBasic.udl.xml
File metadata and controls
81 lines (70 loc) · 5.71 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0" encoding="UTF-8" ?>
<NotepadPlus>
<UserLang name="BazzBasic" ext="bas bb" udlVersion="2.1">
<Settings>
<Global caseIgnored="yes" allowFoldOfComments="yes" foldCompact="no" forcePureLC="0" decimalSeparator="0" />
<Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" />
</Settings>
<KeywordLists>
<!-- Delimiters for strings: " to " -->
<Keywords name="Delimiters">00" 01 02" 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23</Keywords>
<!-- Folders in code (for code folding) -->
<Keywords name="Folders in code1, open">DEF IF FOR WHILE</Keywords>
<Keywords name="Folders in code1, middle">ELSE ELSEIF</Keywords>
<Keywords name="Folders in code1, close">END ENDIF NEXT WEND</Keywords>
<Keywords name="Folders in code2, open"></Keywords>
<Keywords name="Folders in code2, middle"></Keywords>
<Keywords name="Folders in code2, close"></Keywords>
<Keywords name="Folders in comment, open"></Keywords>
<Keywords name="Folders in comment, middle"></Keywords>
<Keywords name="Folders in comment, close"></Keywords>
<!-- Operators -->
<Keywords name="Operators1">+ - * / = < > ( ) , ; :</Keywords>
<Keywords name="Operators2"></Keywords>
<!-- Comments: REM (00-01) and ' (02-03) as line comments -->
<Keywords name="Comments">00REM 00' 01 02 03 04</Keywords>
<!-- Keywords1: Control Flow -->
<Keywords name="Keywords1">DEF DIM END ENDIF ELSE ELSEIF FN FOR GOSUB GOTO IF INCLUDE LET NEXT RETURN STEP THEN TO WEND WHILE</Keywords>
<!-- Keywords2: I/O & Screen -->
<Keywords name="Keywords2">CLS COLOR INPUT LOCATE PRINT SLEEP SCREEN SCREENLOCK</Keywords>
<!-- Keywords3: Graphics -->
<Keywords name="Keywords3">B BF CIRCLE DRAWSHAPE HIDESHAPE LINE LOADIMAGE LOADSHAPE MOVESHAPE PAINT PSET REMOVESHAPE ROTATESHAPE SCALESHAPE SHOWSHAPE</Keywords>
<!-- Keywords4: Sound -->
<Keywords name="Keywords4">LOADSOUND SOUNDONCE SOUNDONCEWAIT SOUNDREPEAT SOUNDSTOP SOUNDSTOPALL</Keywords>
<!-- Keywords5: Math Functions -->
<Keywords name="Keywords5">ABS ATAN CEIL CINT COS EXP FLOOR INT LOG MAX MIN MOD POW RND ROUND SGN SIN SQR TAN</Keywords>
<!-- Keywords6: String Functions -->
<Keywords name="Keywords6">ASC CHR INSTR INVERT LCASE LEFT LEN LTRIM MID REPEAT REPLACE RIGHT RTRIM SPLIT SRAND STR TRIM UCASE VAL</Keywords>
<!-- Keywords7: File & Array Operations -->
<Keywords name="Keywords7">FILEAPPEND FILEDELETE FILEEXISTS FILEREAD FILEWRITE DELARRAY DELKEY HASKEY</Keywords>
<!-- Keywords8: Logic, Input & Misc -->
<Keywords name="Keywords8">AND FALSE NOT OFF ON OR TRUE BEEB INKEY MOUSEB MOUSEX MOUSEY RGB</Keywords>
</KeywordLists>
<Styles>
<WordsStyle name="DEFAULT" fgColor="FFFFFF" bgColor="000000" fontStyle="0" nesting="0" />
<WordsStyle name="COMMENTS" fgColor="808080" bgColor="000000" fontStyle="2" nesting="0" />
<WordsStyle name="LINE COMMENTS" fgColor="808080" bgColor="000000" fontStyle="2" nesting="0" />
<WordsStyle name="NUMBERS" fgColor="FF6666" bgColor="000000" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS1" fgColor="6699FF" bgColor="000000" fontStyle="1" nesting="0" />
<WordsStyle name="KEYWORDS2" fgColor="66FF66" bgColor="000000" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS3" fgColor="CC99FF" bgColor="000000" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS4" fgColor="FFCC00" bgColor="000000" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS5" fgColor="00CCCC" bgColor="000000" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS6" fgColor="FF66FF" bgColor="000000" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS7" fgColor="00AAAA" bgColor="000000" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS8" fgColor="FF9966" bgColor="000000" fontStyle="0" nesting="0" />
<WordsStyle name="OPERATORS" fgColor="FFFFFF" bgColor="000000" fontStyle="0" nesting="0" />
<WordsStyle name="FOLDER IN CODE1" fgColor="6699FF" bgColor="000000" fontStyle="1" nesting="0" />
<WordsStyle name="FOLDER IN CODE2" fgColor="FFFFFF" bgColor="000000" fontStyle="0" nesting="0" />
<WordsStyle name="FOLDER IN COMMENT" fgColor="808080" bgColor="000000" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS1" fgColor="FFCC66" bgColor="000000" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS2" fgColor="FFFFFF" bgColor="000000" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS3" fgColor="FFFFFF" bgColor="000000" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS4" fgColor="FFFFFF" bgColor="000000" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS5" fgColor="FFFFFF" bgColor="000000" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS6" fgColor="FFFFFF" bgColor="000000" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS7" fgColor="FFFFFF" bgColor="000000" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS8" fgColor="FFFFFF" bgColor="000000" fontStyle="0" nesting="0" />
</Styles>
</UserLang>
</NotepadPlus>