-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnim2_ide.xml
More file actions
54 lines (54 loc) · 5.25 KB
/
nim2_ide.xml
File metadata and controls
54 lines (54 loc) · 5.25 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
<?xml version="1.0" encoding="Windows-1252" ?>
<NotepadPlus>
<Languages>
<!-- name must be the same as the one in the language menu. -->
<!-- ext here is the default one. -->
<!-- Comments are the comment that is used from the context menu when you tell np++ to comment a line. -->
<Language name="Nim 2" ext="nim nims" commentLine="#" commentStart="#[" commentEnd="]#" tabSettings="130">
<Keywords name="0" />
</Language>
</Languages>
<LexerStyles>
<!-- name must be the same as the Language name above. -->
<!-- desc is what shows up in the styler configuator. -->
<!-- ext is the "user defined" one. -->
<!-- excluded is whether is shows up in the language menu. (Can be changed in the settings by the user the normal way.) -->
<LexerType name="Nim 2" desc="Nim Lang" excluded="no" ext="">
<!-- name is what shows up in the styler config for that style. -->
<!-- styleID can be 0 through 31. -->
<!-- keywordClass can be a number between 0 and 8 or the words that are normally used. -->
<WordsStyle name="Default" styleID="0" fgColor="FFD8A0" bgColor="000040" colorStyle="1" fontName="" fontStyle="0" />
<WordsStyle name="Keyword" styleID="1" fgColor="00BFFF" bgColor="000040" colorStyle="1" fontName="" fontStyle="0" />
<WordsStyle name="BlockComment" styleID="2" fgColor="C3CB80" bgColor="000040" colorStyle="1" fontName="" fontStyle="0" />
<WordsStyle name="LineComment" styleID="3" fgColor="C3CB80" bgColor="000040" colorStyle="1" fontName="" fontStyle="1" />
<WordsStyle name="Type" styleID="4" fgColor="00E000" bgColor="000040" colorStyle="1" fontName="" fontStyle="0" />
<WordsStyle name="Number" styleID="5" fgColor="00F8F8" bgColor="000040" colorStyle="1" fontName="" fontStyle="0" />
<WordsStyle name="String" styleID="6" fgColor="FFCDCD" bgColor="000040" colorStyle="1" fontName="" fontStyle="0" />
<WordsStyle name="Pragma" styleID="7" fgColor="A347FF" bgColor="000040" colorStyle="1" fontName="" fontStyle="0" />
<WordsStyle name="Operator" styleID="8" fgColor="BF80FF" bgColor="000040" colorStyle="1" fontName="" fontStyle="0" />
<WordsStyle name="Char" styleID="9" fgColor="D850CF" bgColor="000040" colorStyle="1" fontName="" fontStyle="0" />
<WordsStyle name="Ident" styleID="10" fgColor="B0B0B0" bgColor="000040" colorStyle="1" fontName="" fontStyle="0" />
<WordsStyle name="Magic" styleID="11" fgColor="CC615B" bgColor="000040" colorStyle="1" fontName="" fontStyle="2" />
<WordsStyle name="Braces" styleID="12" fgColor="FF8080" bgColor="000040" colorStyle="1" fontName="" fontStyle="0" />
<WordsStyle name="Star" styleID="13" fgColor="FF0000" bgColor="000040" colorStyle="1" fontName="" fontStyle="0" />
<WordsStyle name="TripleString" styleID="14" fgColor="8B814C" bgColor="000040" colorStyle="1" fontName="" fontStyle="0" />
<WordsStyle name="RawString" styleID="15" fgColor="8B8878" bgColor="000040" colorStyle="1" fontName="" fontStyle="0" />
<WordsStyle name="CType" styleID="16" fgColor="FF80FF" bgColor="000040" colorStyle="1" fontName="" fontStyle="0" />
<WordsStyle name="DocBlockComment" styleID="17" fgColor="80A0FF" bgColor="000040" colorStyle="1" fontName="" fontStyle="2" />
<WordsStyle name="DocComment" styleID="18" fgColor="80A0FF" bgColor="000040" colorStyle="1" fontName="" fontStyle="3" />
<WordsStyle name="EscapedChar" styleID="19" fgColor="1A9A1A" bgColor="000040" colorStyle="1" fontName="" fontStyle="1" />
<WordsStyle name="RoutineName" styleID="20" fgColor="A0FFFF" bgColor="000040" colorStyle="1" fontName="" fontStyle="0" />
<WordsStyle name="BinaryOctalHex" styleID="21" fgColor="B0E8B0" bgColor="000040" colorStyle="1" fontName="" fontStyle="0" />
<WordsStyle name="FirstUpper" styleID="22" fgColor="7EE787" bgColor="000040" colorStyle="1" fontName="" fontStyle="2" />
<WordsStyle name="MethodCall" styleID="23" fgColor="9999FF" bgColor="000040" colorStyle="1" fontName="" fontStyle="0" />
<WordsStyle name="Command" styleID="24" fgColor="CF9A69" bgColor="000040" colorStyle="1" fontName="" fontStyle="0" />
<WordsStyle name="NonOverloadable" styleID="25" fgColor="FF8000" bgColor="000040" colorStyle="1" fontName="" fontStyle="0" />
<WordsStyle name="BacktickQuote" styleID="26" fgColor="FF9A9A" bgColor="000040" colorStyle="1" fontName="" fontStyle="0" />
<WordsStyle name="EnumField" styleID="27" fgColor="FF80FF" bgColor="000040" colorStyle="1" fontName="" fontStyle="2" />
<WordsStyle name="ForVar" styleID="28" fgColor="E0E000" bgColor="000040" colorStyle="1" fontName="" fontStyle="0" />
<WordsStyle name="Var" styleID="29" fgColor="CF9A69" bgColor="000040" colorStyle="1" fontName="" fontStyle="2" />
<WordsStyle name="Let" styleID="30" fgColor="D3D3D3" bgColor="000040" colorStyle="1" fontName="" fontStyle="2" />
<WordsStyle name="GlobalVar" styleID="31" fgColor="4FCF4F" bgColor="000040" colorStyle="1" fontName="" fontStyle="0" />
</LexerType>
</LexerStyles>
</NotepadPlus>