-
Notifications
You must be signed in to change notification settings - Fork 32
/
CoffeeScript.xml
executable file
·38 lines (38 loc) · 3.57 KB
/
CoffeeScript.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
<NotepadPlus>
<!-- Created by Farrin A. Reid , see https://github.com/blakmatrix/CoffeeScript_notepad_UDL for latest version-->
<UserLang name="CoffeeScript" ext="coffee coco CAKEFILE">
<Settings>
<Global caseIgnored="no" escapeChar="\" />
<TreatAsSymbol comment="no" commentLine="no" />
<Prefix words1="no" words2="no" words3="no" words4="no" />
</Settings>
<KeywordLists>
<Keywords name="Delimiters">"'0"'0}</Keywords>
<Keywords name="Folder+">{</Keywords>
<Keywords name="Folder-">}</Keywords>
<Keywords name="Operators">- ! ( ) * , . / : ? @ [ ] { } + < = ></Keywords>
<Keywords name="Comment">1### 2### 0#</Keywords>
<Keywords name="Words1">class extends new instanceof do return break continue throw for while until loop if else unless switch when then and or in of by is isnt not typeof delete where super try catch finally constructor</Keywords>
<Keywords name="Words2">false true yes no on off undefined null NaN Infinity</Keywords>
<Keywords name="Words3">-> Object Number Boolean Array String RegExp Function Date Math eval setInterval clearInterval setTimeout clearTimeout isFinite isNaN parseFloat parseInt escape unescape console encodeURI encodeURIComponent decodeURI decodeURIComponent window document navigator location history screen alert prompt process GLOBAL require exports</Keywords>
<Keywords name="Words4">#{ case default function var void with const let enum export import native __hasProp __extends __slice __bind __indexOf</Keywords>
</KeywordLists>
<Styles>
<WordsStyle name="DEFAULT" styleID="11" fgColor="000000" bgColor="FFFFFF" fontName="Consolas" fontStyle="0" />
<WordsStyle name="FOLDEROPEN" styleID="12" fgColor="000000" bgColor="FFFFFF" fontName="Consolas" fontStyle="0" />
<WordsStyle name="FOLDERCLOSE" styleID="13" fgColor="000000" bgColor="FFFFFF" fontName="Consolas" fontStyle="0" />
<WordsStyle name="KEYWORD1" styleID="5" fgColor="0000FF" bgColor="FFFFFF" fontName="Consolas" fontStyle="1" />
<WordsStyle name="KEYWORD2" styleID="6" fgColor="408080" bgColor="FFFFFF" fontName="Consolas" fontStyle="1" />
<WordsStyle name="KEYWORD3" styleID="7" fgColor="800080" bgColor="FFFFFF" fontName="Consolas" fontStyle="1" />
<WordsStyle name="KEYWORD4" styleID="8" fgColor="FF0000" bgColor="FFFFFF" fontName="Consolas" fontStyle="1" />
<WordsStyle name="COMMENT" styleID="1" fgColor="008000" bgColor="FFFFFF" fontName="Consolas" fontStyle="1" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="008000" bgColor="FFFFFF" fontName="Consolas" fontStyle="0" />
<WordsStyle name="NUMBER" styleID="4" fgColor="848400" bgColor="FFFFFF" fontName="Consolas" fontStyle="0" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FF8040" bgColor="FFFFFF" fontName="Consolas" fontStyle="1" />
<WordsStyle name="DELIMINER1" styleID="14" fgColor="A31515" bgColor="FFFFFF" fontName="Consolas" fontStyle="1" />
<WordsStyle name="DELIMINER2" styleID="15" fgColor="9D0000" bgColor="FFFFFF" fontName="Consolas" fontStyle="1" />
<WordsStyle name="DELIMINER3" styleID="16" fgColor="000000" bgColor="FFFFFF" fontName="Consolas" fontStyle="0" />
<WordsStyle name="REGEX" styleID="52" fgColor="8000FF" bgColor="F2F4FF" fontName="" fontStyle="0" fontSize="" />
</Styles>
</UserLang>
</NotepadPlus>