1# AngelScript
2Title=AngelScript
3CaseSensitive=Yes
4Delimiter=~`!@#$%^&*()-+=|\{}[]:;"',.<>/?
5LineComment=//
6BlockComment=/* */
7EscapeChar=\
8StringChar="'
9DirectiveLeading=#
10KeywordPrefix=
11SpecialWordPrefix=
12IndentChar={:
13UnindentChar=}
14BracePair=( ) [ ] { } /* */
15AutoCompletePair=() [] {} "" ''
16
17
18# System Predefined Color & Style
19TextColor=Black
20TextBgColor=White
21TextStyle=
22
23DelimiterColor=SaddleBrown
24DelimiterBgColor=
25DelimiterStyle=
26
27SpaceColor=Aqua
28SpaceBgColor=
29SpaceStyle=
30
31NumberColor=Blue
32NumberBgColor=
33NumberStyle=
34
35StringColor=Red
36StringBgColor=
37StringStyle=
38
39CommentColor=Teal
40CommentBgColor=
41CommentStyle=
42
43DirectiveColor=Green
44DirectiveBgColor=
45DirectiveStyle=
46
47SpecialWordColor=Navy
48SpecialWordBgColor=
49SpecialWordStyle=
50
51LineNumberColor=White
52LineNumberBgColor=A0A0A0
53LineNumberStyle=
54
55ActiveLineColor=Fuchsia
56BookmarkColor=C0FFFF
57
58# User Defined Keywords
59[1.Keywords]
60Color=Black
61BgColor=
62Style=Bold
63InRange=0
64Keyword=and any bool break case cast class const continue default do double else false float for from if import in inout int interface int8 int16 int32 int64 not null or out return switch this true uint uint8 uint16 uint32 uint64 void while xor
65
66
67
68