Remove obsolete stuffs

This commit is contained in:
leokhoa
2025-10-05 17:33:37 +02:00
parent 71b1fe4850
commit 1c759708e4
15680 changed files with 4890893 additions and 139873 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="Windows-1252" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<!--//
Bespin
Copyright (c) 2009 Oren Farhi, Orizen Designs - http://www.orizens.com
Copyright (c) 2009 Oren Farhi, Orizen Designs - https://www.orizens.com
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
@@ -38,6 +38,7 @@ Credits:
Thanks for Fabio Zendhi Nagao for the tmTheme2nppStyler.
Thanks for the user for the tmTheme source.
2023-09-30: update Perl support.
//-->
<NotepadPlus>
<LexerStyles>
@@ -45,7 +46,7 @@ Credits:
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TYPEWORD" styleID="16" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF3A83" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
@@ -58,6 +59,14 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="cpp" desc="C++" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
@@ -76,9 +85,43 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="go" desc="Go" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="PREDECLARED IDENTIFIERS" styleID="19" fgColor="FFAAFF" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF3A83" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VERBATIM" styleID="13" fgColor="FF3A83" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="REGEX" styleID="14" fgColor="FFB454" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="java" desc="Java" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
@@ -94,6 +137,14 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="cs" desc="C#" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
@@ -112,6 +163,14 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="rc" desc="RC" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
@@ -130,6 +189,14 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="tcl" desc="TCL" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
@@ -152,7 +219,7 @@ Credits:
<LexerType name="objc" desc="Objective-C" ext="">
<WordsStyle name="DIRECTIVE" styleID="19" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="QUALIFIER" styleID="20" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="QUALIFIER" styleID="20" fgColor="EB939A" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
@@ -171,12 +238,16 @@ Credits:
</LexerType>
<LexerType name="sql" desc="SQL" ext="">
<WordsStyle name="KEYWORD" styleID="5" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="USER1" styleID="16" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="KEYWORD2" styleID="19" fgColor="FF8080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF3A83" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING2" styleID="7" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="Q OPERATOR" styleID="24" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="html" desc="HTML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
@@ -184,7 +255,7 @@ Credits:
<WordsStyle name="NUMBER" styleID="5" fgColor="FF3A83" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="80FF80" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="37A8ED" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="37A8ED" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="37A8ED" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="FF0000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="E5C138" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
@@ -193,6 +264,14 @@ Credits:
<WordsStyle name="CDATA" styleID="17" fgColor="FF82B0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VALUE" styleID="19" fgColor="FF8080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ENTITY" styleID="10" fgColor="FF3A83" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER TAGS 1" styleID="192" fgColor="37A8ED" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER TAGS 2" styleID="193" fgColor="37A8ED" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER TAGS 3" styleID="194" fgColor="37A8ED" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER TAGS 4" styleID="195" fgColor="37A8ED" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="196" fgColor="E5C138" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="197" fgColor="E5C138" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="198" fgColor="E5C138" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="199" fgColor="E5C138" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="php" desc="php" ext="">
<WordsStyle name="QUESTION MARK" styleID="18" fgColor="FF0080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
@@ -207,8 +286,16 @@ Credits:
<WordsStyle name="COMMENT" styleID="124" fgColor="666666" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="125" fgColor="666666" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="127" fgColor="E5C138" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PREDEFINED" styleID="213" fgColor="37A3ED" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6"></WordsStyle>
<WordsStyle name="FUNCS AND METHODS 1" styleID="214" fgColor="37A3ED" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7"></WordsStyle>
<WordsStyle name="FUNCS AND METHODS 2" styleID="215" fgColor="37A3ED" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8"></WordsStyle>
<WordsStyle name="USER KEYWORDS 1" styleID="208" fgColor="37A3ED" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1"></WordsStyle>
<WordsStyle name="USER KEYWORDS 2" styleID="209" fgColor="37A3ED" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2"></WordsStyle>
<WordsStyle name="USER KEYWORDS 3" styleID="210" fgColor="37A3ED" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3"></WordsStyle>
<WordsStyle name="USER KEYWORDS 4" styleID="211" fgColor="37A3ED" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4"></WordsStyle>
<WordsStyle name="USER KEYWORDS 5" styleID="212" fgColor="37A3ED" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5"></WordsStyle>
</LexerType>
<LexerType name="javascript" desc="JavaScript" ext="">
<LexerType name="javascript" desc="JavaScript (embedded)" ext="">
<WordsStyle name="DEFAULT" styleID="41" fgColor="BDAF9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="45" fgColor="FF3A83" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="WORD" styleID="46" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
@@ -225,7 +312,31 @@ Credits:
<WordsStyle name="COMMENTDOC" styleID="44" fgColor="FFFF80" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="FF0080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10">param @projectDescription projectDescription @param</WordsStyle>
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="FF0080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="200" fgColor="37A3ED" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="201" fgColor="37A3ED" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="202" fgColor="37A3ED" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="203" fgColor="37A3ED" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="204" fgColor="37A3ED" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="205" fgColor="37A3ED" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="206" fgColor="37A3ED" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="207" fgColor="37A3ED" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="json" desc="JSON" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="1" fgColor="FF8000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="2" fgColor="DCDCCC" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING EOL" styleID="3" fgColor="808080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PROPERTY NAME" styleID="4" fgColor="8CD0D3" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ESCAPE SEQUENCE" styleID="5" fgColor="0000FF" bgColor="2A211C" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="LINE COMMENT" styleID="6" fgColor="008000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BLOCK COMMENT" styleID="7" fgColor="008000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="E3CEAB" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="URI" styleID="9" fgColor="FFFF80" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="2A211C" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="2A211C" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/>
<WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="asp" desc="asp" ext="asp">
<WordsStyle name="DEFAULT" styleID="81" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="82" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
@@ -234,8 +345,16 @@ Credits:
<WordsStyle name="STRING" styleID="85" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10">import</WordsStyle>
<WordsStyle name="STRINGEOL" styleID="87" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="86" fgColor="EB939A" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ASPSYBOL" styleID="15" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ASPSYMBOL" styleID="15" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SCRIPTTYPE" styleID="16" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="216" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="217" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="218" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="219" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="220" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="221" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="222" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="223" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="xml" desc="XML" ext="">
<WordsStyle name="XMLSTART" styleID="12" fgColor="FF0080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
@@ -253,6 +372,14 @@ Credits:
<WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CDATA" styleID="17" fgColor="FF3A83" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ENTITY" styleID="10" fgColor="FF3A83" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="192" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="193" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="194" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="195" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 5" styleID="196" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 6" styleID="197" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 7" styleID="198" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 8" styleID="199" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="ini" desc="ini file" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
@@ -285,8 +412,8 @@ Credits:
<WordsStyle name="PREPROCESSOR" styleID="2" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="3" fgColor="EB939A" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="4" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TARGET" styleID="5" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDEOL" styleID="9" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TARGET" styleID="5" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDEOL" styleID="9" fgColor="FF5555" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="vb" desc="VB / VBS" ext="">
<WordsStyle name="DEFAULT" styleID="7" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
@@ -300,7 +427,7 @@ Credits:
</LexerType>
<LexerType name="css" desc="CSS" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="EFE900" bgColor="2A211C" fontName="Batang" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="EFE900" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASS" styleID="2" fgColor="EFE900" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PSEUDOCLASS" styleID="3" fgColor="EFE900" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="UNKNOWN_PSEUDOCLASS" styleID="4" fgColor="EFE900" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
@@ -327,26 +454,79 @@ Credits:
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="perl" desc="Perl" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF3A83" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="REGEX" styleID="17" fgColor="FFB454" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SCALAR" styleID="12" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ARRAY" styleID="13" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HASH" styleID="14" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PUNCTUATION" styleID="8" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="POD" styleID="3" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="LONGQUOTE" styleID="19" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DATASECTION" styleID="21" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="REGSUBST" styleID="18" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="20" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="10" fontSize="10" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF3A83" bgColor="2A211C" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="ARRAY" styleID="13" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="HASH" styleID="14" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="PROTOTYPE" styleID="40" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="STRING SINGLEQUOTE" styleID="7" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="STRING DOUBLEQUOTE" styleID="6" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="STRING BACKTICKS" styleID="20" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="STRING Q" styleID="26" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRING QQ" styleID="27" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QX" styleID="28" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QR" styleID="29" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QW" styleID="30" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX MATCH" styleID="17" fgColor="FFB454" bgColor="2A211C" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="REGEX SUBSTITUTION" styleID="18" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="TRANSLATION" styleID="44" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC DELIMITER" styleID="22" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="HEREDOC SINGLEQUOTE" styleID="23" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="HEREDOC DOUBLEQUOTE" styleID="24" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC BACKTICK" styleID="25" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VAR IN STRING" styleID="43" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX" styleID="54" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX SUBSTITUTION" styleID="55" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN BACKTICKS" styleID="57" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC DOUBLEQUOTE" styleID="61" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC BACKTICK" styleID="62" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QQ" styleID="64" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QX" styleID="65" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QR" styleID="66" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="FORMAT IDENTIFIER" styleID="41" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="FORMAT BODY" styleID="42" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATA SECTION" styleID="21" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="POD" styleID="3" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="POD VERBATIM" styleID="31" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="10" fontSize="10" />
</LexerType>
<LexerType name="raku" desc="Raku" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT EMBED" styleID="3" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="POD" styleID="4" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC SINGLEQUOTE" styleID="6" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="HEREDOC DOUBLEQUOTE" styleID="7" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="8" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING Q" styleID="9" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRING QQ" styleID="10" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING Q_LANG" styleID="11" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING VAR" styleID="12" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="REGEX" styleID="13" fgColor="FFB454" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX VAR" styleID="14" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ADVERB" styleID="15" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" keywordClass="type5" />
<WordsStyle name="NUMBER" styleID="16" fgColor="FF3A83" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PREPROCESSOR" styleID="17" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="18" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="19" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="FUNCTION" styleID="20" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="IDENTIFIER" styleID="21" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="1" fontSize="" />
<!-- "TYPEDEF" styling applies to type1..type4 lists from langs.xml, but only associated with type1 in stylers/themes -->
<WordsStyle name="TYPEDEF" styleID="22" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="MU" styleID="23" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="24" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASSOCIATIVE" styleID="25" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CALLABLE" styleID="26" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="GRAMMAR" styleID="27" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CLASS" styleID="28" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="python" desc="Python" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
@@ -355,24 +535,34 @@ Credits:
<WordsStyle name="STRING" styleID="3" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="4" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KEYWORDS" styleID="5" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TRIPLE" styleID="6" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TRIPLEDOUBLE" styleID="7" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASSNAME" styleID="8" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFNAME" styleID="9" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TRIPLE" styleID="6" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TRIPLEDOUBLE" styleID="7" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASSNAME" styleID="8" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFNAME" styleID="9" fgColor="EFE900" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="EB939A" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTBLOCK" styleID="12" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="12" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BUILTINS" styleID="14" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="batch" desc="Batch" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KEYWORDS" styleID="2" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="LABEL" styleID="3" fgColor="EFE900" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HIDE SYBOL" styleID="4" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HIDE SYMBOL" styleID="4" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMAND" styleID="5" fgColor="EB939A" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="FB9A4B" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="lua" desc="Lua" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
@@ -386,18 +576,43 @@ Credits:
<WordsStyle name="STRING" styleID="6" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FUNC1" styleID="13" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNC2" styleID="14" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="FUNC3" styleID="15" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="FUNC1" styleID="13" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNC2" styleID="14" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="FUNC3" styleID="15" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="USER KEYWORD 1" styleID="16" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="USER KEYWORD 2" styleID="17" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="USER KEYWORD 3" styleID="18" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type5" />
<WordsStyle name="USER KEYWORD 4" styleID="19" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type6" />
<WordsStyle name="USER KEYWORDS 5" styleID="128" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 6" styleID="129" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 7" styleID="130" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 8" styleID="131" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
</LexerType>
<LexerType name="tex" desc="TeX" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="1" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="GROUP" styleID="2" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="1" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="GROUP" styleID="2" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SYMBOL" styleID="3" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMAND" styleID="4" fgColor="EB939A" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TEXT" styleID="5" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="toml" desc="TOML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FF0000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="69B45C" bgColor="2A211C" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="C0C0C0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="3" fgColor="B76FFF" bgColor="2A211C" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF8000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TABLE" styleID="5" fgColor="FED750" bgColor="2A211C" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEY" styleID="6" fgColor="8CC6FF" bgColor="2A211C" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ERROR" styleID="7" fgColor="FF0000" bgColor="2A211C" fontName="" fontStyle="4" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="C0C0C0" bgColor="2A211C" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING SQ" styleID="9" fgColor="CE9B9B" bgColor="2A211C" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING DQ" styleID="10" fgColor="CE9B9B" bgColor="2A211C" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING SQ" styleID="11" fgColor="CE9B9B" bgColor="2A211C" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING DQ" styleID="12" fgColor="CE9B9B" bgColor="2A211C" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ESCAPE CHAR" styleID="13" fgColor="00FF00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATETIME" styleID="14" fgColor="A0FAC7" bgColor="2A211C" fontName="" fontStyle="1" fontSize="" />
</LexerType>
<LexerType name="nsis" desc="NSIS" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="1" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
@@ -407,16 +622,16 @@ Credits:
<WordsStyle name="FUNCTION" styleID="5" fgColor="FFB454" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="FB9A4B" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="LABEL" styleID="7" fgColor="EFE900" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="USER DEFINED" styleID="8" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="USER DEFINED" styleID="8" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="SECTION" styleID="9" fgColor="EFE900" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SUBSECTION" styleID="10" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IF DEFINE" styleID="11" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRO" styleID="12" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SUBSECTION" styleID="10" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IF DEFINE" styleID="11" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRO" styleID="12" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING VAR" styleID="13" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="14" fgColor="FF3A83" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SECTION GROUP" styleID="15" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAGE EX" styleID="16" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FUNCTION DEFINITIONS" styleID="17" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SECTION GROUP" styleID="15" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAGE EX" styleID="16" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FUNCTION DEFINITIONS" styleID="17" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="18" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="actionscript" desc="ActionScript" ext="">
@@ -440,22 +655,38 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="FFFF80" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="FF0080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="FF0000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="E5C138" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="E5C138" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="E5C138" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="E5C138" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="E5C138" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="E5C138" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="E5C138" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="E5C138" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="bash" desc="bash" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="4" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="3" fgColor="FF3A83" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="5" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="6" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="8" fgColor="EB939A" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SCALAR" styleID="9" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SCALAR" styleID="9" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PARAM" styleID="10" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="11" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HERE DELIM" styleID="12" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HERE Q" styleID="13" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PARAM" styleID="10" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="11" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HERE DELIM" styleID="12" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HERE Q" styleID="13" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER SCALAR 1" styleID="132" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER SCALAR 2" styleID="133" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER SCALAR 3" styleID="134" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER SCALAR 4" styleID="135" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="fortran" desc="Fortran" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
@@ -467,12 +698,12 @@ Credits:
<WordsStyle name="OPERATOR" styleID="6" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="7" fgColor="EB939A" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="8" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="FUNCTION1" styleID="9" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNCTION2" styleID="10" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="FUNCTION1" styleID="9" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNCTION2" styleID="10" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="PREPROCESSOR" styleID="11" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR2" styleID="12" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR2" styleID="12" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="LABEL" styleID="13" fgColor="EFE900" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="fortran77" desc="Fortran (fixed form)" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
@@ -484,24 +715,24 @@ Credits:
<WordsStyle name="OPERATOR" styleID="6" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="7" fgColor="EB939A" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="8" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="FUNCTION1" styleID="9" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNCTION2" styleID="10" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="FUNCTION1" styleID="9" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNCTION2" styleID="10" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="PREPROCESSOR" styleID="11" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR2" styleID="12" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR2" styleID="12" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="LABEL" styleID="13" fgColor="EFE900" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="lisp" desc="LISP" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="1" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="2" fgColor="FF3A83" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FUNCTION WORD" styleID="3" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="FUNCTION WORD" styleID="3" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="SYMBOL" styleID="5" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="8" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="9" fgColor="EB939A" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="SPECIAL" styleID="11" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="11" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="12" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="asm" desc="Assembler" ext="">
@@ -511,21 +742,21 @@ Credits:
<WordsStyle name="STRING" styleID="3" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="4" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="5" fgColor="EB939A" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CPU INSTRUCTION" styleID="6" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="MATH INSTRUCTION" styleID="7" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="REGISTER" styleID="8" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="CPU INSTRUCTION" styleID="6" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="MATH INSTRUCTION" styleID="7" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="REGISTER" styleID="8" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="DIRECTIVE" styleID="9" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="COMMENT BLOCK" styleID="11" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="12" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="13" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="EXT INSTRUCTION" styleID="14" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="EXT INSTRUCTION" styleID="14" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
</LexerType>
<LexerType name="ruby" desc="Ruby" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="2" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="POD" styleID="3" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="POD" styleID="3" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF3A83" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION" styleID="5" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="STRING" styleID="6" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
@@ -537,26 +768,26 @@ Credits:
<WordsStyle name="REGEX" styleID="12" fgColor="FFB454" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="GLOBAL" styleID="13" fgColor="FB9A4B" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SYMBOL" styleID="14" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MODULE NAME" styleID="15" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MODULE NAME" styleID="15" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTANCE VAR" styleID="16" fgColor="FB9A4B" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASS VAR" styleID="17" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="18" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DATA SECTION" styleID="19" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASS VAR" styleID="17" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="18" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DATA SECTION" styleID="19" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING Q" styleID="24" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="postscript" desc="Postscript" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DSC COMMENT" styleID="2" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DSC VALUE" styleID="3" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DSC COMMENT" styleID="2" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DSC VALUE" styleID="3" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF3A83" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="Name" styleID="5" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="Name" styleID="5" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION" styleID="6" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="LITERAL" styleID="7" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IMMEVAL" styleID="8" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN ARRAY" styleID="9" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN DICT" styleID="10" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN PROC" styleID="11" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="LITERAL" styleID="7" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IMMEVAL" styleID="8" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN ARRAY" styleID="9" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN DICT" styleID="10" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN PROC" styleID="11" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TEXT" styleID="12" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HEX STRING" styleID="13" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BASE85 STRING" styleID="14" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
@@ -572,14 +803,14 @@ Credits:
<WordsStyle name="IDENTIFIER" styleID="6" fgColor="EB939A" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING EOL" styleID="7" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION" styleID="8" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="STD OPERATOR" styleID="9" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="STD OPERATOR" styleID="9" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="ATTRIBUTE" styleID="10" fgColor="EFE900" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="DIRECTIVE" styleID="9" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STD FUNCTION" styleID="11" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="STD PACKAGE" styleID="12" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="STD TYPE" styleID="13" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="USER DEFINE" styleID="14" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type5" />
<WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STD FUNCTION" styleID="11" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="STD PACKAGE" styleID="12" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="STD TYPE" styleID="13" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="USER DEFINE" styleID="14" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type5" />
</LexerType>
<LexerType name="smalltalk" desc="Smalltalk" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
@@ -587,27 +818,27 @@ Credits:
<WordsStyle name="NUMBER" styleID="2" fgColor="FF3A83" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="3" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SYMBOL" styleID="4" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BINARY" styleID="5" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BOOL" styleID="6" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SELF" styleID="7" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SUPER" styleID="8" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NIL" styleID="9" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BINARY" styleID="5" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BOOL" styleID="6" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SELF" styleID="7" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SUPER" styleID="8" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NIL" styleID="9" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="GLOBAL" styleID="10" fgColor="FB9A4B" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="RETURN" styleID="11" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="12" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KWS END" styleID="13" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ASSIGN" styleID="14" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="RETURN" styleID="11" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="12" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KWS END" styleID="13" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ASSIGN" styleID="14" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="15" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL SELECTOR" styleID="16" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL SELECTOR" styleID="16" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="caml" desc="Caml" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="1" fgColor="EB939A" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAGNAME" styleID="2" fgColor="EFE900" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="3" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="BUILIN FUNC &amp; TYPE" styleID="4" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="TYPE" styleID="5" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type1">if else for while</WordsStyle>
<WordsStyle name="LINENUM" styleID="6" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10">bool long int char</WordsStyle>
<WordsStyle name="BUILIN FUNC &amp; TYPE" styleID="4" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="TYPE" styleID="5" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type1">if else for while</WordsStyle>
<WordsStyle name="LINENUM" styleID="6" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10">bool long int char</WordsStyle>
<WordsStyle name="OPERATOR" styleID="7" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="8" fgColor="FF3A83" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="9" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
@@ -631,7 +862,7 @@ Credits:
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE BANG" styleID="3" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING EOL" styleID="12" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER" styleID="19" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER" styleID="19" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="kix" desc="KiXtart" ext="">
<!--
@@ -642,8 +873,8 @@ Credits:
<WordsStyle name="STRING" styleID="2" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING2" styleID="3" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF3A83" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VAR" styleID="5" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRO" styleID="6" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="VAR" styleID="5" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRO" styleID="6" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="INSTRUCTION WORD" styleID="7" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="FUNCTION" styleID="8" fgColor="FFB454" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="OPERATOR" styleID="9" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
@@ -655,29 +886,29 @@ Credits:
<WordsStyle name="NUMBER" styleID="3" fgColor="FF3A83" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FUNCTION" styleID="4" fgColor="FFB454" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="MACRO" styleID="6" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="MACRO" styleID="6" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="STRING" styleID="7" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VARIABLE" styleID="9" fgColor="FB9A4B" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SENT" styleID="10" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="SENT" styleID="10" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="PREPROCESSOR" styleID="11" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="SPECIAL" styleID="12" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="EXPAND" styleID="13" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type5" />
<WordsStyle name="COMOBJ" styleID="14" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="12" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="EXPAND" styleID="13" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type5" />
<WordsStyle name="COMOBJ" styleID="14" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="ada" desc="ADA" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="1" fgColor="F6F080" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="EB939A" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="3" fgColor="FF3A83" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DELIMITER" styleID="4" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DELIMITER" styleID="4" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER EOL" styleID="6" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER EOL" styleID="6" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="7" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING EOL" styleID="8" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="LABEL" styleID="9" fgColor="EFE900" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="10" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ILLEGAL" styleID="11" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ILLEGAL" styleID="11" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="matlab" desc="Matlab" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
@@ -698,12 +929,12 @@ Credits:
<WordsStyle name="STRING" styleID="4" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASS" styleID="6" fgColor="EFE900" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MODULE" styleID="7" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CAPITAL" styleID="8" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DATA" styleID="9" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IMPORT" styleID="10" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MODULE" styleID="7" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CAPITAL" styleID="8" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DATA" styleID="9" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IMPORT" styleID="10" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="11" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTANCE" styleID="12" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTANCE" styleID="12" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="13" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTBLOCK" styleID="14" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTBLOCK2" styleID="15" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
@@ -713,10 +944,10 @@ Credits:
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KEYWORD" styleID="2" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="PARAMETER" styleID="3" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="PARAMETER" styleID="3" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="SECTION" styleID="4" fgColor="EFE900" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="PREPROCESSOR" styleID="5" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="PREPROCESSOR INLINE" styleID="6" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PREPROCESSOR INLINE" styleID="6" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT PASCAL" styleID="7" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KEYWORD PASCAL" styleID="8" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="KEYWORD USER" styleID="9" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
@@ -731,13 +962,13 @@ Credits:
<WordsStyle name="STRING L" styleID="3" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING R" styleID="4" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMAND" styleID="5" fgColor="EB939A" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="PARAMETER" styleID="6" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PARAMETER" styleID="6" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VARIABLE" styleID="7" fgColor="FB9A4B" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER DEFINED" styleID="8" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="WHILEDEF" styleID="9" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FOREACHDEF" styleID="10" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IFDEF" styleID="11" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRODEF" styleID="12" fgColor="000000" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER DEFINED" styleID="8" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="WHILEDEF" styleID="9" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FOREACHDEF" styleID="10" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IFDEF" styleID="11" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRODEF" styleID="12" fgColor="BDAE9D" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING VARIABLE" styleID="13" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="14" fgColor="FF3A83" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
@@ -757,29 +988,53 @@ Credits:
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="888A85" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="E5C138" bgColor="2A211C" fontName="" fontStyle="1" fontSize="10" />
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="EF2929" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="4B3C34" fgColor="CCFF33" fontSize="" fontStyle="0" />
<WidgetStyle name="Mark colour" styleID="0" fgColor="CC0000" bgColor="EDD400" />
<WidgetStyle name="Selected text colour" styleID="0" bgColor="83675A" fgColor="C00000" fontStyle="0" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="37A8ED" bgColor="80FF00" fontSize="" fontStyle="0" />
<WidgetStyle name="Find Mark Style" styleID="31" fgColor="CC0000" bgColor="EDD400" fontName="" fontStyle="0" fontSize="10" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="EEEEEC" bgColor="2A211C" fontSize="8" fontStyle="0" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="4B3C34" />
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
<WidgetStyle name="Selected text colour" styleID="0" bgColor="83675A" fgColor="C00000" />
<WidgetStyle name="Multi-selected text color" styleID="0" bgColor="83675A" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="37A8ED" />
<WidgetStyle name="Multi-edit carets color" styleID="0" fgColor="37A8ED" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="EEEEEC" />
<WidgetStyle name="Line number margin" styleID="33" fgColor="E5C138" bgColor="4C4A41" fontName="" fontStyle="0" fontSize="8" />
<WidgetStyle name="Fold" styleID="0" fgColor="2E3436" bgColor="EEEEEC" fontSize="" fontStyle="0" />
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="4C4A41" />
<WidgetStyle name="Change History margin" styleID="0" bgColor="4C4A41" />
<WidgetStyle name="Change History modified" styleID="0" fgColor="FF8000" bgColor="FF8000" />
<WidgetStyle name="Change History revert modified" styleID="0" fgColor="A0C000" bgColor="A0C000" />
<WidgetStyle name="Change History revert origin" styleID="0" fgColor="40A0BF" bgColor="40A0BF" />
<WidgetStyle name="Change History saved" styleID="0" fgColor="00A000" bgColor="00A000" />
<WidgetStyle name="Fold" styleID="0" fgColor="2E3436" bgColor="EEEEEC" />
<WidgetStyle name="Fold active" styleID="0" fgColor="2E3436" />
<WidgetStyle name="Fold margin" styleID="0" fgColor="2E3436" bgColor="6A5448" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="FCAF3E" bgColor="00FF40" fontSize="" fontStyle="1" />
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="FF0080" fgColor="555753" fontSize="10" fontStyle="0" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="EDD400" fgColor="CC0000" fontName="" fontSize="10" fontStyle="0" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="FCAF3E" />
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="FF0080" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="EDD400" />
<WidgetStyle name="Find status: Not found" styleID="0" fgColor="FF0000" />
<WidgetStyle name="Find status: Message" styleID="0" fgColor="0000FF" />
<WidgetStyle name="Find status: Search end reached" styleID="0" fgColor="008000" />
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" />
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" fgColor="FAAA3C" />
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" fgColor="FFFF80" fontSize="10" fontStyle="0" />
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" fgColor="000000" fontSize="10" fontStyle="0" />
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" fgColor="808080" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" fgColor="FFCAB0" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="808000" fgColor="000000" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="808080" fgColor="8080C0" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" bgColor="FF0000" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="80FF00" />
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" bgColor="8000FF" />
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" />
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" />
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" />
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="808000" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="808080" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" />
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" />
<WidgetStyle name="Tab color 1" styleID="0" bgColor="F3F0CB" />
<WidgetStyle name="Tab color 2" styleID="0" bgColor="DBF3CB" />
<WidgetStyle name="Tab color 3" styleID="0" bgColor="CBDBF3" />
<WidgetStyle name="Tab color 4" styleID="0" bgColor="F3DBCB" />
<WidgetStyle name="Tab color 5" styleID="0" bgColor="F3CBEE" />
<WidgetStyle name="Tab color dark mode 1" styleID="0" bgColor="807848" />
<WidgetStyle name="Tab color dark mode 2" styleID="0" bgColor="568048" />
<WidgetStyle name="Tab color dark mode 3" styleID="0" bgColor="507094" />
<WidgetStyle name="Tab color dark mode 4" styleID="0" bgColor="804849" />
<WidgetStyle name="Tab color dark mode 5" styleID="0" bgColor="754880" />
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="BDAE9D" bgColor="2A211C" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
</GlobalStyles>
</NotepadPlus>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="Windows-1252" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<!--//
Blackboard
@@ -40,6 +40,7 @@ Credits:
Thanks for Fabio Zendhi Nagao for the tmTheme2nppStyler.
Thanks for the user for the tmTheme source.
2023-09-30: update Perl support.
//-->
<NotepadPlus>
<LexerStyles>
@@ -47,7 +48,7 @@ Credits:
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TYPEWORD" styleID="16" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="D8FA3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
@@ -60,6 +61,14 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="cpp" desc="C++" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
@@ -78,9 +87,43 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="go" desc="Go" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="PREDECLARED IDENTIFIERS" styleID="19" fgColor="FBDEFB" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="NUMBER" styleID="4" fgColor="D8FA3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VERBATIM" styleID="13" fgColor="D8FA3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="REGEX" styleID="14" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="java" desc="Java" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
@@ -96,6 +139,14 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="cs" desc="C#" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
@@ -114,6 +165,14 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="rc" desc="RC" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
@@ -132,6 +191,22 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="tcl" desc="TCL" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
@@ -154,7 +229,7 @@ Credits:
<LexerType name="objc" desc="Objective-C" ext="">
<WordsStyle name="DIRECTIVE" styleID="19" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="QUALIFIER" styleID="20" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="QUALIFIER" styleID="20" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
@@ -173,12 +248,16 @@ Credits:
</LexerType>
<LexerType name="sql" desc="SQL" ext="">
<WordsStyle name="KEYWORD" styleID="5" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="USER1" styleID="16" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="KEYWORD2" styleID="19" fgColor="FF8080" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="NUMBER" styleID="4" fgColor="D8FA3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING2" styleID="7" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="Q OPERATOR" styleID="24" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="html" desc="HTML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
@@ -186,7 +265,7 @@ Credits:
<WordsStyle name="NUMBER" styleID="5" fgColor="D8FA3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
@@ -195,6 +274,14 @@ Credits:
<WordsStyle name="CDATA" styleID="17" fgColor="D8FA3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VALUE" styleID="19" fgColor="D8FA3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ENTITY" styleID="10" fgColor="D8FA3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER TAGS 1" styleID="192" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER TAGS 2" styleID="193" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER TAGS 3" styleID="194" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER TAGS 4" styleID="195" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="196" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="197" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="198" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="199" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="php" desc="php" ext="">
<WordsStyle name="QUESTION MARK" styleID="18" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
@@ -208,8 +295,16 @@ Credits:
<WordsStyle name="COMMENT" styleID="124" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="125" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="127" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PREDEFINED" styleID="213" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="FUNCS AND METHODS 1" styleID="214" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="FUNCS AND METHODS 2" styleID="215" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
<WordsStyle name="USER KEYWORDS 1" styleID="208" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="209" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="210" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="211" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="212" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
</LexerType>
<LexerType name="javascript" desc="JavaScript" ext="">
<LexerType name="javascript" desc="JavaScript (embedded)" ext="">
<WordsStyle name="DEFAULT" styleID="41" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="45" fgColor="D8FA3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="WORD" styleID="46" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
@@ -223,7 +318,31 @@ Credits:
<WordsStyle name="COMMENT" styleID="42" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="43" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTDOC" styleID="44" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="200" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="201" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="202" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="203" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="204" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="205" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="206" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="207" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="json" desc="JSON" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="1" fgColor="FF8000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="2" fgColor="DCDCCC" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING EOL" styleID="3" fgColor="808080" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PROPERTY NAME" styleID="4" fgColor="8CD0D3" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ESCAPE SEQUENCE" styleID="5" fgColor="0000FF" bgColor="0C1021" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="LINE COMMENT" styleID="6" fgColor="008000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BLOCK COMMENT" styleID="7" fgColor="008000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="E3CEAB" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="URI" styleID="9" fgColor="FFFF80" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="0C1021" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="0C1021" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/>
<WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="asp" desc="asp" ext="asp">
<WordsStyle name="DEFAULT" styleID="81" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="82" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
@@ -232,8 +351,16 @@ Credits:
<WordsStyle name="STRING" styleID="85" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="87" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="86" fgColor="8DA6CE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ASPSYBOL" styleID="15" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ASPSYMBOL" styleID="15" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SCRIPTTYPE" styleID="16" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="216" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="217" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="218" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="219" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="220" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="221" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="222" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="223" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="xml" desc="XML" ext="">
<WordsStyle name="XMLSTART" styleID="12" fgColor="7F90AA" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
@@ -251,6 +378,14 @@ Credits:
<WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CDATA" styleID="17" fgColor="D8FA3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ENTITY" styleID="10" fgColor="D8FA3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="192" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="193" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="194" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="195" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 5" styleID="196" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 6" styleID="197" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 7" styleID="198" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 8" styleID="199" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="ini" desc="ini file" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
@@ -269,10 +404,10 @@ Credits:
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMAND" styleID="2" fgColor="8DA6CE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HEADER" styleID="3" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="POSITION" styleID="4" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DELETED" styleID="5" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ADDED" styleID="6" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HEADER" styleID="3" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="POSITION" styleID="4" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DELETED" styleID="5" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ADDED" styleID="6" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="nfo" desc="Dos Style" ext="">
<WordsStyle name="DEFAULT" styleID="32" fgColor="F8F8F8" bgColor="0C1021" fontSize="" fontStyle="0" />
@@ -283,8 +418,8 @@ Credits:
<WordsStyle name="PREPROCESSOR" styleID="2" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="3" fgColor="8DA6CE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="4" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TARGET" styleID="5" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDEOL" styleID="9" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TARGET" styleID="5" fgColor="7F90AA" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDEOL" styleID="9" fgColor="FF8080" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="vb" desc="VB / VBS" ext="">
<WordsStyle name="DEFAULT" styleID="7" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
@@ -298,7 +433,7 @@ Credits:
</LexerType>
<LexerType name="css" desc="CSS" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="FF6400" bgColor="0C1021" fontName="Batang" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASS" styleID="2" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PSEUDOCLASS" styleID="3" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="UNKNOWN_PSEUDOCLASS" styleID="4" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
@@ -325,26 +460,79 @@ Credits:
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="perl" desc="Perl" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="D8FA3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="REGEX" styleID="17" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SCALAR" styleID="12" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ARRAY" styleID="13" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HASH" styleID="14" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PUNCTUATION" styleID="8" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="POD" styleID="3" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="LONGQUOTE" styleID="19" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DATASECTION" styleID="21" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="REGSUBST" styleID="18" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="20" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="10" fontSize="10" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="D8FA3C" bgColor="0C1021" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="ARRAY" styleID="13" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="HASH" styleID="14" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="PROTOTYPE" styleID="40" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="STRING SINGLEQUOTE" styleID="7" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="STRING DOUBLEQUOTE" styleID="6" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="STRING BACKTICKS" styleID="20" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="STRING Q" styleID="26" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRING QQ" styleID="27" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QX" styleID="28" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QR" styleID="29" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QW" styleID="30" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX MATCH" styleID="17" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="REGEX SUBSTITUTION" styleID="18" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="TRANSLATION" styleID="44" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC DELIMITER" styleID="22" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="HEREDOC SINGLEQUOTE" styleID="23" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="HEREDOC DOUBLEQUOTE" styleID="24" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC BACKTICK" styleID="25" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VAR IN STRING" styleID="43" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX" styleID="54" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX SUBSTITUTION" styleID="55" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN BACKTICKS" styleID="57" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC DOUBLEQUOTE" styleID="61" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC BACKTICK" styleID="62" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QQ" styleID="64" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QX" styleID="65" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QR" styleID="66" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="FORMAT IDENTIFIER" styleID="41" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="FORMAT BODY" styleID="42" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATA SECTION" styleID="21" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="POD" styleID="3" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="POD VERBATIM" styleID="31" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="10" fontSize="10" />
</LexerType>
<LexerType name="raku" desc="Raku" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT EMBED" styleID="3" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="POD" styleID="4" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC Q" styleID="6" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="HEREDOC QQ" styleID="7" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="8" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING Q" styleID="9" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRING QQ" styleID="10" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING Q_LANG" styleID="11" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING VAR" styleID="12" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="REGEX" styleID="13" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX VAR" styleID="14" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ADVERB" styleID="15" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" keywordClass="type5" />
<WordsStyle name="NUMBER" styleID="16" fgColor="D8FA3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PREPROCESSOR" styleID="17" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="18" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="19" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="FUNCTION" styleID="20" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="IDENTIFIER" styleID="21" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="1" fontSize="" />
<!-- "TYPEDEF" styling applies to type1..type4 lists from langs.xml, but only associated with type1 in stylers/themes -->
<WordsStyle name="TYPEDEF" styleID="22" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="MU" styleID="23" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="POSITIONAL" styleID="24" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASSOCIATIVE" styleID="25" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CALLABLE" styleID="26" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="GRAMMAR" styleID="27" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CLASS" styleID="28" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="python" desc="Python" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
@@ -353,24 +541,26 @@ Credits:
<WordsStyle name="STRING" styleID="3" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="4" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KEYWORDS" styleID="5" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TRIPLE" styleID="6" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TRIPLEDOUBLE" styleID="7" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASSNAME" styleID="8" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFNAME" styleID="9" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TRIPLE" styleID="6" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TRIPLEDOUBLE" styleID="7" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASSNAME" styleID="8" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFNAME" styleID="9" fgColor="BECDE6" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="8DA6CE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTBLOCK" styleID="12" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="12" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BUILTINS" styleID="14" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
</LexerType>
<LexerType name="batch" desc="Batch" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KEYWORDS" styleID="2" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="LABEL" styleID="3" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HIDE SYBOL" styleID="4" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HIDE SYMBOL" styleID="4" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMAND" styleID="5" fgColor="8DA6CE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="lua" desc="Lua" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
@@ -384,18 +574,43 @@ Credits:
<WordsStyle name="STRING" styleID="6" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FUNC1" styleID="13" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNC2" styleID="14" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="FUNC3" styleID="15" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="FUNC1" styleID="13" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNC2" styleID="14" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="FUNC3" styleID="15" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="USER KEYWORD 1" styleID="16" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="USER KEYWORD 2" styleID="17" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="USER KEYWORD 3" styleID="18" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type5" />
<WordsStyle name="USER KEYWORD 4" styleID="19" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type6" />
<WordsStyle name="USER KEYWORDS 5" styleID="128" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 6" styleID="129" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 7" styleID="130" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 8" styleID="131" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
</LexerType>
<LexerType name="tex" desc="TeX" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="1" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="GROUP" styleID="2" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="1" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="GROUP" styleID="2" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SYMBOL" styleID="3" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMAND" styleID="4" fgColor="8DA6CE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TEXT" styleID="5" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="toml" desc="TOML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FF0000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="69B45C" bgColor="0C1021" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="C0C0C0" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="3" fgColor="B76FFF" bgColor="0C1021" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF8000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TABLE" styleID="5" fgColor="FED750" bgColor="0C1021" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEY" styleID="6" fgColor="8CC6FF" bgColor="0C1021" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ERROR" styleID="7" fgColor="FF0000" bgColor="0C1021" fontName="" fontStyle="4" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="C0C0C0" bgColor="0C1021" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING SQ" styleID="9" fgColor="CE9B9B" bgColor="0C1021" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING DQ" styleID="10" fgColor="CE9B9B" bgColor="0C1021" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING SQ" styleID="11" fgColor="CE9B9B" bgColor="0C1021" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING DQ" styleID="12" fgColor="CE9B9B" bgColor="0C1021" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ESCAPE CHAR" styleID="13" fgColor="00FF00" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATETIME" styleID="14" fgColor="A0FAC7" bgColor="0C1021" fontName="" fontStyle="1" fontSize="" />
</LexerType>
<LexerType name="nsis" desc="NSIS" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="1" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
@@ -405,16 +620,16 @@ Credits:
<WordsStyle name="FUNCTION" styleID="5" fgColor="8DA6CE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="LABEL" styleID="7" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="USER DEFINED" styleID="8" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="USER DEFINED" styleID="8" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="SECTION" styleID="9" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SUBSECTION" styleID="10" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IF DEFINE" styleID="11" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRO" styleID="12" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SUBSECTION" styleID="10" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IF DEFINE" styleID="11" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRO" styleID="12" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING VAR" styleID="13" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="14" fgColor="D8FA3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SECTION GROUP" styleID="15" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAGE EX" styleID="16" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FUNCTION DEFINITIONS" styleID="17" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SECTION GROUP" styleID="15" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAGE EX" styleID="16" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FUNCTION DEFINITIONS" styleID="17" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="18" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="actionscript" desc="ActionScript" ext="">
@@ -438,22 +653,38 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="bash" desc="bash" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="4" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="3" fgColor="D8FA3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="5" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="6" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="8" fgColor="8DA6CE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SCALAR" styleID="9" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SCALAR" styleID="9" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PARAM" styleID="10" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="11" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HERE DELIM" styleID="12" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HERE Q" styleID="13" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PARAM" styleID="10" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="11" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HERE DELIM" styleID="12" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HERE Q" styleID="13" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER SCALAR 1" styleID="132" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER SCALAR 2" styleID="133" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER SCALAR 3" styleID="134" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER SCALAR 4" styleID="135" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="fortran" desc="Fortran" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
@@ -465,12 +696,12 @@ Credits:
<WordsStyle name="OPERATOR" styleID="6" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="7" fgColor="8DA6CE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="8" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="FUNCTION1" styleID="9" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNCTION2" styleID="10" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="FUNCTION1" styleID="9" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNCTION2" styleID="10" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="PREPROCESSOR" styleID="11" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR2" styleID="12" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR2" styleID="12" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="LABEL" styleID="13" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="fortran77" desc="Fortran (fixed form)" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
@@ -482,24 +713,24 @@ Credits:
<WordsStyle name="OPERATOR" styleID="6" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="7" fgColor="8DA6CE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="8" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="FUNCTION1" styleID="9" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNCTION2" styleID="10" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="FUNCTION1" styleID="9" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNCTION2" styleID="10" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="PREPROCESSOR" styleID="11" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR2" styleID="12" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR2" styleID="12" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="LABEL" styleID="13" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="lisp" desc="LISP" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="1" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="2" fgColor="D8FA3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FUNCTION WORD" styleID="3" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="FUNCTION WORD" styleID="3" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="SYMBOL" styleID="5" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="8" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="9" fgColor="8DA6CE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="SPECIAL" styleID="11" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="11" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="12" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="asm" desc="Assembler" ext="">
@@ -509,21 +740,21 @@ Credits:
<WordsStyle name="STRING" styleID="3" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="4" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="5" fgColor="8DA6CE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CPU INSTRUCTION" styleID="6" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="MATH INSTRUCTION" styleID="7" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="REGISTER" styleID="8" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="CPU INSTRUCTION" styleID="6" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="MATH INSTRUCTION" styleID="7" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="REGISTER" styleID="8" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="DIRECTIVE" styleID="9" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="COMMENT BLOCK" styleID="11" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="12" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="13" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="EXT INSTRUCTION" styleID="14" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="EXT INSTRUCTION" styleID="14" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
</LexerType>
<LexerType name="ruby" desc="Ruby" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="2" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="POD" styleID="3" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="POD" styleID="3" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="4" fgColor="D8FA3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION" styleID="5" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="STRING" styleID="6" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
@@ -535,26 +766,26 @@ Credits:
<WordsStyle name="REGEX" styleID="12" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="GLOBAL" styleID="13" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SYMBOL" styleID="14" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MODULE NAME" styleID="15" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MODULE NAME" styleID="15" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTANCE VAR" styleID="16" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASS VAR" styleID="17" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="18" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DATA SECTION" styleID="19" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASS VAR" styleID="17" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="18" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DATA SECTION" styleID="19" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING Q" styleID="24" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="postscript" desc="Postscript" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DSC COMMENT" styleID="2" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DSC VALUE" styleID="3" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DSC COMMENT" styleID="2" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DSC VALUE" styleID="3" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="4" fgColor="D8FA3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="Name" styleID="5" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="Name" styleID="5" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION" styleID="6" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="LITERAL" styleID="7" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IMMEVAL" styleID="8" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN ARRAY" styleID="9" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN DICT" styleID="10" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN PROC" styleID="11" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="LITERAL" styleID="7" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IMMEVAL" styleID="8" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN ARRAY" styleID="9" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN DICT" styleID="10" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN PROC" styleID="11" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TEXT" styleID="12" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HEX STRING" styleID="13" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BASE85 STRING" styleID="14" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
@@ -570,14 +801,14 @@ Credits:
<WordsStyle name="IDENTIFIER" styleID="6" fgColor="8DA6CE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING EOL" styleID="7" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION" styleID="8" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="STD OPERATOR" styleID="9" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="STD OPERATOR" styleID="9" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="ATTRIBUTE" styleID="10" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="DIRECTIVE" styleID="9" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STD FUNCTION" styleID="11" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="STD PACKAGE" styleID="12" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="STD TYPE" styleID="13" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="USER DEFINE" styleID="14" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type5" />
<WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STD FUNCTION" styleID="11" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="STD PACKAGE" styleID="12" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="STD TYPE" styleID="13" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="USER DEFINE" styleID="14" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type5" />
</LexerType>
<LexerType name="smalltalk" desc="Smalltalk" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
@@ -585,27 +816,27 @@ Credits:
<WordsStyle name="NUMBER" styleID="2" fgColor="D8FA3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="3" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SYMBOL" styleID="4" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BINARY" styleID="5" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BOOL" styleID="6" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SELF" styleID="7" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SUPER" styleID="8" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NIL" styleID="9" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BINARY" styleID="5" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BOOL" styleID="6" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SELF" styleID="7" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SUPER" styleID="8" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NIL" styleID="9" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="GLOBAL" styleID="10" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="RETURN" styleID="11" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="12" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KWS END" styleID="13" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ASSIGN" styleID="14" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="RETURN" styleID="11" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="12" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KWS END" styleID="13" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ASSIGN" styleID="14" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="15" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL SELECTOR" styleID="16" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL SELECTOR" styleID="16" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="caml" desc="Caml" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="1" fgColor="8DA6CE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAGNAME" styleID="2" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="3" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="BUILIN FUNC &amp; TYPE" styleID="4" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="TYPE" styleID="5" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="LINENUM" styleID="6" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BUILIN FUNC &amp; TYPE" styleID="4" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="TYPE" styleID="5" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="LINENUM" styleID="6" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="8" fgColor="D8FA3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="9" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
@@ -629,7 +860,7 @@ Credits:
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE BANG" styleID="3" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING EOL" styleID="12" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER" styleID="19" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER" styleID="19" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="kix" desc="KiXtart" ext="">
<!--
@@ -640,8 +871,8 @@ Credits:
<WordsStyle name="STRING" styleID="2" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING2" styleID="3" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="4" fgColor="D8FA3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VAR" styleID="5" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRO" styleID="6" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="VAR" styleID="5" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRO" styleID="6" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="INSTRUCTION WORD" styleID="7" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="FUNCTION" styleID="8" fgColor="8DA6CE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="OPERATOR" styleID="9" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
@@ -653,29 +884,29 @@ Credits:
<WordsStyle name="NUMBER" styleID="3" fgColor="D8FA3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FUNCTION" styleID="4" fgColor="8DA6CE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="MACRO" styleID="6" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="MACRO" styleID="6" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="STRING" styleID="7" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VARIABLE" styleID="9" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SENT" styleID="10" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="SENT" styleID="10" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="PREPROCESSOR" styleID="11" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="SPECIAL" styleID="12" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="EXPAND" styleID="13" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type5" />
<WordsStyle name="COMOBJ" styleID="14" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="12" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="EXPAND" styleID="13" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type5" />
<WordsStyle name="COMOBJ" styleID="14" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="ada" desc="ADA" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="1" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="8DA6CE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="3" fgColor="D8FA3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DELIMITER" styleID="4" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DELIMITER" styleID="4" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER EOL" styleID="6" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER EOL" styleID="6" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="7" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING EOL" styleID="8" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="LABEL" styleID="9" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="10" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ILLEGAL" styleID="11" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ILLEGAL" styleID="11" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="matlab" desc="Matlab" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
@@ -696,12 +927,12 @@ Credits:
<WordsStyle name="STRING" styleID="4" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASS" styleID="6" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MODULE" styleID="7" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CAPITAL" styleID="8" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DATA" styleID="9" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IMPORT" styleID="10" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MODULE" styleID="7" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CAPITAL" styleID="8" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DATA" styleID="9" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IMPORT" styleID="10" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="11" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTANCE" styleID="12" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTANCE" styleID="12" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="13" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTBLOCK" styleID="14" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTBLOCK2" styleID="15" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
@@ -711,10 +942,10 @@ Credits:
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KEYWORD" styleID="2" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="PARAMETER" styleID="3" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="PARAMETER" styleID="3" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="SECTION" styleID="4" fgColor="FF6400" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="PREPROCESSOR" styleID="5" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="PREPROCESSOR INLINE" styleID="6" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PREPROCESSOR INLINE" styleID="6" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT PASCAL" styleID="7" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KEYWORD PASCAL" styleID="8" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="KEYWORD USER" styleID="9" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
@@ -729,13 +960,13 @@ Credits:
<WordsStyle name="STRING L" styleID="3" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING R" styleID="4" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMAND" styleID="5" fgColor="8DA6CE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="PARAMETER" styleID="6" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PARAMETER" styleID="6" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VARIABLE" styleID="7" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER DEFINED" styleID="8" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="WHILEDEF" styleID="9" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FOREACHDEF" styleID="10" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IFDEF" styleID="11" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRODEF" styleID="12" fgColor="000000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER DEFINED" styleID="8" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="WHILEDEF" styleID="9" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FOREACHDEF" styleID="10" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IFDEF" styleID="11" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRODEF" styleID="12" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING VARIABLE" styleID="13" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="14" fgColor="D8FA3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
@@ -755,29 +986,53 @@ Credits:
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="888A85" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="FCE94F" bgColor="0C1021" fontName="" fontStyle="1" fontSize="10" />
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="EF2929" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="121830" fgColor="0080C0" />
<WidgetStyle name="Mark colour" styleID="0" fgColor="CC0000" bgColor="EDD400" />
<WidgetStyle name="Selected text colour" styleID="0" bgColor="253B76" fgColor="8000FF" fontStyle="0" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FFFFFF" bgColor="112435" fontSize="" fontStyle="0" />
<WidgetStyle name="Find Mark Style" styleID="31" fgColor="CC0000" bgColor="EDD400" fontName="" fontStyle="0" fontSize="10" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="EEEEEC" bgColor="F3F3F3" fontSize="8" fontStyle="0" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="121830" />
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
<WidgetStyle name="Selected text colour" styleID="0" bgColor="253B76" fgColor="8000FF" />
<WidgetStyle name="Multi-selected text color" styleID="0" bgColor="253B76" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FFFFFF" />
<WidgetStyle name="Multi-edit carets color" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="EEEEEC" />
<WidgetStyle name="Line number margin" styleID="33" fgColor="EEEEEC" bgColor="2E3436" fontName="" fontStyle="0" fontSize="8" />
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="2E3436" />
<WidgetStyle name="Change History margin" styleID="0" bgColor="2E3436" />
<WidgetStyle name="Change History modified" styleID="0" fgColor="FF8000" bgColor="FF8000" />
<WidgetStyle name="Change History revert modified" styleID="0" fgColor="A0C000" bgColor="A0C000" />
<WidgetStyle name="Change History revert origin" styleID="0" fgColor="40A0BF" bgColor="40A0BF" />
<WidgetStyle name="Change History saved" styleID="0" fgColor="00A000" bgColor="00A000" />
<WidgetStyle name="Fold" styleID="0" fgColor="2E3436" bgColor="EEEEEC" />
<WidgetStyle name="Fold active" styleID="0" fgColor="2E3436" />
<WidgetStyle name="Fold margin" styleID="0" fgColor="555753" bgColor="2E3436" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="FCAF3E" bgColor="FF0000" />
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="00FF00" fgColor="555753" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" fgColor="FCAF3E" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="FCAF3E" />
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="00FF00" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" />
<WidgetStyle name="Find status: Not found" styleID="0" fgColor="FF0000" />
<WidgetStyle name="Find status: Message" styleID="0" fgColor="0000FF" />
<WidgetStyle name="Find status: Search end reached" styleID="0" fgColor="008000" />
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" />
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" />
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" />
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" />
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" fgColor="FFCAB0" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" fgColor="000000" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" fgColor="8080C0" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" bgColor="FF0000" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="80FF00" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" />
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" />
<WidgetStyle name="Tab color 1" styleID="0" bgColor="F3F0CB" />
<WidgetStyle name="Tab color 2" styleID="0" bgColor="DBF3CB" />
<WidgetStyle name="Tab color 3" styleID="0" bgColor="CBDBF3" />
<WidgetStyle name="Tab color 4" styleID="0" bgColor="F3DBCB" />
<WidgetStyle name="Tab color 5" styleID="0" bgColor="F3CBEE" />
<WidgetStyle name="Tab color dark mode 1" styleID="0" bgColor="807848" />
<WidgetStyle name="Tab color dark mode 2" styleID="0" bgColor="568048" />
<WidgetStyle name="Tab color dark mode 3" styleID="0" bgColor="507094" />
<WidgetStyle name="Tab color dark mode 4" styleID="0" bgColor="804849" />
<WidgetStyle name="Tab color dark mode 5" styleID="0" bgColor="754880" />
<WidgetStyle name="URL hovered" styleID="0" fgColor="BDAE9D" />
<WidgetStyle name="Document map" styleID="0" fgColor="F8F8F8" bgColor="0C1021" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
</GlobalStyles>
</NotepadPlus>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="Windows-1252" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<!--//
choco
@@ -40,6 +40,7 @@ Credits:
Thanks for Fabio Zendhi Nagao for the tmTheme2nppStyler.
Thanks for the user for the tmTheme source.
2023-09-30: update Perl support.
//-->
<NotepadPlus>
<LexerStyles>
@@ -47,7 +48,7 @@ Credits:
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="8996A8" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TYPEWORD" styleID="16" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="DA5659" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
@@ -60,6 +61,14 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="cpp" desc="C++" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="8996A8" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
@@ -78,9 +87,43 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="go" desc="Go" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="8996A8" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="PREDECLARED IDENTIFIERS" styleID="19" fgColor="B393B3" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="NUMBER" styleID="4" fgColor="DA5659" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VERBATIM" styleID="13" fgColor="DA5659" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="REGEX" styleID="14" fgColor="E9C062" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="java" desc="Java" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="8996A8" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
@@ -96,6 +139,14 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="cs" desc="C#" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="8996A8" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
@@ -114,6 +165,14 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="rc" desc="RC" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="8996A8" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
@@ -132,6 +191,14 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="tcl" desc="TCL" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="8996A8" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
@@ -154,7 +221,7 @@ Credits:
<LexerType name="objc" desc="Objective-C" ext="">
<WordsStyle name="DIRECTIVE" styleID="19" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="QUALIFIER" styleID="20" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="QUALIFIER" styleID="20" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="8996A8" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
@@ -173,12 +240,16 @@ Credits:
</LexerType>
<LexerType name="sql" desc="SQL" ext="">
<WordsStyle name="KEYWORD" styleID="5" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="USER1" styleID="16" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="KEYWORD2" styleID="19" fgColor="FF8080" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="NUMBER" styleID="4" fgColor="DA5659" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10">ooooo</WordsStyle>
<WordsStyle name="STRING2" styleID="7" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="Q OPERATOR" styleID="24" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10">ooooo</WordsStyle>
</LexerType>
<LexerType name="html" desc="HTML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
@@ -186,7 +257,7 @@ Credits:
<WordsStyle name="NUMBER" styleID="5" fgColor="DA5659" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
@@ -195,6 +266,14 @@ Credits:
<WordsStyle name="CDATA" styleID="17" fgColor="DA5659" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VALUE" styleID="19" fgColor="DA5659" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ENTITY" styleID="10" fgColor="DA5659" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER TAGS 1" styleID="192" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER TAGS 2" styleID="193" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER TAGS 3" styleID="194" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER TAGS 4" styleID="195" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="196" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="197" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="198" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="199" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="php" desc="php" ext="">
<WordsStyle name="QUESTION MARK" styleID="18" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
@@ -208,8 +287,16 @@ Credits:
<WordsStyle name="COMMENT" styleID="124" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="125" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="127" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PREDEFINED" styleID="213" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="FUNCS AND METHODS 1" styleID="214" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="FUNCS AND METHODS 2" styleID="215" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
<WordsStyle name="USER KEYWORDS 1" styleID="208" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="209" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="210" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="211" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="212" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
</LexerType>
<LexerType name="javascript" desc="JavaScript" ext="">
<LexerType name="javascript" desc="JavaScript (embedded)" ext="">
<WordsStyle name="DEFAULT" styleID="41" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="45" fgColor="DA5659" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="WORD" styleID="46" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
@@ -223,7 +310,31 @@ Credits:
<WordsStyle name="COMMENT" styleID="42" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="43" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTDOC" styleID="44" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="200" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="201" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="202" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="203" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="204" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="205" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="206" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="207" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="json" desc="JSON" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="1" fgColor="FF8000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="2" fgColor="DCDCCC" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING EOL" styleID="3" fgColor="808080" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PROPERTY NAME" styleID="4" fgColor="8CD0D3" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ESCAPE SEQUENCE" styleID="5" fgColor="0000FF" bgColor="1A0F0B" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="LINE COMMENT" styleID="6" fgColor="008000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BLOCK COMMENT" styleID="7" fgColor="008000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="E3CEAB" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="URI" styleID="9" fgColor="FFFF80" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="1A0F0B" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="1A0F0B" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/>
<WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="asp" desc="asp" ext="asp">
<WordsStyle name="DEFAULT" styleID="81" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="82" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
@@ -232,8 +343,16 @@ Credits:
<WordsStyle name="STRING" styleID="85" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="87" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="86" fgColor="D77261" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ASPSYBOL" styleID="15" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ASPSYMBOL" styleID="15" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SCRIPTTYPE" styleID="16" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="216" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="217" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="218" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="219" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="220" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="221" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="222" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="223" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="xml" desc="XML" ext="">
<WordsStyle name="XMLSTART" styleID="12" fgColor="494949" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
@@ -251,6 +370,14 @@ Credits:
<WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CDATA" styleID="17" fgColor="DA5659" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ENTITY" styleID="10" fgColor="DA5659" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="192" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="193" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="194" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="195" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 5" styleID="196" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 6" styleID="197" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 7" styleID="198" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 8" styleID="199" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="ini" desc="ini file" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
@@ -269,10 +396,10 @@ Credits:
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMAND" styleID="2" fgColor="D77261" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HEADER" styleID="3" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="POSITION" styleID="4" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DELETED" styleID="5" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ADDED" styleID="6" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HEADER" styleID="3" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="POSITION" styleID="4" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DELETED" styleID="5" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ADDED" styleID="6" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="nfo" desc="Dos Style" ext="">
<WordsStyle name="DEFAULT" styleID="32" fgColor="C3BE98" bgColor="1A0F0B" fontSize="" fontStyle="0" />
@@ -283,8 +410,8 @@ Credits:
<WordsStyle name="PREPROCESSOR" styleID="2" fgColor="8996A8" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="3" fgColor="D77261" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="4" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TARGET" styleID="5" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDEOL" styleID="9" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TARGET" styleID="5" fgColor="7989A6" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDEOL" styleID="9" fgColor="FF8080" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="vb" desc="VB / VBS" ext="">
<WordsStyle name="DEFAULT" styleID="7" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
@@ -298,7 +425,7 @@ Credits:
</LexerType>
<LexerType name="css" desc="CSS" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="6D4C2F" bgColor="1A0F0B" fontName="Batang" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASS" styleID="2" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PSEUDOCLASS" styleID="3" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="UNKNOWN_PSEUDOCLASS" styleID="4" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
@@ -325,26 +452,79 @@ Credits:
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="perl" desc="Perl" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="8996A8" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="DA5659" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="REGEX" styleID="17" fgColor="E9C062" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SCALAR" styleID="12" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ARRAY" styleID="13" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HASH" styleID="14" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PUNCTUATION" styleID="8" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="POD" styleID="3" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="LONGQUOTE" styleID="19" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DATASECTION" styleID="21" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="REGSUBST" styleID="18" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="20" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="10" fontSize="10" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="DA5659" bgColor="1A0F0B" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="ARRAY" styleID="13" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="HASH" styleID="14" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="PROTOTYPE" styleID="40" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="STRING SINGLEQUOTE" styleID="7" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="STRING DOUBLEQUOTE" styleID="6" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="STRING BACKTICKS" styleID="20" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="STRING Q" styleID="26" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRING QQ" styleID="27" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QX" styleID="28" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QR" styleID="29" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QW" styleID="30" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX MATCH" styleID="17" fgColor="E9C062" bgColor="1A0F0B" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="REGEX SUBSTITUTION" styleID="18" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="TRANSLATION" styleID="44" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC DELIMITER" styleID="22" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="HEREDOC SINGLEQUOTE" styleID="23" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="HEREDOC DOUBLEQUOTE" styleID="24" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC BACKTICK" styleID="25" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VAR IN STRING" styleID="43" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX" styleID="54" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX SUBSTITUTION" styleID="55" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN BACKTICKS" styleID="57" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC DOUBLEQUOTE" styleID="61" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC BACKTICK" styleID="62" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QQ" styleID="64" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QX" styleID="65" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QR" styleID="66" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="FORMAT IDENTIFIER" styleID="41" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="FORMAT BODY" styleID="42" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATA SECTION" styleID="21" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="POD" styleID="3" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="POD VERBATIM" styleID="31" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="10" fontSize="10" />
</LexerType>
<LexerType name="raku" desc="Raku" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT EMBED" styleID="3" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="POD" styleID="4" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC Q" styleID="6" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="HEREDOC QQ" styleID="7" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="8" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING Q" styleID="9" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRING QQ" styleID="10" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING Q_LANG" styleID="11" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING VAR" styleID="12" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="REGEX" styleID="13" fgColor="E9C062" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX VAR" styleID="14" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ADVERB" styleID="15" fgColor="8996A8" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" keywordClass="type5" />
<WordsStyle name="NUMBER" styleID="16" fgColor="DA5659" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PREPROCESSOR" styleID="17" fgColor="8996A8" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="18" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="19" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="FUNCTION" styleID="20" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="IDENTIFIER" styleID="21" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="1" fontSize="" />
<!-- TYPEDEF styling applies to type1..type4 lists from langs.xml, but only associated with type1 in stylers/themes -->
<WordsStyle name="TYPEDEF" styleID="22" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="MU" styleID="23" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="POSITIONAL" styleID="24" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASSOCIATIVE" styleID="25" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CALLABLE" styleID="26" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="GRAMMAR" styleID="27" fgColor="8996A8" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CLASS" styleID="28" fgColor="8996A8" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="python" desc="Python" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
@@ -353,24 +533,26 @@ Credits:
<WordsStyle name="STRING" styleID="3" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="4" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KEYWORDS" styleID="5" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TRIPLE" styleID="6" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TRIPLEDOUBLE" styleID="7" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASSNAME" styleID="8" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFNAME" styleID="9" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TRIPLE" styleID="6" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TRIPLEDOUBLE" styleID="7" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASSNAME" styleID="8" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFNAME" styleID="9" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="D77261" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTBLOCK" styleID="12" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="12" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BUILTINS" styleID="14" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
</LexerType>
<LexerType name="batch" desc="Batch" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KEYWORDS" styleID="2" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="LABEL" styleID="3" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HIDE SYBOL" styleID="4" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HIDE SYMBOL" styleID="4" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMAND" styleID="5" fgColor="D77261" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="7989A6" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="lua" desc="Lua" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
@@ -384,18 +566,43 @@ Credits:
<WordsStyle name="STRING" styleID="6" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FUNC1" styleID="13" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNC2" styleID="14" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="FUNC3" styleID="15" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="FUNC1" styleID="13" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNC2" styleID="14" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="FUNC3" styleID="15" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="USER KEYWORD 1" styleID="16" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="USER KEYWORD 2" styleID="17" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="USER KEYWORD 3" styleID="18" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type5" />
<WordsStyle name="USER KEYWORD 4" styleID="19" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type6" />
<WordsStyle name="USER KEYWORDS 5" styleID="128" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 6" styleID="129" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 7" styleID="130" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 8" styleID="131" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
</LexerType>
<LexerType name="tex" desc="TeX" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="1" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="GROUP" styleID="2" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="1" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="GROUP" styleID="2" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SYMBOL" styleID="3" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMAND" styleID="4" fgColor="D77261" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TEXT" styleID="5" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="toml" desc="TOML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FF0000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="69B45C" bgColor="1A0F0B" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="C0C0C0" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="3" fgColor="B76FFF" bgColor="1A0F0B" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF8000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TABLE" styleID="5" fgColor="FED750" bgColor="1A0F0B" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEY" styleID="6" fgColor="8CC6FF" bgColor="1A0F0B" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ERROR" styleID="7" fgColor="FF0000" bgColor="1A0F0B" fontName="" fontStyle="4" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="C0C0C0" bgColor="1A0F0B" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING SQ" styleID="9" fgColor="CE9B9B" bgColor="1A0F0B" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING DQ" styleID="10" fgColor="CE9B9B" bgColor="1A0F0B" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING SQ" styleID="11" fgColor="CE9B9B" bgColor="1A0F0B" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING DQ" styleID="12" fgColor="CE9B9B" bgColor="1A0F0B" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ESCAPE CHAR" styleID="13" fgColor="00FF00" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATETIME" styleID="14" fgColor="A0FAC7" bgColor="1A0F0B" fontName="" fontStyle="1" fontSize="" />
</LexerType>
<LexerType name="nsis" desc="NSIS" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="1" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
@@ -405,16 +612,16 @@ Credits:
<WordsStyle name="FUNCTION" styleID="5" fgColor="C29863" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="7989A6" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="LABEL" styleID="7" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="USER DEFINED" styleID="8" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="USER DEFINED" styleID="8" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="SECTION" styleID="9" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SUBSECTION" styleID="10" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IF DEFINE" styleID="11" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRO" styleID="12" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SUBSECTION" styleID="10" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IF DEFINE" styleID="11" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRO" styleID="12" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING VAR" styleID="13" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="14" fgColor="DA5659" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SECTION GROUP" styleID="15" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAGE EX" styleID="16" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FUNCTION DEFINITIONS" styleID="17" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SECTION GROUP" styleID="15" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAGE EX" styleID="16" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FUNCTION DEFINITIONS" styleID="17" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="18" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="actionscript" desc="ActionScript" ext="">
@@ -438,22 +645,38 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="bash" desc="bash" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="4" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="3" fgColor="DA5659" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="5" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="6" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="8" fgColor="D77261" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SCALAR" styleID="9" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SCALAR" styleID="9" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PARAM" styleID="10" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="11" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HERE DELIM" styleID="12" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HERE Q" styleID="13" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PARAM" styleID="10" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="11" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HERE DELIM" styleID="12" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HERE Q" styleID="13" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER SCALAR 1" styleID="132" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER SCALAR 2" styleID="133" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER SCALAR 3" styleID="134" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER SCALAR 4" styleID="135" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="fortran" desc="Fortran" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
@@ -465,12 +688,12 @@ Credits:
<WordsStyle name="OPERATOR" styleID="6" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="7" fgColor="D77261" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="8" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="FUNCTION1" styleID="9" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNCTION2" styleID="10" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="FUNCTION1" styleID="9" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNCTION2" styleID="10" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="PREPROCESSOR" styleID="11" fgColor="8996A8" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR2" styleID="12" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR2" styleID="12" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="LABEL" styleID="13" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="fortran77" desc="Fortran (fixed form)" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
@@ -482,24 +705,24 @@ Credits:
<WordsStyle name="OPERATOR" styleID="6" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="7" fgColor="D77261" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="8" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="FUNCTION1" styleID="9" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNCTION2" styleID="10" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="FUNCTION1" styleID="9" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNCTION2" styleID="10" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="PREPROCESSOR" styleID="11" fgColor="8996A8" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR2" styleID="12" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR2" styleID="12" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="LABEL" styleID="13" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="lisp" desc="LISP" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="1" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="2" fgColor="DA5659" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FUNCTION WORD" styleID="3" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="FUNCTION WORD" styleID="3" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="SYMBOL" styleID="5" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="8" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="9" fgColor="D77261" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="SPECIAL" styleID="11" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="11" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="12" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="asm" desc="Assembler" ext="">
@@ -509,21 +732,21 @@ Credits:
<WordsStyle name="STRING" styleID="3" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="4" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="5" fgColor="D77261" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CPU INSTRUCTION" styleID="6" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="MATH INSTRUCTION" styleID="7" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="REGISTER" styleID="8" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="CPU INSTRUCTION" styleID="6" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="MATH INSTRUCTION" styleID="7" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="REGISTER" styleID="8" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="DIRECTIVE" styleID="9" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="COMMENT BLOCK" styleID="11" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="12" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="13" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="EXT INSTRUCTION" styleID="14" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="EXT INSTRUCTION" styleID="14" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
</LexerType>
<LexerType name="ruby" desc="Ruby" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="2" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="POD" styleID="3" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="POD" styleID="3" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="4" fgColor="DA5659" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION" styleID="5" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="STRING" styleID="6" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
@@ -535,26 +758,26 @@ Credits:
<WordsStyle name="REGEX" styleID="12" fgColor="E9C062" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="GLOBAL" styleID="13" fgColor="7989A6" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SYMBOL" styleID="14" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MODULE NAME" styleID="15" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MODULE NAME" styleID="15" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTANCE VAR" styleID="16" fgColor="7989A6" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASS VAR" styleID="17" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="18" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DATA SECTION" styleID="19" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASS VAR" styleID="17" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="18" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DATA SECTION" styleID="19" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING Q" styleID="24" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="postscript" desc="Postscript" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DSC COMMENT" styleID="2" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DSC VALUE" styleID="3" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DSC COMMENT" styleID="2" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DSC VALUE" styleID="3" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="4" fgColor="DA5659" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="Name" styleID="5" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="Name" styleID="5" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION" styleID="6" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="LITERAL" styleID="7" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IMMEVAL" styleID="8" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN ARRAY" styleID="9" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN DICT" styleID="10" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN PROC" styleID="11" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="LITERAL" styleID="7" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IMMEVAL" styleID="8" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN ARRAY" styleID="9" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN DICT" styleID="10" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN PROC" styleID="11" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TEXT" styleID="12" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HEX STRING" styleID="13" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BASE85 STRING" styleID="14" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
@@ -570,14 +793,14 @@ Credits:
<WordsStyle name="IDENTIFIER" styleID="6" fgColor="D77261" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING EOL" styleID="7" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION" styleID="8" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="STD OPERATOR" styleID="9" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="STD OPERATOR" styleID="9" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="ATTRIBUTE" styleID="10" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="DIRECTIVE" styleID="9" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STD FUNCTION" styleID="11" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="STD PACKAGE" styleID="12" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="STD TYPE" styleID="13" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="USER DEFINE" styleID="14" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type5" />
<WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STD FUNCTION" styleID="11" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="STD PACKAGE" styleID="12" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="STD TYPE" styleID="13" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="USER DEFINE" styleID="14" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type5" />
</LexerType>
<LexerType name="smalltalk" desc="Smalltalk" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
@@ -585,27 +808,27 @@ Credits:
<WordsStyle name="NUMBER" styleID="2" fgColor="DA5659" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="3" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SYMBOL" styleID="4" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BINARY" styleID="5" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BOOL" styleID="6" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SELF" styleID="7" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SUPER" styleID="8" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NIL" styleID="9" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BINARY" styleID="5" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BOOL" styleID="6" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SELF" styleID="7" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SUPER" styleID="8" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NIL" styleID="9" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="GLOBAL" styleID="10" fgColor="7989A6" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="RETURN" styleID="11" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="12" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KWS END" styleID="13" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ASSIGN" styleID="14" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="RETURN" styleID="11" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="12" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KWS END" styleID="13" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ASSIGN" styleID="14" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="15" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL SELECTOR" styleID="16" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL SELECTOR" styleID="16" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="caml" desc="Caml" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="1" fgColor="D77261" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAGNAME" styleID="2" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="3" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="BUILIN FUNC &amp; TYPE" styleID="4" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="TYPE" styleID="5" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type1">if else for while</WordsStyle>
<WordsStyle name="LINENUM" styleID="6" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10">bool long int char</WordsStyle>
<WordsStyle name="BUILIN FUNC &amp; TYPE" styleID="4" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="TYPE" styleID="5" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type1">if else for while</WordsStyle>
<WordsStyle name="LINENUM" styleID="6" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10">bool long int char</WordsStyle>
<WordsStyle name="OPERATOR" styleID="7" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="8" fgColor="DA5659" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="9" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
@@ -629,7 +852,7 @@ Credits:
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE BANG" styleID="3" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING EOL" styleID="12" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER" styleID="19" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER" styleID="19" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="kix" desc="KiXtart" ext="">
<!--
@@ -640,8 +863,8 @@ Credits:
<WordsStyle name="STRING" styleID="2" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING2" styleID="3" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="4" fgColor="DA5659" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VAR" styleID="5" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRO" styleID="6" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="VAR" styleID="5" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRO" styleID="6" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="INSTRUCTION WORD" styleID="7" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="FUNCTION" styleID="8" fgColor="C29863" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="OPERATOR" styleID="9" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
@@ -653,29 +876,29 @@ Credits:
<WordsStyle name="NUMBER" styleID="3" fgColor="DA5659" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FUNCTION" styleID="4" fgColor="C29863" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="MACRO" styleID="6" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="MACRO" styleID="6" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="STRING" styleID="7" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VARIABLE" styleID="9" fgColor="7989A6" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SENT" styleID="10" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="SENT" styleID="10" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="PREPROCESSOR" styleID="11" fgColor="8996A8" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="SPECIAL" styleID="12" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="EXPAND" styleID="13" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type5" />
<WordsStyle name="COMOBJ" styleID="14" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="12" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="EXPAND" styleID="13" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type5" />
<WordsStyle name="COMOBJ" styleID="14" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="ada" desc="ADA" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="1" fgColor="F1E694" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="D77261" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="3" fgColor="DA5659" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DELIMITER" styleID="4" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DELIMITER" styleID="4" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER EOL" styleID="6" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER EOL" styleID="6" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="7" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING EOL" styleID="8" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="LABEL" styleID="9" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="10" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ILLEGAL" styleID="11" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ILLEGAL" styleID="11" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="matlab" desc="Matlab" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
@@ -696,12 +919,12 @@ Credits:
<WordsStyle name="STRING" styleID="4" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASS" styleID="6" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MODULE" styleID="7" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CAPITAL" styleID="8" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DATA" styleID="9" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IMPORT" styleID="10" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MODULE" styleID="7" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CAPITAL" styleID="8" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DATA" styleID="9" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IMPORT" styleID="10" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="11" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTANCE" styleID="12" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTANCE" styleID="12" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="13" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTBLOCK" styleID="14" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTBLOCK2" styleID="15" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
@@ -711,10 +934,10 @@ Credits:
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KEYWORD" styleID="2" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="PARAMETER" styleID="3" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="PARAMETER" styleID="3" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="SECTION" styleID="4" fgColor="6D4C2F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="PREPROCESSOR" styleID="5" fgColor="8996A8" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="PREPROCESSOR INLINE" styleID="6" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PREPROCESSOR INLINE" styleID="6" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT PASCAL" styleID="7" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KEYWORD PASCAL" styleID="8" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="KEYWORD USER" styleID="9" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
@@ -729,13 +952,13 @@ Credits:
<WordsStyle name="STRING L" styleID="3" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING R" styleID="4" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMAND" styleID="5" fgColor="D77261" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="PARAMETER" styleID="6" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PARAMETER" styleID="6" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VARIABLE" styleID="7" fgColor="7989A6" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER DEFINED" styleID="8" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="WHILEDEF" styleID="9" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FOREACHDEF" styleID="10" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IFDEF" styleID="11" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRODEF" styleID="12" fgColor="000000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER DEFINED" styleID="8" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="WHILEDEF" styleID="9" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FOREACHDEF" styleID="10" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IFDEF" styleID="11" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRODEF" styleID="12" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING VARIABLE" styleID="13" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="14" fgColor="DA5659" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
@@ -755,29 +978,53 @@ Credits:
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="888A85" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="FCE94F" bgColor="1A0F0B" fontName="" fontStyle="1" fontSize="10" />
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="EF2929" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="281711" fgColor="0080C0" fontSize="" fontStyle="0" />
<WidgetStyle name="Mark colour" styleID="0" fgColor="CC0000" bgColor="EDD400" />
<WidgetStyle name="Selected text colour" styleID="0" bgColor="372017" fgColor="8000FF" fontStyle="0" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="A7A7A7" bgColor="112435" fontSize="" fontStyle="0" />
<WidgetStyle name="Find Mark Style" styleID="31" fgColor="CC0000" bgColor="EDD400" fontName="" fontStyle="0" fontSize="10" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="EEEEEC" bgColor="F3F3F3" fontSize="8" fontStyle="0" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="281711" />
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
<WidgetStyle name="Selected text colour" styleID="0" bgColor="372017" fgColor="8000FF" />
<WidgetStyle name="Multi-selected text color" styleID="0" bgColor="372017" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="A7A7A7" />
<WidgetStyle name="Multi-edit carets color" styleID="0" fgColor="A7A7A7" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="EEEEEC" />
<WidgetStyle name="Line number margin" styleID="33" fgColor="EEEEEC" bgColor="2E3436" fontName="" fontStyle="0" fontSize="8" />
<WidgetStyle name="Fold" styleID="0" fgColor="2E3436" bgColor="EEEEEC" fontSize="" fontStyle="0" />
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="2E3436" />
<WidgetStyle name="Change History margin" styleID="0" bgColor="2E3436" />
<WidgetStyle name="Change History modified" styleID="0" fgColor="FF8000" bgColor="FF8000" />
<WidgetStyle name="Change History revert modified" styleID="0" fgColor="A0C000" bgColor="A0C000" />
<WidgetStyle name="Change History revert origin" styleID="0" fgColor="40A0BF" bgColor="40A0BF" />
<WidgetStyle name="Change History saved" styleID="0" fgColor="00A000" bgColor="00A000" />
<WidgetStyle name="Fold" styleID="0" fgColor="2E3436" bgColor="EEEEEC" />
<WidgetStyle name="Fold active" styleID="0" fgColor="2E3436" />
<WidgetStyle name="Fold margin" styleID="0" fgColor="555753" bgColor="2E3436" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="FCAF3E" bgColor="FF0000" fontSize="" fontStyle="1" />
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="00FF00" fgColor="555753" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="EDD400" fgColor="CC0000" fontName="" fontSize="10" fontStyle="0" />
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" fgColor="80D4B2" />
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" fgColor="3FBA89" />
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" fgColor="101010" />
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" fgColor="808080" fontSize="" fontStyle="0" />
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" fgColor="FAAA3C" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" fgColor="FFCAB0" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="972FFF" fgColor="000000" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" fgColor="8080C0" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" bgColor="FF0000" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="80FF00" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="FCAF3E" />
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="00FF00" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="EDD400" />
<WidgetStyle name="Find status: Not found" styleID="0" fgColor="FF0000" />
<WidgetStyle name="Find status: Message" styleID="0" fgColor="0000FF" />
<WidgetStyle name="Find status: Search end reached" styleID="0" fgColor="008000" />
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" />
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" />
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" />
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" />
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="972FFF" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" />
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" />
<WidgetStyle name="Tab color 1" styleID="0" bgColor="F3F0CB" />
<WidgetStyle name="Tab color 2" styleID="0" bgColor="DBF3CB" />
<WidgetStyle name="Tab color 3" styleID="0" bgColor="CBDBF3" />
<WidgetStyle name="Tab color 4" styleID="0" bgColor="F3DBCB" />
<WidgetStyle name="Tab color 5" styleID="0" bgColor="F3CBEE" />
<WidgetStyle name="Tab color dark mode 1" styleID="0" bgColor="807848" />
<WidgetStyle name="Tab color dark mode 2" styleID="0" bgColor="568048" />
<WidgetStyle name="Tab color dark mode 3" styleID="0" bgColor="507094" />
<WidgetStyle name="Tab color dark mode 4" styleID="0" bgColor="804849" />
<WidgetStyle name="Tab color dark mode 5" styleID="0" bgColor="754880" />
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
</GlobalStyles>
</NotepadPlus>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,16 +1,15 @@
<?xml version="1.0" encoding="Windows-1252" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Style Name: Deep Black
Description: Based on the theme Port VibrantInk by tyler
File name: Deep Black.xml
Created by: Mariusz Kasperkiewicz
Featured language: SQL, C, C++, Pascal, Php, Css, JavaScript, Html, XML, others?
Note: Feel free to modify this style and re-release it. This style is available under the terms of the GNU Free License.
Released: 28.05.2009
Featured languages: SQL, C, C++, Pascal, PHP, CSS, JavaScript, HTML, XML and others
License: Feel free to modify this style and re-release it. This style is available under the terms of the GNU Free License.
Keep Notepad++ development active, donate!:
http://sourceforge.net/donate/index.php?group_id=95717
2009.05.28
https://notepad-plus-plus.org/donate/
-->
<NotepadPlus>
<LexerStyles>
@@ -31,6 +30,14 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="cpp" desc="C++" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="C0C0C0" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -49,9 +56,43 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="go" desc="Go" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="C0C0C0" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="00FFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="type1" />
<WordsStyle name="PREDECLARED IDENTIFIERS" styleID="19" fgColor="00FFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="instre2" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF8000" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="FFFF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="FF8080" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VERBATIM" styleID="13" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX" styleID="14" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="java" desc="Java" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="EDF8F9" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
@@ -67,6 +108,14 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="cs" desc="C#" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="EDF8F9" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -85,6 +134,46 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="raku" desc="Raku" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="FF80C0" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="COMMENT EMBED" styleID="3" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD" styleID="4" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="HEREDOC Q" styleID="6" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="HEREDOC QQ" styleID="7" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="8" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING Q" styleID="9" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRING QQ" styleID="10" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING Q_LANG" styleID="11" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING VAR" styleID="12" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="REGEX" styleID="13" fgColor="8080FF" bgColor="F8FEDE" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="REGEX VAR" styleID="14" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ADVERB" styleID="15" fgColor="C0C0C0" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="type5" />
<WordsStyle name="NUMBER" styleID="16" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="PREPROCESSOR" styleID="17" fgColor="C0C0C0" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="18" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="19" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="" fontSize="" keywordClass="instre1" />
<WordsStyle name="FUNCTION" styleID="20" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="" fontSize="" keywordClass="instre2" />
<WordsStyle name="IDENTIFIER" styleID="21" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<!-- TYPEDEF styling applies to type1..type4 lists from langs.xml, but only associated with type1 in stylers/themes -->
<WordsStyle name="TYPEDEF" styleID="22" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="" fontSize="" keywordClass="type1" />
<WordsStyle name="MU" styleID="23" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POSITIONAL" styleID="24" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="9" />
<WordsStyle name="ASSOCIATIVE" styleID="25" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="9" />
<WordsStyle name="CALLABLE" styleID="26" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="GRAMMAR" styleID="27" fgColor="C0C0C0" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CLASS" styleID="28" fgColor="C0C0C0" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="rc" desc="RC" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="EDF8F9" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -103,6 +192,14 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="tcl" desc="TCL" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="EDF8F9" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -144,12 +241,16 @@ http://sourceforge.net/donate/index.php?group_id=95717
</LexerType>
<LexerType name="sql" desc="SQL" ext="">
<WordsStyle name="KEYWORD" styleID="5" fgColor="00FFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="USER1" styleID="16" fgColor="00FFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="instre2" />
<WordsStyle name="KEYWORD2" styleID="19" fgColor="FF8080" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="type3" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF00FF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="FFFF80" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING2" styleID="7" fgColor="FFFF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FF8000" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="Q OPERATOR" styleID="24" fgColor="FFFF80" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="html" desc="HTML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
@@ -157,7 +258,7 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="NUMBER" styleID="5" fgColor="FF00FF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="FFFF00" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="FFFF80" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="FF8080" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -166,11 +267,20 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="CDATA" styleID="17" fgColor="C0C0C0" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VALUE" styleID="19" fgColor="00FFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ENTITY" styleID="10" fgColor="0080FF" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="USER TAGS 1" styleID="192" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER TAGS 2" styleID="193" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER TAGS 3" styleID="194" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER TAGS 4" styleID="195" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="196" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="197" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="198" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="199" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="php" desc="php" ext="">
<WordsStyle name="QUESTION MARK" styleID="18" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="118" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="119" fgColor="FFFF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMPLEX VARIABLE" styleID="104" fgColor="FFFF80" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING VARIABLE" styleID="126" fgColor="FFFF80" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SIMPLESTRING" styleID="120" fgColor="FFFF80" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="WORD" styleID="121" fgColor="00FFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
@@ -179,8 +289,16 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMENT" styleID="124" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENTLINE" styleID="125" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="OPERATOR" styleID="127" fgColor="C0C0C0" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PREDEFINED" styleID="213" fgColor="00FFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="FUNCS AND METHODS 1" styleID="214" fgColor="00FFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="FUNCS AND METHODS 2" styleID="215" fgColor="00FFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
<WordsStyle name="USER KEYWORDS 1" styleID="208" fgColor="00FFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="209" fgColor="00FFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="210" fgColor="00FFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="211" fgColor="00FFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="212" fgColor="00FFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
</LexerType>
<LexerType name="javascript" desc="JavaScript" ext="">
<LexerType name="javascript" desc="JavaScript (embedded)" ext="">
<WordsStyle name="DEFAULT" styleID="41" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="45" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="WORD" styleID="46" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -194,6 +312,30 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMENT" styleID="42" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENTLINE" styleID="43" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENTDOC" styleID="44" fgColor="772CB7" bgColor="070707" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="200" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="3" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="201" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="3" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="202" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="3" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="203" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="3" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="204" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="3" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="205" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="3" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="206" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="3" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="207" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="3" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="json" desc="JSON" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="1" fgColor="FF8000" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="2" fgColor="DCDCCC" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING EOL" styleID="3" fgColor="808080" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PROPERTY NAME" styleID="4" fgColor="8CD0D3" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ESCAPE SEQUENCE" styleID="5" fgColor="0000FF" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="LINE COMMENT" styleID="6" fgColor="008000" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BLOCK COMMENT" styleID="7" fgColor="008000" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="E3CEAB" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="URI" styleID="9" fgColor="FFFF80" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="asp" desc="asp" ext="asp">
<WordsStyle name="DEFAULT" styleID="81" fgColor="66FF00" bgColor="C4F9FD" fontName="" fontStyle="0" fontSize="" />
@@ -203,8 +345,16 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="STRING" styleID="85" fgColor="66FF00" bgColor="C4F9FD" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="87" fgColor="66FF00" bgColor="C4F9FD" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="86" fgColor="FFFFFF" bgColor="C4F9FD" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASPSYBOL" styleID="15" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ASPSYMBOL" styleID="15" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SCRIPTTYPE" styleID="16" fgColor="FFFFFF" bgColor="FFC000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="216" fgColor="FFCC00" bgColor="C4F9FD" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="217" fgColor="FFCC00" bgColor="C4F9FD" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="218" fgColor="FFCC00" bgColor="C4F9FD" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="219" fgColor="FFCC00" bgColor="C4F9FD" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="220" fgColor="FFCC00" bgColor="C4F9FD" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="221" fgColor="FFCC00" bgColor="C4F9FD" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="222" fgColor="FFCC00" bgColor="C4F9FD" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="223" fgColor="FFCC00" bgColor="C4F9FD" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="xml" desc="XML" ext="">
<WordsStyle name="XMLSTART" styleID="12" fgColor="00FF80" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -222,6 +372,14 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="C0C0C0" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CDATA" styleID="17" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ENTITY" styleID="10" fgColor="0080FF" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="192" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="193" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="194" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="195" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 5" styleID="196" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 6" styleID="197" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 7" styleID="198" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 8" styleID="199" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ini" desc="ini file" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -229,6 +387,7 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="SECTION" styleID="2" fgColor="66FF00" bgColor="070707" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ASSIGNMENT" styleID="3" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="DEFVAL" styleID="4" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEY" styleID="5" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
</LexerType>
<LexerType name="props" desc="Properties file" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -269,7 +428,7 @@ http://sourceforge.net/donate/index.php?group_id=95717
</LexerType>
<LexerType name="css" desc="CSS" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="FF6600" bgColor="000000" fontName="Batang" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CLASS" styleID="2" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PSEUDOCLASS" styleID="3" fgColor="FF8000" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="UNKNOWN_PSEUDOCLASS" styleID="4" fgColor="FF8080" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -281,6 +440,13 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="ID" styleID="10" fgColor="339999" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="IMPORTANT" styleID="11" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="DIRECTIVE" styleID="12" fgColor="339999" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLE STRING" styleID="13" fgColor="FFFF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLE STRING" styleID="14" fgColor="FF8080" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ATTRIBUTE" styleID="16" fgColor="800000" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PSEUDOELEMENT" styleID="18" fgColor="FF8000" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="type3" />
<WordsStyle name="LEGACY PSEUDOELEMENT" styleID="20" fgColor="FF8000" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="type5" />
<WordsStyle name="MEDIA" styleID="22" fgColor="339999" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="VARIABLE" styleID="23" fgColor="FF8000" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="pascal" desc="Pascal" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -296,26 +462,47 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
</LexerType>
<LexerType name="perl" desc="Perl" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="EDF8F9" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="REGEX" styleID="17" fgColor="8080FF" bgColor="F8FEDE" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="FF8000" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ARRAY" styleID="13" fgColor="CF34CF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HASH" styleID="14" fgColor="999966" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="PUNCTUATION" styleID="8" fgColor="EDF8F9" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="POD" styleID="3" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="FF80C0" bgColor="000000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="LONGQUOTE" styleID="19" fgColor="FF8000" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATASECTION" styleID="21" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGSUBST" styleID="18" fgColor="999966" bgColor="FFEEEC" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BACKTICKS" styleID="20" fgColor="FFFF00" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="FF8000" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="ARRAY" styleID="13" fgColor="CF34CF" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="HASH" styleID="14" fgColor="999966" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="PROTOTYPE" styleID="40" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING SINGLEQUOTE" styleID="7" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING DOUBLEQUOTE" styleID="6" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING BACKTICKS" styleID="20" fgColor="FFFF00" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING Q" styleID="26" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRING QQ" styleID="27" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QX" styleID="28" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QR" styleID="29" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QW" styleID="30" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX MATCH" styleID="17" fgColor="8080FF" bgColor="F8FEDE" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="REGEX SUBSTITUTION" styleID="18" fgColor="999966" bgColor="FFEEEC" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="TRANSLATION" styleID="44" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC DELIMITER" styleID="22" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="HEREDOC SINGLEQUOTE" styleID="23" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="HEREDOC DOUBLEQUOTE" styleID="24" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC BACKTICK" styleID="25" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VAR IN STRING" styleID="43" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX" styleID="54" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX SUBSTITUTION" styleID="55" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN BACKTICKS" styleID="57" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC DOUBLEQUOTE" styleID="61" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC BACKTICK" styleID="62" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QQ" styleID="64" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QX" styleID="65" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QR" styleID="66" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="FORMAT IDENTIFIER" styleID="41" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="FORMAT BODY" styleID="42" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATA SECTION" styleID="21" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD" styleID="3" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD VERBATIM" styleID="31" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="FF80C0" bgColor="000000" fontName="" fontStyle="" fontSize="" />
</LexerType>
<LexerType name="python" desc="Python" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -331,17 +518,23 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTBLOCK" styleID="12" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="12" fgColor="FFFF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BUILTINS" styleID="14" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="STRINGEOL" styleID="13" fgColor="FFFF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F STRING" styleID="16" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F CHARACTER" styleID="17" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F TRIPLE" styleID="18" fgColor="FF8000" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F TRIPLEDOUBLE" styleID="19" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="batch" desc="Batch" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="KEYWORDS" styleID="2" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="LABEL" styleID="3" fgColor="99CC99" bgColor="FFFF80" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="HIDE SYBOL" styleID="4" fgColor="FF00FF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HIDE SYMBOL" styleID="4" fgColor="FF00FF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMAND" styleID="5" fgColor="339999" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="FF8000" bgColor="FCFFF0" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="00CC00" bgColor="FFFF80" fontName="" fontStyle="2" fontSize="" />
</LexerType>
<LexerType name="lua" desc="Lua" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -358,6 +551,14 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="FUNC1" styleID="13" fgColor="0080C0" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="instre2" />
<WordsStyle name="FUNC2" styleID="14" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="type1" />
<WordsStyle name="FUNC3" styleID="15" fgColor="0000A0" bgColor="000000" fontName="" fontStyle="3" fontSize="" keywordClass="type2" />
<WordsStyle name="USER KEYWORD 1" styleID="16" fgColor="0000A0" bgColor="000000" fontName="" fontStyle="3" fontSize="" keywordClass="type3" />
<WordsStyle name="USER KEYWORD 2" styleID="17" fgColor="0000A0" bgColor="000000" fontName="" fontStyle="3" fontSize="" keywordClass="type4" />
<WordsStyle name="USER KEYWORD 3" styleID="18" fgColor="0000A0" bgColor="000000" fontName="" fontStyle="3" fontSize="" keywordClass="type5" />
<WordsStyle name="USER KEYWORD 4" styleID="19" fgColor="0000A0" bgColor="000000" fontName="" fontStyle="3" fontSize="" keywordClass="type6" />
<WordsStyle name="USER KEYWORDS 5" styleID="128" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 6" styleID="129" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 7" styleID="130" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 8" styleID="131" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
</LexerType>
<LexerType name="tex" desc="TeX" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -367,12 +568,29 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMAND" styleID="4" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TEXT" styleID="5" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="4" fontSize="" />
</LexerType>
<LexerType name="toml" desc="TOML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FF0000" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="69B45C" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="C0C0C0" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="3" fgColor="B76FFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF8000" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TABLE" styleID="5" fgColor="FED750" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEY" styleID="6" fgColor="8CC6FF" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ERROR" styleID="7" fgColor="FF0000" bgColor="000000" fontName="" fontStyle="4" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="C0C0C0" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING SQ" styleID="9" fgColor="CE9B9B" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING DQ" styleID="10" fgColor="CE9B9B" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING SQ" styleID="11" fgColor="CE9B9B" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING DQ" styleID="12" fgColor="CE9B9B" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ESCAPE CHAR" styleID="13" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATETIME" styleID="14" fgColor="A0FAC7" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
</LexerType>
<LexerType name="nsis" desc="NSIS" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRING DOUBLE QUOTE" styleID="2" fgColor="FFFF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING LEFT QUOTE" styleID="3" fgColor="FFFF80" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING RIGHT QUOTE" styleID="4" fgColor="FFFF80" bgColor="000000" fontName="" fontStyle="0" fontSize="">endfunction endif</WordsStyle>
<WordsStyle name="STRING RIGHT QUOTE" styleID="4" fgColor="FFFF80" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="FUNCTION" styleID="5" fgColor="00FFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="FF8000" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="LABEL" styleID="7" fgColor="FF00FF" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
@@ -405,6 +623,14 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="bash" desc="bash" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -421,6 +647,14 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="BACKTICKS" styleID="11" fgColor="804040" bgColor="E1FFF3" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="HERE DELIM" styleID="12" fgColor="FF6600" bgColor="FF0000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="HERE Q" styleID="13" fgColor="99CC99" bgColor="0000FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER SCALAR 1" styleID="132" fgColor="FF8040" bgColor="FFFFD9" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER SCALAR 2" styleID="133" fgColor="FF8040" bgColor="FFFFD9" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER SCALAR 3" styleID="134" fgColor="FF8040" bgColor="FFFFD9" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER SCALAR 4" styleID="135" fgColor="FF8040" bgColor="FFFFD9" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="fortran" desc="Fortran" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -530,10 +764,10 @@ http://sourceforge.net/donate/index.php?group_id=95717
<LexerType name="vhdl" desc="VHDL" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT LIne" styleID="2" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="NUMBER" styleID="3" fgColor="FF8000" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="4" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="5" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="1" fontSize="">True False</WordsStyle>
<WordsStyle name="OPERATOR" styleID="5" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="6" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING EOL" styleID="7" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION" styleID="8" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
@@ -571,8 +805,8 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="TAGNAME" styleID="2" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="3" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="BUILIN FUNC &amp; TYPE" styleID="4" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="TYPE" styleID="5" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="type1">if else for while</WordsStyle>
<WordsStyle name="LINENUM" styleID="6" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="">bool long int char</WordsStyle>
<WordsStyle name="TYPE" styleID="5" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="LINENUM" styleID="6" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="NUMBER" styleID="8" fgColor="FF8000" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="9" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -711,19 +945,35 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="HEARDER" styleID="1" fgColor="9933CC" bgColor="D5FFD5" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="NUMBER" styleID="2" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HIT WORD" styleID="3" fgColor="99CC99" bgColor="FFFF80" fontName="" fontStyle="4" fontSize="" />
<WordsStyle name="KEYWORD1" styleID="4" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="instre2">if else for while</WordsStyle>
<WordsStyle name="KEYWORD2" styleID="5" fgColor="339999" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="type1">bool long int char</WordsStyle>
<WordsStyle name="KEYWORD1" styleID="4" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="instre2" />
<WordsStyle name="KEYWORD2" styleID="5" fgColor="339999" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
</LexerType>
<LexerType name="yaml" desc="YAML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="000080" bgColor="FFFFFF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="008000" bgColor="FFFFFF" fontName="Comic Sans MS" fontStyle="0" fontSize="8" />
<WordsStyle name="INSTRUCTION WORD" styleID="3" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF8040" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REFERENCE" styleID="5" fgColor="804000" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="">if else for while</WordsStyle>
<WordsStyle name="DOCUMENT" styleID="6" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="">bool long int char</WordsStyle>
<WordsStyle name="TEXT" styleID="7" fgColor="808080" bgColor="FFFFFF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ERROR" styleID="8" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="3" fgColor="00FFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REFERENCE" styleID="5" fgColor="EDF8F9" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOCUMENT" styleID="6" fgColor="00FFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEXT" styleID="7" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ERROR" styleID="8" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="registry" desc="registry" ext="">
<WordsStyle name="DEFAULT STYLE" styleID="32" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VALUE NAME" styleID="2" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="3" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEX DIGIT" styleID="4" fgColor="FF8000" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VALUE TYPE" styleID="5" fgColor="FFFF80" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ADDED KEY" styleID="6" fgColor="99CC99" bgColor="08130D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="REMOVED KEY" styleID="7" fgColor="CFBFAF" bgColor="180D13" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ESCAPED CHARACTERS IN STRINGS" styleID="8" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="GUID IN KEY PATH" styleID="9" fgColor="80FFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="GUID IN STRING" styleID="10" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="PARAMETER" styleID="11" fgColor="C0C0C0" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATORS" styleID="12" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
</LexerType>
</LexerStyles>
<GlobalStyles>
@@ -733,22 +983,54 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="C0C0C0" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="FF0000" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="333333" fgColor="0080C0" fontSize="" fontStyle="0" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="333333" />
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
<WidgetStyle name="Selected text colour" styleID="0" bgColor="6699CC" fgColor="CC0000" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FFFFFF" bgColor="253B76" fontStyle="0" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="80FFFF" bgColor="112435" fontSize="" fontStyle="0" />
<WidgetStyle name="Multi-selected text color" styleID="0" bgColor="6699CC" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FFFFFF" />
<WidgetStyle name="Multi-edit carets color" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="80FFFF" />
<WidgetStyle name="Line number margin" styleID="33" fgColor="C0C0C0" bgColor="333333" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Fold" styleID="0" fgColor="6A6A6A" bgColor="333333" fontSize="8" fontStyle="0" />
<WidgetStyle name="Fold margin" styleID="0" fgColor="1A1A1A" bgColor="1A1A1A" fontSize="8" fontStyle="0" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="FF8080" bgColor="EEEEEC" fontSize="" fontStyle="0" />
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="80FF00" fgColor="555753" />
<WidgetStyle name="Find Mark Style" styleID="31" fgColor="FFFF00" bgColor="FF0000" fontName="" fontStyle="1" fontSize="" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="FF8000" fgColor="555753" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="0080FF" fgColor="FCAF3E" />
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="333333" />
<WidgetStyle name="Change History margin" styleID="0" bgColor="333333" />
<WidgetStyle name="Change History modified" styleID="0" fgColor="FF8000" bgColor="FF8000" />
<WidgetStyle name="Change History revert modified" styleID="0" fgColor="A0C000" bgColor="A0C000" />
<WidgetStyle name="Change History revert origin" styleID="0" fgColor="40A0BF" bgColor="40A0BF" />
<WidgetStyle name="Change History saved" styleID="0" fgColor="00A000" bgColor="00A000" />
<WidgetStyle name="Fold" styleID="0" fgColor="6A6A6A" bgColor="333333" />
<WidgetStyle name="Fold active" styleID="0" fgColor="6A6A6A" />
<WidgetStyle name="Fold margin" styleID="0" fgColor="1A1A1A" bgColor="1A1A1A" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="FF8080" />
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="80FF00" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" />
<WidgetStyle name="Find status: Not found" styleID="0" fgColor="FF0000" />
<WidgetStyle name="Find status: Message" styleID="0" fgColor="0000FF" />
<WidgetStyle name="Find status: Search end reached" styleID="0" fgColor="008000" />
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" />
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" />
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" />
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" />
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="FF8000" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="0080FF" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="808080" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" bgColor="FF8000" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="FFFF00" />
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" bgColor="8000FF" fontSize="10" fontStyle="0" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" />
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" />
<WidgetStyle name="Tab color 1" styleID="0" bgColor="F3F0CB" />
<WidgetStyle name="Tab color 2" styleID="0" bgColor="DBF3CB" />
<WidgetStyle name="Tab color 3" styleID="0" bgColor="CBDBF3" />
<WidgetStyle name="Tab color 4" styleID="0" bgColor="F3DBCB" />
<WidgetStyle name="Tab color 5" styleID="0" bgColor="F3CBEE" />
<WidgetStyle name="Tab color dark mode 1" styleID="0" bgColor="807848" />
<WidgetStyle name="Tab color dark mode 2" styleID="0" bgColor="568048" />
<WidgetStyle name="Tab color dark mode 3" styleID="0" bgColor="507094" />
<WidgetStyle name="Tab color dark mode 4" styleID="0" bgColor="804849" />
<WidgetStyle name="Tab color dark mode 5" styleID="0" bgColor="754880" />
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="FF8000" bgColor="FFFFFF" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
<WidgetStyle name="Non-printing characters custom color" styleID="0" fgColor="FF8080" />
</GlobalStyles>
</NotepadPlus>

View File

@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="Windows-1252" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Theme name : Hello Kitty
This theme is not complete. If you enhance it, please send it back to me :
<don.h@free.fr>
so your enhanced file can be included in Notepad++ future release.
-->
2023-09-30: update Perl support.
-->
<NotepadPlus>
<LexerStyles>
<LexerType name="actionscript" desc="ActionScript" ext="">
@@ -25,6 +26,14 @@ so your enhanced file can be included in Notepad++ future release.
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="008080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="008080" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="008080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ada" desc="ADA" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
@@ -48,8 +57,16 @@ so your enhanced file can be included in Notepad++ future release.
<WordsStyle name="STRING" styleID="85" fgColor="808080" bgColor="C4F9FD" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="87" fgColor="808080" bgColor="C4F9FD" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="86" fgColor="000000" bgColor="C4F9FD" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASPSYBOL" styleID="15" fgColor="000000" bgColor="FFFF00" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ASPSYMBOL" styleID="15" fgColor="000000" bgColor="FFFF00" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SCRIPTTYPE" styleID="16" fgColor="000000" bgColor="FFC000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="216" fgColor="000080" bgColor="C4F9FD" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="217" fgColor="000080" bgColor="C4F9FD" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="218" fgColor="000080" bgColor="C4F9FD" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="219" fgColor="000080" bgColor="C4F9FD" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="220" fgColor="000080" bgColor="C4F9FD" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="221" fgColor="000080" bgColor="C4F9FD" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="222" fgColor="000080" bgColor="C4F9FD" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="223" fgColor="000080" bgColor="C4F9FD" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="asm" desc="Assembly" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
@@ -100,16 +117,25 @@ so your enhanced file can be included in Notepad++ future release.
<WordsStyle name="BACKTICKS" styleID="11" fgColor="804040" bgColor="E1FFF3" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="HERE DELIM" styleID="12" fgColor="0000FF" bgColor="FF0000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="HERE Q" styleID="13" fgColor="FF0000" bgColor="0000FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER SCALAR 1" styleID="132" fgColor="FF8040" bgColor="FFFFD9" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER SCALAR 2" styleID="133" fgColor="FF8040" bgColor="FFFFD9" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER SCALAR 3" styleID="134" fgColor="FF8040" bgColor="FFFFD9" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER SCALAR 4" styleID="135" fgColor="FF8040" bgColor="FFFFD9" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="batch" desc="Batch" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="008000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORDS" styleID="2" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="LABEL" styleID="3" fgColor="FF0000" bgColor="FFFF80" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="HIDE SYBOL" styleID="4" fgColor="FF00FF" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HIDE SYMBOL" styleID="4" fgColor="FF00FF" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMAND" styleID="5" fgColor="0080FF" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="FF8000" bgColor="FCFFF0" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="008000" bgColor="FFFF80" fontName="" fontStyle="1" fontSize="" />
</LexerType>
<LexerType name="c" desc="C" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="804000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
@@ -128,6 +154,14 @@ so your enhanced file can be included in Notepad++ future release.
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="008080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="008080" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="008080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="cpp" desc="C++" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="804000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
@@ -146,6 +180,14 @@ so your enhanced file can be included in Notepad++ future release.
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="008080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="008080" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="008080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="cs" desc="C#" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="804000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
@@ -164,6 +206,14 @@ so your enhanced file can be included in Notepad++ future release.
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="008080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="008080" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="008080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="caml" desc="Caml" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
@@ -201,7 +251,7 @@ so your enhanced file can be included in Notepad++ future release.
</LexerType>
<LexerType name="css" desc="CSS" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="0000FF" bgColor="FFB0FF" fontName="Batang" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CLASS" styleID="2" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PSEUDOCLASS" styleID="3" fgColor="FF8000" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="UNKNOWN_PSEUDOCLASS" styleID="4" fgColor="FF8080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
@@ -260,6 +310,33 @@ so your enhanced file can be included in Notepad++ future release.
<WordsStyle name="LABEL" styleID="13" fgColor="FFFFFF" bgColor="FF80FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="008000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="go" desc="Go" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="804000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="8000FF" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="PREDECLARED IDENTIFIERS" styleID="19" fgColor="800080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF8000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="000080" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="VERBATIM" styleID="13" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX" styleID="14" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="008000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="008000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="008080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="008080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="008080" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="008080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="haskell" desc="Haskell" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="1" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
@@ -285,7 +362,7 @@ so your enhanced file can be included in Notepad++ future release.
<WordsStyle name="NUMBER" styleID="5" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="8000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="8000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
@@ -294,11 +371,19 @@ so your enhanced file can be included in Notepad++ future release.
<WordsStyle name="CDATA" styleID="17" fgColor="FF8000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VALUE" styleID="19" fgColor="FF8000" bgColor="FEFDE0" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ENTITY" styleID="10" fgColor="000000" bgColor="FEFDE0" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="USER TAGS 1" styleID="192" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER TAGS 2" styleID="193" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER TAGS 3" styleID="194" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER TAGS 4" styleID="195" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="196" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="197" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="198" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="199" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ini" desc="ini file" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="008000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SECTION" styleID="2" fgColor="8000FF" bgColor="F2F4FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SECTION" styleID="2" fgColor="8000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ASSIGNMENT" styleID="3" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="DEFVAL" styleID="4" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
</LexerType>
@@ -318,7 +403,6 @@ so your enhanced file can be included in Notepad++ future release.
<WordsStyle name="IDENTIFIER" styleID="12" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="java" desc="Java" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="804000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="8000FF" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
@@ -334,21 +418,53 @@ so your enhanced file can be included in Notepad++ future release.
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="008080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="008080" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="008080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="javascript" desc="JavaScript" ext="">
<WordsStyle name="DEFAULT" styleID="41" fgColor="000000" bgColor="F2F4FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="45" fgColor="FF0000" bgColor="F2F4FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="WORD" styleID="46" fgColor="000000" bgColor="F2F4FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="47" fgColor="000080" bgColor="F2F4FF" fontName="" fontStyle="3" fontSize="" keywordClass="instre1" />
<WordsStyle name="STRINGRAW" styleID="20" fgColor="808080" bgColor="F2F4FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="48" fgColor="808080" bgColor="F2F4FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="49" fgColor="808080" bgColor="F2F4FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SYMBOLS" styleID="50" fgColor="000000" bgColor="F2F4FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="51" fgColor="808080" bgColor="F2F4FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="REGEX" styleID="52" fgColor="8000FF" bgColor="F2F4FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="42" fgColor="008000" bgColor="F2F4FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTLINE" styleID="43" fgColor="008000" bgColor="F2F4FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTDOC" styleID="44" fgColor="008080" bgColor="F2F4FF" fontName="" fontStyle="0" fontSize="" />
<LexerType name="javascript" desc="JavaScript (embedded)" ext="">
<WordsStyle name="DEFAULT" styleID="41" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="45" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="WORD" styleID="46" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="47" fgColor="000080" bgColor="FFB0FF" fontName="" fontStyle="3" fontSize="" keywordClass="instre1" />
<WordsStyle name="STRINGRAW" styleID="20" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="48" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="49" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SYMBOLS" styleID="50" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="51" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="REGEX" styleID="52" fgColor="8000FF" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="42" fgColor="008000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTLINE" styleID="43" fgColor="008000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTDOC" styleID="44" fgColor="008080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="200" fgColor="000080" bgColor="FFB0FF" fontName="" fontStyle="3" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="201" fgColor="000080" bgColor="FFB0FF" fontName="" fontStyle="3" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="202" fgColor="000080" bgColor="FFB0FF" fontName="" fontStyle="3" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="203" fgColor="000080" bgColor="FFB0FF" fontName="" fontStyle="3" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="204" fgColor="000080" bgColor="FFB0FF" fontName="" fontStyle="3" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="205" fgColor="000080" bgColor="FFB0FF" fontName="" fontStyle="3" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="206" fgColor="000080" bgColor="FFB0FF" fontName="" fontStyle="3" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="207" fgColor="000080" bgColor="FFB0FF" fontName="" fontStyle="3" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="json" desc="JSON" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="1" fgColor="FF8000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="2" fgColor="800000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING EOL" styleID="3" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PROPERTY NAME" styleID="4" fgColor="8000FF" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ESCAPE SEQUENCE" styleID="5" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="LINE COMMENT" styleID="6" fgColor="008000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BLOCK COMMENT" styleID="7" fgColor="008000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="URI" styleID="9" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/>
<WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="kix" desc="KiXtart" ext="">
<!--
@@ -393,6 +509,14 @@ so your enhanced file can be included in Notepad++ future release.
<WordsStyle name="FUNC1" styleID="13" fgColor="0080C0" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="instre2" />
<WordsStyle name="FUNC2" styleID="14" fgColor="8000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="type1" />
<WordsStyle name="FUNC3" styleID="15" fgColor="0000A0" bgColor="FFB0FF" fontName="" fontStyle="3" fontSize="" keywordClass="type2" />
<WordsStyle name="USER KEYWORD 1" styleID="16" fgColor="0000A0" bgColor="FFB0FF" fontName="" fontStyle="3" fontSize="" keywordClass="type3" />
<WordsStyle name="USER KEYWORD 2" styleID="17" fgColor="0000A0" bgColor="FFB0FF" fontName="" fontStyle="3" fontSize="" keywordClass="type4" />
<WordsStyle name="USER KEYWORD 3" styleID="18" fgColor="0000A0" bgColor="FFB0FF" fontName="" fontStyle="3" fontSize="" keywordClass="type5" />
<WordsStyle name="USER KEYWORD 4" styleID="19" fgColor="0000A0" bgColor="FFB0FF" fontName="" fontStyle="3" fontSize="" keywordClass="type6" />
<WordsStyle name="USER KEYWORDS 5" styleID="128" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 6" styleID="129" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 7" styleID="130" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 8" styleID="131" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
</LexerType>
<LexerType name="makefile" desc="Makefile" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
@@ -469,26 +593,47 @@ so your enhanced file can be included in Notepad++ future release.
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="008080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="perl" desc="Perl" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="804000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="000080" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="REGEX" styleID="17" fgColor="8080FF" bgColor="F8FEDE" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="008000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="FF8000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ARRAY" styleID="13" fgColor="CF34CF" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HASH" styleID="14" fgColor="8080C0" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="PUNCTUATION" styleID="8" fgColor="804000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="POD" styleID="3" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="FF80C0" bgColor="FFB0FF" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="LONGQUOTE" styleID="19" fgColor="FF8000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATASECTION" styleID="21" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGSUBST" styleID="18" fgColor="8080C0" bgColor="FFEEEC" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BACKTICKS" styleID="20" fgColor="FFFF00" bgColor="808080" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="000080" bgColor="FFB0FF" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="FF8000" bgColor="FFB0FF" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="ARRAY" styleID="13" fgColor="CF34CF" bgColor="FFB0FF" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="HASH" styleID="14" fgColor="8080C0" bgColor="FFB0FF" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="PROTOTYPE" styleID="40" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="008000" bgColor="FFB0FF" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING SINGLEQUOTE" styleID="7" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING DOUBLEQUOTE" styleID="6" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING BACKTICKS" styleID="20" fgColor="FFFF00" bgColor="808080" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING Q" styleID="26" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRING QQ" styleID="27" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QX" styleID="28" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QR" styleID="29" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QW" styleID="30" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX MATCH" styleID="17" fgColor="8080FF" bgColor="F8FEDE" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="REGEX SUBSTITUTION" styleID="18" fgColor="8080C0" bgColor="FFEEEC" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="TRANSLATION" styleID="44" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC DELIMITER" styleID="22" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="HEREDOC SINGLEQUOTE" styleID="23" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="HEREDOC DOUBLEQUOTE" styleID="24" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC BACKTICK" styleID="25" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VAR IN STRING" styleID="43" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX" styleID="54" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX SUBSTITUTION" styleID="55" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN BACKTICKS" styleID="57" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC DOUBLEQUOTE" styleID="61" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC BACKTICK" styleID="62" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QQ" styleID="64" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QX" styleID="65" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QR" styleID="66" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="FORMAT IDENTIFIER" styleID="41" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="FORMAT BODY" styleID="42" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATA SECTION" styleID="21" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD" styleID="3" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD VERBATIM" styleID="31" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="FF80C0" bgColor="FFB0FF" fontName="" fontStyle="" fontSize="" />
</LexerType>
<LexerType name="php" desc="php" ext="">
<WordsStyle name="QUESTION MARK" styleID="18" fgColor="FF0000" bgColor="FDF8E3" fontName="" fontStyle="0" fontSize="" />
@@ -502,6 +647,14 @@ so your enhanced file can be included in Notepad++ future release.
<WordsStyle name="COMMENT" styleID="124" fgColor="008000" bgColor="FEFCF5" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTLINE" styleID="125" fgColor="008000" bgColor="FEFCF5" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="127" fgColor="8000FF" bgColor="FEFCF5" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PREDEFINED" styleID="213" fgColor="0000FF" bgColor="FEFCF5" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="FUNCS AND METHODS 1" styleID="214" fgColor="0000FF" bgColor="FEFCF5" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="FUNCS AND METHODS 2" styleID="215" fgColor="0000FF" bgColor="FEFCF5" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
<WordsStyle name="USER KEYWORDS 1" styleID="208" fgColor="0000FF" bgColor="FEFCF5" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="209" fgColor="0000FF" bgColor="FEFCF5" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="210" fgColor="0000FF" bgColor="FEFCF5" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="211" fgColor="0000FF" bgColor="FEFCF5" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="212" fgColor="0000FF" bgColor="FEFCF5" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
</LexerType>
<LexerType name="postscript" desc="Postscript" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
@@ -524,7 +677,7 @@ so your enhanced file can be included in Notepad++ future release.
<LexerType name="props" desc="Properties file" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="008000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SECTION" styleID="2" fgColor="8000FF" bgColor="F2F4FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SECTION" styleID="2" fgColor="8000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ASSIGNMENT" styleID="3" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="DEFVAL" styleID="4" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
</LexerType>
@@ -542,7 +695,44 @@ so your enhanced file can be included in Notepad++ future release.
<WordsStyle name="OPERATOR" styleID="10" fgColor="000080" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTBLOCK" styleID="12" fgColor="008000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="12" fgColor="FFFF00" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="13" fgColor="FFFF00" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BUILTINS" styleID="14" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="F STRING" styleID="16" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F CHARACTER" styleID="17" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F TRIPLE" styleID="18" fgColor="FF8000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F TRIPLEDOUBLE" styleID="19" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="raku" desc="Raku" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="FF80C0" bgColor="FFB0FF" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="008000" bgColor="FFB0FF" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="COMMENT EMBED" styleID="3" fgColor="008000" bgColor="FFB0FF" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD" styleID="4" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="HEREDOC Q" styleID="6" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="HEREDOC QQ" styleID="7" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="8" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING Q" styleID="9" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRING QQ" styleID="10" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING Q_LANG" styleID="11" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING VAR" styleID="12" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="REGEX" styleID="13" fgColor="8080FF" bgColor="F8FEDE" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="REGEX VAR" styleID="14" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ADVERB" styleID="15" fgColor="804000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" keywordClass="type5" />
<WordsStyle name="NUMBER" styleID="16" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="PREPROCESSOR" styleID="17" fgColor="804000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="18" fgColor="000080" bgColor="FFB0FF" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="19" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="" fontSize="" keywordClass="instre1" />
<WordsStyle name="FUNCTION" styleID="20" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="" fontSize="" keywordClass="instre2" />
<WordsStyle name="IDENTIFIER" styleID="21" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<!-- TYPEDEF styling applies to type1..type4 lists from langs.xml, but only associated with type1 in stylers/themes -->
<WordsStyle name="TYPEDEF" styleID="22" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="" fontSize="" keywordClass="type1" />
<WordsStyle name="MU" styleID="23" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POSITIONAL" styleID="24" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASSOCIATIVE" styleID="25" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CALLABLE" styleID="26" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="GRAMMAR" styleID="27" fgColor="804000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CLASS" styleID="28" fgColor="804000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="rc" desc="RC" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="804000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
@@ -561,6 +751,14 @@ so your enhanced file can be included in Notepad++ future release.
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="008080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="008080" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="008080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ruby" desc="Ruby" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
@@ -606,12 +804,16 @@ so your enhanced file can be included in Notepad++ future release.
</LexerType>
<LexerType name="sql" desc="SQL" ext="">
<WordsStyle name="KEYWORD" styleID="5" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="USER1" styleID="16" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="instre2" />
<WordsStyle name="KEYWORD2" styleID="19" fgColor="600080" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="type3" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF8000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING2" styleID="7" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="000080" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="008000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="008000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="008000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="Q OPERATOR" styleID="24" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="tcl" desc="TCL" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="804000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
@@ -639,6 +841,23 @@ so your enhanced file can be included in Notepad++ future release.
<WordsStyle name="COMMAND" styleID="4" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TEXT" styleID="5" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="toml" desc="TOML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="008000" bgColor="FFB0FF" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="3" fgColor="8000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TABLE" styleID="5" fgColor="804000" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEY" styleID="6" fgColor="0000FF" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ERROR" styleID="7" fgColor="FFFF80" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" colorStyle="3" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="808000" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING SQ" styleID="9" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING DQ" styleID="10" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING SQ" styleID="11" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING DQ" styleID="12" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ESCAPE CHAR" styleID="13" fgColor="8080FF" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATETIME" styleID="14" fgColor="FF8040" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
</LexerType>
<LexerType name="vb" desc="VB / VBS" ext="">
<WordsStyle name="DEFAULT" styleID="7" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="008000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
@@ -662,7 +881,7 @@ so your enhanced file can be included in Notepad++ future release.
<WordsStyle name="COMMENT" styleID="1" fgColor="008000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="008000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE BANG" styleID="3" fgColor="008080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING EOL" styleID="12" fgColor="808080" bgColor="F2F4FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING EOL" styleID="12" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="USER" styleID="19" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="vhdl" desc="VHDL" ext="">
@@ -700,6 +919,14 @@ so your enhanced file can be included in Notepad++ future release.
<WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="000000" bgColor="A6CAF0" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CDATA" styleID="17" fgColor="FF8000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ENTITY" styleID="10" fgColor="000000" bgColor="FEFDE0" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="192" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="193" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="194" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="195" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 5" styleID="196" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 6" styleID="197" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 7" styleID="198" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 8" styleID="199" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="yaml" desc="YAML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
@@ -728,27 +955,53 @@ so your enhanced file can be included in Notepad++ future release.
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="C0C0C0" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="12" />
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="800000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="FF80C0" fgColor="0080C0" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="FF80C0" />
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
<WidgetStyle name="Selected text colour" styleID="0" bgColor="FFD5FF" fgColor="CC0000" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FFFFFF" bgColor="372017" fontStyle="0" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="80FFFF" bgColor="112435" fontSize="" fontStyle="0" />
<WidgetStyle name="Multi-selected text color" styleID="0" bgColor="FFD5FF" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FFFFFF" />
<WidgetStyle name="Multi-edit carets color" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="80FFFF" />
<WidgetStyle name="Line number margin" styleID="33" fgColor="FFFFFF" bgColor="FF80FF" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Fold" styleID="0" fgColor="FFFFFF" bgColor="FF80C0" fontSize="8" fontStyle="0" />
<WidgetStyle name="Fold margin" styleID="0" fgColor="FF80C0" bgColor="FF80C0" fontSize="8" fontStyle="0" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="FFB56A" bgColor="EEEEEC" />
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="00FF00" fgColor="555753" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" fgColor="FCAF3E" />
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="FF80FF" />
<WidgetStyle name="Change History margin" styleID="0" bgColor="FF80FF" />
<WidgetStyle name="Change History modified" styleID="0" fgColor="FF8000" bgColor="FF8000" />
<WidgetStyle name="Change History revert modified" styleID="0" fgColor="A0C000" bgColor="A0C000" />
<WidgetStyle name="Change History revert origin" styleID="0" fgColor="40A0BF" bgColor="40A0BF" />
<WidgetStyle name="Change History saved" styleID="0" fgColor="00A000" bgColor="00A000" />
<WidgetStyle name="Fold" styleID="0" fgColor="FFFFFF" bgColor="FF80C0" />
<WidgetStyle name="Fold active" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Fold margin" styleID="0" fgColor="FF80C0" bgColor="FF80C0" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="FFB56A" />
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="00FF00" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" />
<WidgetStyle name="Find status: Not found" styleID="0" fgColor="FF0000" />
<WidgetStyle name="Find status: Message" styleID="0" fgColor="0000FF" />
<WidgetStyle name="Find status: Search end reached" styleID="0" fgColor="008000" />
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" />
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" />
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" />
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" />
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" fgColor="FAAA3C" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" fgColor="FFCAB0" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" fgColor="000000" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" fgColor="8080C0" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" bgColor="FF0000" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="80FF00" />
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" />
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" />
<WidgetStyle name="Tab color 1" styleID="0" bgColor="F3F0CB" />
<WidgetStyle name="Tab color 2" styleID="0" bgColor="DBF3CB" />
<WidgetStyle name="Tab color 3" styleID="0" bgColor="CBDBF3" />
<WidgetStyle name="Tab color 4" styleID="0" bgColor="F3DBCB" />
<WidgetStyle name="Tab color 5" styleID="0" bgColor="F3CBEE" />
<WidgetStyle name="Tab color dark mode 1" styleID="0" bgColor="807848" />
<WidgetStyle name="Tab color dark mode 2" styleID="0" bgColor="568048" />
<WidgetStyle name="Tab color dark mode 3" styleID="0" bgColor="507094" />
<WidgetStyle name="Tab color dark mode 4" styleID="0" bgColor="804849" />
<WidgetStyle name="Tab color dark mode 5" styleID="0" bgColor="754880" />
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="000000" bgColor="FFB0FF" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
</GlobalStyles>
</NotepadPlus>

View File

@@ -1,18 +1,19 @@
<?xml version="1.0" encoding="Windows-1252" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<!--//
File Name: HotFudgeSundae.xml
Style Name: HotFudgeSundae
Description: HotFudgeSundae theme for Notepad++.
Hues from photographs of hot fudge sundaes.
Hot fudge, some ice cream peeking out, drizzled with
caramel, nuts, and sprinkles with a cherry on top.
Supported languages: All the languages supported by release 6.7.4
caramel, nuts, and sprinkles with a cherry on top.
Supported languages: All the languages supported by release 6.7.4
Created by: Paul Neubauer (PaulRNeubauer at gmail dot com)
Released: 4/17/2012
Last Modified: 2/20/2015
Improved contrast in comments.
Added support for CoffeeScript.
License: Feel free to modify this theme.
2023-09-30: update Perl support.
License: Feel free to modify this theme.
This theme is available under the terms of the Creative Commons
Attribution 3.0 Unported License. You are free to to copy,
distribute and transmit the work, to adapt the work, or to make
@@ -20,7 +21,7 @@ License: Feel free to modify this theme.
attribute the work in the manner specified by the author or
licensor (but not in any way that suggests that they endorse you
or your use of the work). See
http://creativecommons.org/licenses/by/3.0/
http://creativecommons.org/licenses/by/3.0/
for a legal description of the license terms. Briefly, this
means: please note in derivatives of this theme, that they are
based on my work. Of course, if you are using this file as no
@@ -55,6 +56,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="FF00FF" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ada" desc="ADA" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
@@ -93,8 +102,16 @@ Installation:
<WordsStyle name="WORD" styleID="84" fgColor="4AD231" bgColor="352319" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="STRING" styleID="85" fgColor="BCBB80" bgColor="352319" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="86" fgColor="CFBA28" bgColor="352319" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASPSYBOL" styleID="15" fgColor="C11418" bgColor="9A7E13" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ASPSYMBOL" styleID="15" fgColor="C11418" bgColor="9A7E13" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SCRIPTTYPE" styleID="16" fgColor="D92B10" bgColor="352319" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="216" fgColor="4AD231" bgColor="352319" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="217" fgColor="4AD231" bgColor="352319" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="218" fgColor="4AD231" bgColor="352319" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="219" fgColor="4AD231" bgColor="352319" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="220" fgColor="4AD231" bgColor="352319" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="221" fgColor="4AD231" bgColor="352319" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="222" fgColor="4AD231" bgColor="352319" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="223" fgColor="4AD231" bgColor="352319" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="autoit" desc="autoIt" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
@@ -128,22 +145,31 @@ Installation:
<WordsStyle name="BACKTICKS" styleID="11" fgColor="98AE66" bgColor="602F1A" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE DELIM" styleID="12" fgColor="C11418" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE Q" styleID="13" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER SCALAR 1" styleID="132" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER SCALAR 2" styleID="133" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER SCALAR 3" styleID="134" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER SCALAR 4" styleID="135" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="batch" desc="Batch" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="KEYWORDS" styleID="2" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="LABEL" styleID="3" fgColor="0088CE" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HIDE SYBOL" styleID="4" fgColor="D6C479" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HIDE SYMBOL" styleID="4" fgColor="D6C479" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMAND" styleID="5" fgColor="D92B10" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="CFBA28" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="D6C479" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
</LexerType>
<LexerType name="c" desc="C" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="C11418" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="instre1">ooooo</WordsStyle>
<WordsStyle name="TYPEWORD" styleID="16" fgColor="CFBA28" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="CFBA28" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="AFA7D6" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
@@ -156,6 +182,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="FF00FF" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="caml" desc="Caml" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
@@ -247,6 +281,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="FF00FF" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="cs" desc="C#" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="C11418" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
@@ -265,6 +307,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="FF00FF" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="css" desc="CSS" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
@@ -350,6 +400,33 @@ Installation:
<WordsStyle name="LABEL" styleID="13" fgColor="D92B10" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="FF00FF" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="go" desc="Go" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="C11418" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="CFBA28" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="PREDECLARED IDENTIFIERS" styleID="19" fgColor="CFBACF" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="NUMBER" styleID="4" fgColor="AFA7D6" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="D6C479" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VERBATIM" styleID="13" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX" styleID="14" fgColor="0088CE" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="FF00FF" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="gui4cli" desc="GUI4CLI" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="1" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
@@ -387,7 +464,7 @@ Installation:
<WordsStyle name="NUMBER" styleID="5" fgColor="FF00FF" bgColor="2B0F01" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="0088CE" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="0088CE" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="0088CE" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="FF00FF" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
@@ -396,6 +473,14 @@ Installation:
<WordsStyle name="CDATA" styleID="17" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VALUE" styleID="19" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ENTITY" styleID="10" fgColor="7578DB" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="USER TAGS 1" styleID="192" fgColor="0088CE" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER TAGS 2" styleID="193" fgColor="0088CE" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER TAGS 3" styleID="194" fgColor="0088CE" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER TAGS 4" styleID="195" fgColor="0088CE" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="196" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="197" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="198" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="199" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ini" desc="ini file" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
@@ -420,7 +505,6 @@ Installation:
<WordsStyle name="IDENTIFIER" styleID="12" fgColor="CFBA28" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="java" desc="Java" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="C11418" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="CFBA28" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
@@ -436,8 +520,16 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="0088CE" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="FF00FF" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="javascript" desc="JavaScript" ext="">
<LexerType name="javascript" desc="JavaScript (embedded)" ext="">
<WordsStyle name="DEFAULT" styleID="41" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="45" fgColor="AFA7D6" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="WORD" styleID="46" fgColor="CFBA28" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
@@ -453,7 +545,31 @@ Installation:
<WordsStyle name="COMMENTDOC" styleID="44" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="0088CE" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="">param @projectDescription projectDescription @param</WordsStyle>
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="FF00FF" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="200" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="201" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="202" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="203" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="204" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="205" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="206" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="207" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="json" desc="JSON" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="1" fgColor="FF8000" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="2" fgColor="DCDCCC" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING EOL" styleID="3" fgColor="808080" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PROPERTY NAME" styleID="4" fgColor="8CD0D3" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ESCAPE SEQUENCE" styleID="5" fgColor="0000FF" bgColor="2B0F01" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="LINE COMMENT" styleID="6" fgColor="008000" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BLOCK COMMENT" styleID="7" fgColor="008000" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="E3CEAB" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="URI" styleID="9" fgColor="FFFF80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="2B0F01" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="2B0F01" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/>
<WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="kix" desc="KiXtart" ext="">
<WordsStyle name="DEFAULT" styleID="31" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
@@ -495,6 +611,14 @@ Installation:
<WordsStyle name="FUNC1" styleID="13" fgColor="D92B10" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="FUNC2" styleID="14" fgColor="CFBA28" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="FUNC3" styleID="15" fgColor="7578DB" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="type2" />
<WordsStyle name="USER KEYWORD 1" styleID="16" fgColor="7578DB" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="type3" />
<WordsStyle name="USER KEYWORD 2" styleID="17" fgColor="7578DB" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="type4" />
<WordsStyle name="USER KEYWORD 3" styleID="18" fgColor="7578DB" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="type5" />
<WordsStyle name="USER KEYWORD 4" styleID="19" fgColor="7578DB" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="type6" />
<WordsStyle name="USER KEYWORDS 5" styleID="128" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 6" styleID="129" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 7" styleID="130" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 8" styleID="131" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
</LexerType>
<LexerType name="makefile" desc="Makefile" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
@@ -577,39 +701,47 @@ Installation:
<WordsStyle name="ASM" styleID="14" fgColor="0088CE" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="perl" desc="Perl" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="C11418" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="AFA7D6" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="">True False</WordsStyle>
<WordsStyle name="OPERATOR" styleID="10" fgColor="D6C479" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX" styleID="17" fgColor="0088CE" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGSUBST" styleID="18" fgColor="0088CE" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="AFA7D6" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="D6C479" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="CFBA28" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="CFBA28" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ARRAY" styleID="13" fgColor="CFBA28" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HASH" styleID="14" fgColor="CFBA28" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="CFBA28" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PUNCTUATION" styleID="8" fgColor="D6C479" bgColor="2B0F01" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="POD" styleID="3" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="POD VERB" styleID="31" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="FF00FF" bgColor="2B0F01" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="LONGQUOTE" styleID="19" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATASECTION" styleID="21" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BACKTICKS" styleID="20" fgColor="98AE66" bgColor="602F1A" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE DELIM" styleID="22" fgColor="BE211A" bgColor="77610F" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE Q" styleID="23" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE QQ" styleID="24" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE QX" styleID="25" fgColor="98AE66" bgColor="602F1A" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="CFBA28" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="ARRAY" styleID="13" fgColor="CFBA28" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="HASH" styleID="14" fgColor="CFBA28" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="CFBA28" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="PROTOTYPE" styleID="40" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING SINGLEQUOTE" styleID="7" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" >True False</WordsStyle>
<WordsStyle name="STRING DOUBLEQUOTE" styleID="6" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING BACKTICKS" styleID="20" fgColor="98AE66" bgColor="602F1A" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING Q" styleID="26" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QQ" styleID="27" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QX" styleID="28" fgColor="98AE66" bgColor="602F1A" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QR" styleID="29" fgColor="0088CE" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QW" styleID="30" fgColor="BCBB80" bgColor="2b0f01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="FORMAT IDENT" styleID="41" fgColor="BCBB80" bgColor="2b0f01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="FORMAT" styleID="42" fgColor="BCBB80" bgColor="2b0f01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX MATCH" styleID="17" fgColor="0088CE" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="REGEX SUBSTITUTION" styleID="18" fgColor="0088CE" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="TRANSLATION" styleID="44" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC DELIMITER" styleID="22" fgColor="BE211A" bgColor="77610F" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC SINGLEQUOTE" styleID="23" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC DOUBLEQUOTE" styleID="24" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC BACKTICK" styleID="25" fgColor="98AE66" bgColor="602F1A" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VAR IN STRING" styleID="43" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX" styleID="54" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX SUBSTITUTION" styleID="55" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN BACKTICKS" styleID="57" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC DOUBLEQUOTE" styleID="61" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC BACKTICK" styleID="62" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QQ" styleID="64" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QX" styleID="65" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QR" styleID="66" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="FORMAT IDENTIFIER" styleID="41" fgColor="BCBB80" bgColor="2b0f01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="FORMAT BODY" styleID="42" fgColor="BCBB80" bgColor="2b0f01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATA SECTION" styleID="21" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD" styleID="3" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD VERBATIM" styleID="31" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="FF00FF" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" />
</LexerType>
<LexerType name="php" desc="php" ext="">
<WordsStyle name="QUESTION MARK" styleID="18" fgColor="C11418" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
@@ -623,6 +755,14 @@ Installation:
<WordsStyle name="COMMENT" styleID="124" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENTLINE" styleID="125" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="OPERATOR" styleID="127" fgColor="D6C479" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PREDEFINED" styleID="213" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="FUNCS AND METHODS 1" styleID="214" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="FUNCS AND METHODS 2" styleID="215" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
<WordsStyle name="USER KEYWORDS 1" styleID="208" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="209" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="210" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="211" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="212" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
</LexerType>
<LexerType name="postscript" desc="Postscript" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
@@ -653,6 +793,7 @@ Installation:
<WordsStyle name="INSTRUCTION WORD" styleID="8" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="CMDLET" styleID="9" fgColor="0088CE" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ALIAS" styleID="10" fgColor="D92B10" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="COMMENT STREAM" styleID="13" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
</LexerType>
<LexerType name="props" desc="Properties file" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
@@ -675,7 +816,12 @@ Installation:
<WordsStyle name="OPERATOR" styleID="10" fgColor="D6C479" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="CFBA28" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTBLOCK" styleID="12" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="12" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="13" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BUILTINS" styleID="14" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="F STRING" styleID="16" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F CHARACTER" styleID="17" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F TRIPLE" styleID="18" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F TRIPLEDOUBLE" styleID="19" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="r" desc="R" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
@@ -688,6 +834,44 @@ Installation:
<WordsStyle name="STRING2" styleID="7" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="D6C479" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INFIX" styleID="10" fgColor="D92B10" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="9" fgColor="CFBA28" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INFIXEOL" styleID="11" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BACKTICKS" styleID="12" fgColor="CFBA28" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="RAWSTRING" styleID="13" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="RAWSTRING2" styleID="14" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ESCAPESEQUENCE" styleID="15" fgColor="0000FF" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="raku" desc="Raku" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="FF00FF" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="COMMENT EMBED" styleID="3" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD" styleID="4" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" >True False</WordsStyle>
<WordsStyle name="HEREDOC Q" styleID="6" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC QQ" styleID="7" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="8" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING Q" styleID="9" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QQ" styleID="10" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING Q_LANG" styleID="11" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING VAR" styleID="12" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="REGEX" styleID="13" fgColor="0088CE" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="REGEX VAR" styleID="14" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ADVERB" styleID="15" fgColor="C11418" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="type5" />
<WordsStyle name="NUMBER" styleID="16" fgColor="AFA7D6" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="PREPROCESSOR" styleID="17" fgColor="C11418" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="18" fgColor="D6C479" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="19" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" keywordClass="instre1" />
<WordsStyle name="FUNCTION" styleID="20" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" keywordClass="instre2" />
<WordsStyle name="IDENTIFIER" styleID="21" fgColor="CFBA28" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<!-- TYPEDEF styling applies to type1..type4 lists from langs.xml, but only associated with type1 in stylers/themes -->
<WordsStyle name="TYPEDEF" styleID="22" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" keywordClass="type1" />
<WordsStyle name="MU" styleID="23" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POSITIONAL" styleID="24" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASSOCIATIVE" styleID="25" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CALLABLE" styleID="26" fgColor="CFBA28" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="GRAMMAR" styleID="27" fgColor="C11418" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CLASS" styleID="28" fgColor="C11418" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="rc" desc="RC" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="C11418" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
@@ -706,6 +890,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="FF00FF" bgColor="2B0F01" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ruby" desc="Ruby" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
@@ -778,12 +970,15 @@ Installation:
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="NUMBER" styleID="4" fgColor="AFA7D6" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="5" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="instre1">if else for while</WordsStyle>
<WordsStyle name="KEYWORD" styleID="5" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="USER1" styleID="16" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="KEYWORD2" styleID="19" fgColor="FF8080" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="type3" />
<WordsStyle name="STRING" styleID="6" fgColor="CFBA28" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="">bool long int char</WordsStyle>
<WordsStyle name="STRING2" styleID="7" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="D6C479" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="Q OPERATOR" styleID="24" fgColor="CFBA28" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="">bool long int char</WordsStyle>
</LexerType>
<LexerType name="tcl" desc="TCL" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
@@ -811,6 +1006,23 @@ Installation:
<WordsStyle name="COMMAND" styleID="4" fgColor="4AD231" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="">if else for while</WordsStyle>
<WordsStyle name="TEXT" styleID="5" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="">bool long int char</WordsStyle>
</LexerType>
<LexerType name="toml" desc="TOML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FF0000" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="69B45C" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="C0C0C0" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="3" fgColor="B76FFF" bgColor="2B0F01" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF8000" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TABLE" styleID="5" fgColor="FED750" bgColor="2B0F01" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEY" styleID="6" fgColor="8CC6FF" bgColor="2B0F01" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ERROR" styleID="7" fgColor="FF0000" bgColor="2B0F01" fontName="" fontStyle="4" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="C0C0C0" bgColor="2B0F01" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING SQ" styleID="9" fgColor="CE9B9B" bgColor="2B0F01" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING DQ" styleID="10" fgColor="CE9B9B" bgColor="2B0F01" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING SQ" styleID="11" fgColor="CE9B9B" bgColor="2B0F01" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING DQ" styleID="12" fgColor="CE9B9B" bgColor="2B0F01" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ESCAPE CHAR" styleID="13" fgColor="00FF00" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATETIME" styleID="14" fgColor="A0FAC7" bgColor="2B0F01" fontName="" fontStyle="1" fontSize="" />
</LexerType>
<LexerType name="vb" desc="VB / VBS" ext="">
<WordsStyle name="DEFAULT" styleID="7" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
@@ -872,6 +1084,14 @@ Installation:
<WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="BE211A" bgColor="77610F" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CDATA" styleID="17" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ENTITY" styleID="10" fgColor="7578DB" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="192" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="193" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="194" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="195" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 5" styleID="196" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 6" styleID="197" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 7" styleID="198" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 8" styleID="199" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="yaml" desc="YAML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
@@ -892,28 +1112,53 @@ Installation:
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="8B642B" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="2B0F01" bgColor="EC6221" fontName="" fontStyle="1" fontSize="" />
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="FF00FF" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="432C13" fontStyle="0" fgColor="0080C0" fontSize="" />
<WidgetStyle name="Selected text colour" styleID="0" bgColor="585858" fontStyle="0" fgColor="CC0000" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FAF1C6" fontStyle="0" bgColor="253B76" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="8B642B" fontStyle="0" bgColor="112435" fontSize="" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="432C13" />
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
<WidgetStyle name="Selected text colour" styleID="0" bgColor="585858" fgColor="CC0000" />
<WidgetStyle name="Multi-selected text color" styleID="0" bgColor="585858" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FAF1C6" />
<WidgetStyle name="Multi-edit carets color" styleID="0" fgColor="FAF1C6" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="8B642B" />
<WidgetStyle name="Line number margin" styleID="33" fgColor="8B642B" bgColor="43250B" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Fold" styleID="0" fgColor="8B642B" bgColor="43250B" fontStyle="0" fontSize="8" />
<WidgetStyle name="Fold active" styleID="0" fgColor="CFBA28" fontStyle="0" bgColor="1A1A1A" fontSize="8" />
<WidgetStyle name="Fold margin" styleID="0" fgColor="8B642B" bgColor="43250B" fontStyle="0" fontSize="" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="CFBA28" fontStyle="0" bgColor="80FF00" />
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="008947" fontStyle="0" fgColor="FFFF00" fontSize="" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="7578DB" fontStyle="0" fgColor="555753" fontSize="10" />
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="C11418" fontStyle="0" fgColor="FCAF3E" fontSize="10" />
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="0088CE" fontStyle="0" fgColor="80D4B2" />
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="BCBB80" fontStyle="0" fgColor="FAAA3C" />
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="4AD231" fontStyle="0" fgColor="FFCAB0" fontSize="10" />
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="CFBA28" fontStyle="0" fgColor="000000" fontSize="10" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="2B0F01" fontStyle="0" fgColor="808080" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="990000" fontStyle="0" fgColor="FFCAB0" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="3D0B0C" fontStyle="0" fgColor="000000" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="D92B10" fontStyle="0" bgColor="FFFF00" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="2B0F01" fontStyle="0" bgColor="FF0000" />
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" fontStyle="0" bgColor="80FF00" />
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="43250B" bgColor="D5BC93" fontStyle="0" />
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="43250B" />
<WidgetStyle name="Change History margin" styleID="0" bgColor="43250B" />
<WidgetStyle name="Change History modified" styleID="0" fgColor="FF8000" bgColor="FF8000" />
<WidgetStyle name="Change History revert modified" styleID="0" fgColor="A0C000" bgColor="A0C000" />
<WidgetStyle name="Change History revert origin" styleID="0" fgColor="40A0BF" bgColor="40A0BF" />
<WidgetStyle name="Change History saved" styleID="0" fgColor="00A000" bgColor="00A000" />
<WidgetStyle name="Fold" styleID="0" fgColor="8B642B" bgColor="43250B" />
<WidgetStyle name="Fold active" styleID="0" fgColor="CFBA28" />
<WidgetStyle name="Fold margin" styleID="0" fgColor="8B642B" bgColor="43250B" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="CFBA28" />
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="008947" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="7578DB" />
<WidgetStyle name="Find status: Not found" styleID="0" fgColor="FF0000" />
<WidgetStyle name="Find status: Message" styleID="0" fgColor="0000FF" />
<WidgetStyle name="Find status: Search end reached" styleID="0" fgColor="008000" />
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="C11418" />
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="0088CE" />
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="BCBB80" />
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="4AD231" />
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="CFBA28" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="2B0F01" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="990000" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="3D0B0C" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="D92B10" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="2B0F01" />
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="43250B" bgColor="D5BC93" />
<WidgetStyle name="Tab color 1" styleID="0" bgColor="F3F0CB" />
<WidgetStyle name="Tab color 2" styleID="0" bgColor="DBF3CB" />
<WidgetStyle name="Tab color 3" styleID="0" bgColor="CBDBF3" />
<WidgetStyle name="Tab color 4" styleID="0" bgColor="F3DBCB" />
<WidgetStyle name="Tab color 5" styleID="0" bgColor="F3CBEE" />
<WidgetStyle name="Tab color dark mode 1" styleID="0" bgColor="807848" />
<WidgetStyle name="Tab color dark mode 2" styleID="0" bgColor="568048" />
<WidgetStyle name="Tab color dark mode 3" styleID="0" bgColor="507094" />
<WidgetStyle name="Tab color dark mode 4" styleID="0" bgColor="804849" />
<WidgetStyle name="Tab color dark mode 5" styleID="0" bgColor="754880" />
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="B7975D" bgColor="2B0F01" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
</GlobalStyles>
</NotepadPlus>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="Windows-1252" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<!--//
monoindustrial
@@ -40,6 +40,7 @@ Credits:
Thanks for Fabio Zendhi Nagao for the tmTheme2nppStyler.
Thanks for the user for the tmTheme source.
2023-09-30: update Perl support.
//-->
<NotepadPlus>
<LexerStyles>
@@ -47,7 +48,7 @@ Credits:
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TYPEWORD" styleID="16" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="E98800" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
@@ -60,6 +61,14 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="cpp" desc="C++" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
@@ -78,9 +87,43 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="go" desc="Go" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="PREDECLARED IDENTIFIERS" styleID="19" fgColor="A39EA3" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="NUMBER" styleID="4" fgColor="E98800" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VERBATIM" styleID="13" fgColor="E98800" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="REGEX" styleID="14" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="java" desc="Java" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
@@ -96,6 +139,14 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="cs" desc="C#" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
@@ -114,6 +165,46 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="raku" desc="Raku" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT EMBED" styleID="3" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="POD" styleID="4" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC Q" styleID="6" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="HEREDOC QQ" styleID="7" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="8" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING Q" styleID="9" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRING QQ" styleID="10" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING Q_LANG" styleID="11" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING VAR" styleID="12" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="REGEX" styleID="13" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX VAR" styleID="14" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ADVERB" styleID="15" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="" keywordClass="type5" />
<WordsStyle name="NUMBER" styleID="16" fgColor="E98800" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PREPROCESSOR" styleID="17" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="18" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="19" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="FUNCTION" styleID="20" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="IDENTIFIER" styleID="21" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="1" fontSize="" />
<!-- TYPEDEF styling applies to type1..type4 lists from langs.xml, but only associated with type1 in stylers/themes -->
<WordsStyle name="TYPEDEF" styleID="22" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="MU" styleID="23" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="POSITIONAL" styleID="24" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASSOCIATIVE" styleID="25" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CALLABLE" styleID="26" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="GRAMMAR" styleID="27" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CLASS" styleID="28" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="rc" desc="RC" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
@@ -132,6 +223,14 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="tcl" desc="TCL" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
@@ -154,7 +253,7 @@ Credits:
<LexerType name="objc" desc="Objective-C" ext="">
<WordsStyle name="DIRECTIVE" styleID="19" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="QUALIFIER" styleID="20" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="QUALIFIER" styleID="20" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
@@ -173,12 +272,16 @@ Credits:
</LexerType>
<LexerType name="sql" desc="SQL" ext="">
<WordsStyle name="KEYWORD" styleID="5" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="USER1" styleID="16" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="KEYWORD2" styleID="19" fgColor="C0C0C0" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="NUMBER" styleID="4" fgColor="E98800" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING2" styleID="7" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="Q OPERATOR" styleID="24" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="html" desc="HTML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
@@ -186,7 +289,7 @@ Credits:
<WordsStyle name="NUMBER" styleID="5" fgColor="E98800" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="A65EFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="A65EFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="A65EFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="A65EFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="909993" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
@@ -195,6 +298,14 @@ Credits:
<WordsStyle name="CDATA" styleID="17" fgColor="E98800" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VALUE" styleID="19" fgColor="E98800" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ENTITY" styleID="10" fgColor="E98800" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER TAGS 1" styleID="192" fgColor="A65EFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER TAGS 2" styleID="193" fgColor="A65EFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER TAGS 3" styleID="194" fgColor="A65EFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER TAGS 4" styleID="195" fgColor="A65EFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="196" fgColor="909993" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="197" fgColor="909993" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="198" fgColor="909993" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="199" fgColor="909993" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="php" desc="php" ext="">
<WordsStyle name="QUESTION MARK" styleID="18" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
@@ -208,8 +319,16 @@ Credits:
<WordsStyle name="COMMENT" styleID="124" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="125" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="127" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PREDEFINED" styleID="213" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="FUNCS AND METHODS 1" styleID="214" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="FUNCS AND METHODS 2" styleID="215" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
<WordsStyle name="USER KEYWORDS 1" styleID="208" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="209" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="210" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="211" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="212" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
</LexerType>
<LexerType name="javascript" desc="JavaScript" ext="">
<LexerType name="javascript" desc="JavaScript (embedded)" ext="">
<WordsStyle name="DEFAULT" styleID="41" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="45" fgColor="E98800" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="WORD" styleID="46" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
@@ -223,7 +342,31 @@ Credits:
<WordsStyle name="COMMENT" styleID="42" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="43" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTDOC" styleID="44" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="200" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="201" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="202" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="203" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="204" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="205" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="206" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="207" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="json" desc="JSON" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="1" fgColor="FF8000" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="2" fgColor="DCDCCC" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING EOL" styleID="3" fgColor="808080" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PROPERTY NAME" styleID="4" fgColor="8CD0D3" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ESCAPE SEQUENCE" styleID="5" fgColor="0000FF" bgColor="222C28" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="LINE COMMENT" styleID="6" fgColor="008000" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BLOCK COMMENT" styleID="7" fgColor="008000" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="E3CEAB" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="URI" styleID="9" fgColor="FFFF80" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="222C28" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="222C28" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/>
<WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="222C28" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="asp" desc="asp" ext="asp">
<WordsStyle name="DEFAULT" styleID="81" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="82" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
@@ -232,8 +375,16 @@ Credits:
<WordsStyle name="STRING" styleID="85" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="87" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="86" fgColor="C87500" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ASPSYBOL" styleID="15" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ASPSYMBOL" styleID="15" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SCRIPTTYPE" styleID="16" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="216" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="217" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="218" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="219" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="220" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="221" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="222" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="223" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="xml" desc="XML" ext="">
<WordsStyle name="XMLSTART" styleID="12" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
@@ -251,6 +402,14 @@ Credits:
<WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CDATA" styleID="17" fgColor="E98800" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ENTITY" styleID="10" fgColor="E98800" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="192" fgColor="909993" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="193" fgColor="909993" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="194" fgColor="909993" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="195" fgColor="909993" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 5" styleID="196" fgColor="909993" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 6" styleID="197" fgColor="909993" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 7" styleID="198" fgColor="909993" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 8" styleID="199" fgColor="909993" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="ini" desc="ini file" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
@@ -269,10 +428,10 @@ Credits:
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMAND" styleID="2" fgColor="C87500" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HEADER" styleID="3" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="POSITION" styleID="4" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DELETED" styleID="5" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ADDED" styleID="6" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HEADER" styleID="3" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="POSITION" styleID="4" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DELETED" styleID="5" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ADDED" styleID="6" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="nfo" desc="Dos Style" ext="">
<WordsStyle name="DEFAULT" styleID="32" fgColor="FFFFFF" bgColor="222C28" />
@@ -283,8 +442,8 @@ Credits:
<WordsStyle name="PREPROCESSOR" styleID="2" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="3" fgColor="C87500" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="4" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TARGET" styleID="5" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDEOL" styleID="9" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TARGET" styleID="5" fgColor="648BD2" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDEOL" styleID="9" fgColor="A65EFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="vb" desc="VB / VBS" ext="">
<WordsStyle name="DEFAULT" styleID="7" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
@@ -298,7 +457,7 @@ Credits:
</LexerType>
<LexerType name="css" desc="CSS" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="A65EFF" bgColor="222C28" fontName="Batang" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="A65EFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASS" styleID="2" fgColor="909993" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PSEUDOCLASS" styleID="3" fgColor="909993" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="UNKNOWN_PSEUDOCLASS" styleID="4" fgColor="909993" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
@@ -325,26 +484,47 @@ Credits:
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="perl" desc="Perl" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="E98800" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="REGEX" styleID="17" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SCALAR" styleID="12" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ARRAY" styleID="13" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HASH" styleID="14" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PUNCTUATION" styleID="8" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="POD" styleID="3" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="LONGQUOTE" styleID="19" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DATASECTION" styleID="21" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="REGSUBST" styleID="18" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="20" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="10" fontSize="10" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="E98800" bgColor="222C28" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="ARRAY" styleID="13" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="HASH" styleID="14" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="PROTOTYPE" styleID="40" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="STRING SINGLEQUOTE" styleID="7" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="STRING DOUBLEQUOTE" styleID="6" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="STRING BACKTICKS" styleID="20" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="STRING Q" styleID="26" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRING QQ" styleID="27" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QX" styleID="28" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QR" styleID="29" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QW" styleID="30" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX MATCH" styleID="17" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="REGEX SUBSTITUTION" styleID="18" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="TRANSLATION" styleID="44" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC DELIMITER" styleID="22" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="HEREDOC SINGLEQUOTE" styleID="23" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="HEREDOC DOUBLEQUOTE" styleID="24" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC BACKTICK" styleID="25" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VAR IN STRING" styleID="43" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX" styleID="54" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX SUBSTITUTION" styleID="55" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN BACKTICKS" styleID="57" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC DOUBLEQUOTE" styleID="61" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC BACKTICK" styleID="62" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QQ" styleID="64" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QX" styleID="65" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QR" styleID="66" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="FORMAT IDENTIFIER" styleID="41" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="FORMAT BODY" styleID="42" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATA SECTION" styleID="21" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="POD" styleID="3" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="POD VERBATIM" styleID="31" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="10" fontSize="10" />
</LexerType>
<LexerType name="python" desc="Python" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
@@ -353,24 +533,30 @@ Credits:
<WordsStyle name="STRING" styleID="3" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="4" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KEYWORDS" styleID="5" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TRIPLE" styleID="6" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TRIPLEDOUBLE" styleID="7" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASSNAME" styleID="8" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFNAME" styleID="9" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TRIPLE" styleID="6" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TRIPLEDOUBLE" styleID="7" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASSNAME" styleID="8" fgColor="588E60" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFNAME" styleID="9" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="C87500" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTBLOCK" styleID="12" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="12" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="13" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BUILTINS" styleID="14" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="F STRING" styleID="16" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="F CHARACTER" styleID="17" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="F TRIPLE" styleID="18" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="F TRIPLEDOUBLE" styleID="19" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="batch" desc="Batch" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KEYWORDS" styleID="2" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="LABEL" styleID="3" fgColor="909993" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HIDE SYBOL" styleID="4" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HIDE SYMBOL" styleID="4" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMAND" styleID="5" fgColor="C87500" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="648BD2" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="lua" desc="Lua" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
@@ -384,18 +570,43 @@ Credits:
<WordsStyle name="STRING" styleID="6" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FUNC1" styleID="13" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNC2" styleID="14" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="FUNC3" styleID="15" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="FUNC1" styleID="13" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNC2" styleID="14" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="FUNC3" styleID="15" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="USER KEYWORD 1" styleID="16" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="USER KEYWORD 2" styleID="17" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="USER KEYWORD 3" styleID="18" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type5" />
<WordsStyle name="USER KEYWORD 4" styleID="19" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type6" />
<WordsStyle name="USER KEYWORDS 5" styleID="128" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 6" styleID="129" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 7" styleID="130" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 8" styleID="131" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
</LexerType>
<LexerType name="tex" desc="TeX" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="1" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="GROUP" styleID="2" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="1" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="GROUP" styleID="2" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SYMBOL" styleID="3" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMAND" styleID="4" fgColor="C87500" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TEXT" styleID="5" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="toml" desc="TOML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FF0000" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="69B45C" bgColor="222C28" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="C0C0C0" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="3" fgColor="B76FFF" bgColor="222C28" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF8000" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TABLE" styleID="5" fgColor="FED750" bgColor="222C28" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEY" styleID="6" fgColor="8CC6FF" bgColor="222C28" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ERROR" styleID="7" fgColor="FF0000" bgColor="222C28" fontName="" fontStyle="4" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="C0C0C0" bgColor="222C28" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING SQ" styleID="9" fgColor="CE9B9B" bgColor="222C28" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING DQ" styleID="10" fgColor="CE9B9B" bgColor="222C28" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING SQ" styleID="11" fgColor="CE9B9B" bgColor="222C28" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING DQ" styleID="12" fgColor="CE9B9B" bgColor="222C28" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ESCAPE CHAR" styleID="13" fgColor="00FF00" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATETIME" styleID="14" fgColor="A0FAC7" bgColor="222C28" fontName="" fontStyle="1" fontSize="" />
</LexerType>
<LexerType name="nsis" desc="NSIS" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="1" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
@@ -405,16 +616,16 @@ Credits:
<WordsStyle name="FUNCTION" styleID="5" fgColor="588E60" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="648BD2" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="LABEL" styleID="7" fgColor="909993" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="USER DEFINED" styleID="8" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="USER DEFINED" styleID="8" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="SECTION" styleID="9" fgColor="909993" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SUBSECTION" styleID="10" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IF DEFINE" styleID="11" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRO" styleID="12" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SUBSECTION" styleID="10" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IF DEFINE" styleID="11" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRO" styleID="12" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING VAR" styleID="13" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="14" fgColor="E98800" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SECTION GROUP" styleID="15" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAGE EX" styleID="16" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FUNCTION DEFINITIONS" styleID="17" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SECTION GROUP" styleID="15" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAGE EX" styleID="16" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FUNCTION DEFINITIONS" styleID="17" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="18" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="actionscript" desc="ActionScript" ext="">
@@ -438,22 +649,38 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="bash" desc="bash" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="4" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="3" fgColor="E98800" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="5" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="6" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="8" fgColor="C87500" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SCALAR" styleID="9" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SCALAR" styleID="9" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PARAM" styleID="10" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="11" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HERE DELIM" styleID="12" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HERE Q" styleID="13" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PARAM" styleID="10" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="11" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HERE DELIM" styleID="12" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HERE Q" styleID="13" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER SCALAR 1" styleID="132" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER SCALAR 2" styleID="133" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER SCALAR 3" styleID="134" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER SCALAR 4" styleID="135" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="fortran" desc="Fortran" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
@@ -465,12 +692,12 @@ Credits:
<WordsStyle name="OPERATOR" styleID="6" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="7" fgColor="C87500" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="8" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="FUNCTION1" styleID="9" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNCTION2" styleID="10" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="FUNCTION1" styleID="9" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNCTION2" styleID="10" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="PREPROCESSOR" styleID="11" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR2" styleID="12" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR2" styleID="12" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="LABEL" styleID="13" fgColor="909993" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="fortran77" desc="Fortran (fixed form)" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
@@ -482,24 +709,24 @@ Credits:
<WordsStyle name="OPERATOR" styleID="6" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="7" fgColor="C87500" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="8" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="FUNCTION1" styleID="9" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNCTION2" styleID="10" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="FUNCTION1" styleID="9" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNCTION2" styleID="10" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="PREPROCESSOR" styleID="11" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR2" styleID="12" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR2" styleID="12" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="LABEL" styleID="13" fgColor="909993" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="lisp" desc="LISP" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="1" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="2" fgColor="E98800" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FUNCTION WORD" styleID="3" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="FUNCTION WORD" styleID="3" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="SYMBOL" styleID="5" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="8" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="9" fgColor="C87500" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="SPECIAL" styleID="11" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="11" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="12" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="asm" desc="Assembler" ext="">
@@ -509,21 +736,21 @@ Credits:
<WordsStyle name="STRING" styleID="3" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="4" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="5" fgColor="C87500" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CPU INSTRUCTION" styleID="6" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="MATH INSTRUCTION" styleID="7" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="REGISTER" styleID="8" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="CPU INSTRUCTION" styleID="6" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="MATH INSTRUCTION" styleID="7" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="REGISTER" styleID="8" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="DIRECTIVE" styleID="9" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="COMMENT BLOCK" styleID="11" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="12" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="13" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="EXT INSTRUCTION" styleID="14" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="EXT INSTRUCTION" styleID="14" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
</LexerType>
<LexerType name="ruby" desc="Ruby" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="2" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="POD" styleID="3" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="POD" styleID="3" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="4" fgColor="E98800" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION" styleID="5" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="STRING" styleID="6" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
@@ -535,26 +762,26 @@ Credits:
<WordsStyle name="REGEX" styleID="12" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="GLOBAL" styleID="13" fgColor="648BD2" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SYMBOL" styleID="14" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MODULE NAME" styleID="15" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MODULE NAME" styleID="15" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTANCE VAR" styleID="16" fgColor="648BD2" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASS VAR" styleID="17" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="18" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DATA SECTION" styleID="19" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASS VAR" styleID="17" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="18" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DATA SECTION" styleID="19" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING Q" styleID="24" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="postscript" desc="Postscript" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DSC COMMENT" styleID="2" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DSC VALUE" styleID="3" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DSC COMMENT" styleID="2" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DSC VALUE" styleID="3" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="4" fgColor="E98800" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="Name" styleID="5" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="Name" styleID="5" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION" styleID="6" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="LITERAL" styleID="7" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IMMEVAL" styleID="8" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN ARRAY" styleID="9" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN DICT" styleID="10" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN PROC" styleID="11" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="LITERAL" styleID="7" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IMMEVAL" styleID="8" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN ARRAY" styleID="9" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN DICT" styleID="10" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN PROC" styleID="11" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TEXT" styleID="12" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HEX STRING" styleID="13" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BASE85 STRING" styleID="14" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
@@ -570,14 +797,14 @@ Credits:
<WordsStyle name="IDENTIFIER" styleID="6" fgColor="C87500" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING EOL" styleID="7" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION" styleID="8" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="STD OPERATOR" styleID="9" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="STD OPERATOR" styleID="9" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="ATTRIBUTE" styleID="10" fgColor="909993" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="DIRECTIVE" styleID="9" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STD FUNCTION" styleID="11" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="STD PACKAGE" styleID="12" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="STD TYPE" styleID="13" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="USER DEFINE" styleID="14" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type5" />
<WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STD FUNCTION" styleID="11" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="STD PACKAGE" styleID="12" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="STD TYPE" styleID="13" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="USER DEFINE" styleID="14" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type5" />
</LexerType>
<LexerType name="smalltalk" desc="Smalltalk" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
@@ -585,27 +812,27 @@ Credits:
<WordsStyle name="NUMBER" styleID="2" fgColor="E98800" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="3" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SYMBOL" styleID="4" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BINARY" styleID="5" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BOOL" styleID="6" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SELF" styleID="7" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SUPER" styleID="8" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NIL" styleID="9" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BINARY" styleID="5" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BOOL" styleID="6" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SELF" styleID="7" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SUPER" styleID="8" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NIL" styleID="9" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="GLOBAL" styleID="10" fgColor="648BD2" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="RETURN" styleID="11" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="12" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KWS END" styleID="13" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ASSIGN" styleID="14" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="RETURN" styleID="11" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="12" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KWS END" styleID="13" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ASSIGN" styleID="14" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="15" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL SELECTOR" styleID="16" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL SELECTOR" styleID="16" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="caml" desc="Caml" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="1" fgColor="C87500" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAGNAME" styleID="2" fgColor="A65EFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="3" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="BUILIN FUNC &amp; TYPE" styleID="4" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="TYPE" styleID="5" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="LINENUM" styleID="6" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BUILIN FUNC &amp; TYPE" styleID="4" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="TYPE" styleID="5" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="LINENUM" styleID="6" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="8" fgColor="E98800" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="9" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
@@ -629,7 +856,7 @@ Credits:
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE BANG" styleID="3" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING EOL" styleID="12" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER" styleID="19" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER" styleID="19" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="kix" desc="KiXtart" ext="">
<!--
@@ -640,8 +867,8 @@ Credits:
<WordsStyle name="STRING" styleID="2" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING2" styleID="3" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="4" fgColor="E98800" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VAR" styleID="5" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRO" styleID="6" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="VAR" styleID="5" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRO" styleID="6" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="INSTRUCTION WORD" styleID="7" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="FUNCTION" styleID="8" fgColor="588E60" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="OPERATOR" styleID="9" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
@@ -653,29 +880,29 @@ Credits:
<WordsStyle name="NUMBER" styleID="3" fgColor="E98800" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FUNCTION" styleID="4" fgColor="588E60" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="MACRO" styleID="6" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="MACRO" styleID="6" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="STRING" styleID="7" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VARIABLE" styleID="9" fgColor="648BD2" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SENT" styleID="10" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="SENT" styleID="10" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="PREPROCESSOR" styleID="11" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="SPECIAL" styleID="12" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="EXPAND" styleID="13" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type5" />
<WordsStyle name="COMOBJ" styleID="14" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="12" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="EXPAND" styleID="13" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type5" />
<WordsStyle name="COMOBJ" styleID="14" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="ada" desc="ADA" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="1" fgColor="C23B00" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="C87500" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="3" fgColor="E98800" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DELIMITER" styleID="4" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DELIMITER" styleID="4" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER EOL" styleID="6" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER EOL" styleID="6" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="7" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING EOL" styleID="8" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="LABEL" styleID="9" fgColor="909993" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="10" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ILLEGAL" styleID="11" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ILLEGAL" styleID="11" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="matlab" desc="Matlab" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
@@ -696,12 +923,12 @@ Credits:
<WordsStyle name="STRING" styleID="4" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASS" styleID="6" fgColor="909993" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MODULE" styleID="7" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CAPITAL" styleID="8" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DATA" styleID="9" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IMPORT" styleID="10" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MODULE" styleID="7" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CAPITAL" styleID="8" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DATA" styleID="9" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IMPORT" styleID="10" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="11" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTANCE" styleID="12" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTANCE" styleID="12" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="13" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTBLOCK" styleID="14" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTBLOCK2" styleID="15" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
@@ -711,10 +938,10 @@ Credits:
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KEYWORD" styleID="2" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="PARAMETER" styleID="3" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="PARAMETER" styleID="3" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="SECTION" styleID="4" fgColor="909993" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="PREPROCESSOR" styleID="5" fgColor="A39E64" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="PREPROCESSOR INLINE" styleID="6" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PREPROCESSOR INLINE" styleID="6" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT PASCAL" styleID="7" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KEYWORD PASCAL" styleID="8" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="KEYWORD USER" styleID="9" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
@@ -729,13 +956,13 @@ Credits:
<WordsStyle name="STRING L" styleID="3" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING R" styleID="4" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMAND" styleID="5" fgColor="C87500" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="PARAMETER" styleID="6" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PARAMETER" styleID="6" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VARIABLE" styleID="7" fgColor="648BD2" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER DEFINED" styleID="8" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="WHILEDEF" styleID="9" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FOREACHDEF" styleID="10" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IFDEF" styleID="11" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRODEF" styleID="12" fgColor="000000" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER DEFINED" styleID="8" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="WHILEDEF" styleID="9" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FOREACHDEF" styleID="10" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IFDEF" styleID="11" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRODEF" styleID="12" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING VARIABLE" styleID="13" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="14" fgColor="E98800" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
@@ -756,28 +983,52 @@ Credits:
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="FCE94F" bgColor="222C28" fontName="" fontStyle="1" fontSize="10" />
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="EF2929" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="2C3833" />
<WidgetStyle name="Mark colour" styleID="0" fgColor="CC0000" bgColor="EDD400" />
<WidgetStyle name="Selected text colour" styleID="0" bgColor="919994" />
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
<WidgetStyle name="Selected text colour" styleID="0" bgColor="919994" fgColor="000000" />
<WidgetStyle name="Multi-selected text color" styleID="0" bgColor="919994" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FFFFFF" />
<WidgetStyle name="Find Mark Style" styleID="31" fgColor="CC0000" bgColor="EDD400" fontName="" fontStyle="0" fontSize="10" />
<WidgetStyle name="Multi-edit carets color" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="EEEEEC" />
<WidgetStyle name="Line number margin" styleID="33" fgColor="EEEEEC" bgColor="2E3436" fontName="" fontStyle="0" fontSize="8" />
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="2E3436" />
<WidgetStyle name="Change History margin" styleID="0" bgColor="2E3436" />
<WidgetStyle name="Change History modified" styleID="0" fgColor="FF8000" bgColor="FF8000" />
<WidgetStyle name="Change History revert modified" styleID="0" fgColor="A0C000" bgColor="A0C000" />
<WidgetStyle name="Change History revert origin" styleID="0" fgColor="40A0BF" bgColor="40A0BF" />
<WidgetStyle name="Change History saved" styleID="0" fgColor="00A000" bgColor="00A000" />
<WidgetStyle name="Fold" styleID="0" fgColor="2E3436" bgColor="EEEEEC" />
<WidgetStyle name="Fold active" styleID="0" fgColor="2E3436" />
<WidgetStyle name="Fold margin" styleID="0" fgColor="555753" bgColor="2E3436" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="FCAF3E" />
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="00FF00" fgColor="555753" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" fgColor="FCAF3E" />
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="00FF00" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" />
<WidgetStyle name="Find status: Not found" styleID="0" fgColor="FF0000" />
<WidgetStyle name="Find status: Message" styleID="0" fgColor="0000FF" />
<WidgetStyle name="Find status: Search end reached" styleID="0" fgColor="008000" />
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" />
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" />
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" />
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" />
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" fgColor="FFCAB0" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" fgColor="000000" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" fgColor="8080C0" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" bgColor="FF0000" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="80FF00" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" />
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" />
<WidgetStyle name="Tab color 1" styleID="0" bgColor="F3F0CB" />
<WidgetStyle name="Tab color 2" styleID="0" bgColor="DBF3CB" />
<WidgetStyle name="Tab color 3" styleID="0" bgColor="CBDBF3" />
<WidgetStyle name="Tab color 4" styleID="0" bgColor="F3DBCB" />
<WidgetStyle name="Tab color 5" styleID="0" bgColor="F3CBEE" />
<WidgetStyle name="Tab color dark mode 1" styleID="0" bgColor="807848" />
<WidgetStyle name="Tab color dark mode 2" styleID="0" bgColor="568048" />
<WidgetStyle name="Tab color dark mode 3" styleID="0" bgColor="507094" />
<WidgetStyle name="Tab color dark mode 4" styleID="0" bgColor="804849" />
<WidgetStyle name="Tab color dark mode 5" styleID="0" bgColor="754880" />
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="FFFFFF" bgColor="222C28" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
</GlobalStyles>
</NotepadPlus>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="Windows-1252" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<!--//
Monokai
@@ -40,6 +40,7 @@ Credits:
Thanks for Fabio Zendhi Nagao for the tmTheme2nppStyler.
Thanks for the user for the tmTheme source.
2023-09-30: update Perl support.
//-->
<NotepadPlus>
<LexerStyles>
@@ -47,7 +48,7 @@ Credits:
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TYPEWORD" styleID="16" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="AE81FF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
@@ -60,6 +61,14 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="cpp" desc="C++" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
@@ -78,9 +87,43 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="go" desc="Go" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type1" />
<WordsStyle name="PREDECLARED IDENTIFIERS" styleID="19" fgColor="F926F9" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre2" />
<WordsStyle name="NUMBER" styleID="4" fgColor="AE81FF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="VERBATIM" styleID="13" fgColor="AE81FF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="REGEX" styleID="14" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="java" desc="Java" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type1" />
@@ -96,6 +139,14 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="cs" desc="C#" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
@@ -114,6 +165,46 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="raku" desc="Raku" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="75715E" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT EMBED" styleID="3" fgColor="75715E" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="POD" styleID="4" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC Q" styleID="6" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="HEREDOC QQ" styleID="7" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="8" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING Q" styleID="9" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRING QQ" styleID="10" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING Q_LANG" styleID="11" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING VAR" styleID="12" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="REGEX" styleID="13" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX VAR" styleID="14" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ADVERB" styleID="15" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="" keywordClass="type5" />
<WordsStyle name="NUMBER" styleID="16" fgColor="AE81FF" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PREPROCESSOR" styleID="17" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="OPERATOR" styleID="18" fgColor="F92672" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="19" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="FUNCTION" styleID="20" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="IDENTIFIER" styleID="21" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
<!-- TYPEDEF styling applies to type1..type4 lists from langs.xml, but only associated with type1 in stylers/themes -->
<WordsStyle name="TYPEDEF" styleID="20" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="MU" styleID="23" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="POSITIONAL" styleID="24" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASSOCIATIVE" styleID="25" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CALLABLE" styleID="26" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="GRAMMAR" styleID="27" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="CLASS" styleID="28" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="" />
</LexerType>
<LexerType name="rc" desc="RC" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
@@ -132,6 +223,14 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="tcl" desc="TCL" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
@@ -154,7 +253,7 @@ Credits:
<LexerType name="objc" desc="Objective-C" ext="">
<WordsStyle name="DIRECTIVE" styleID="19" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre2" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="QUALIFIER" styleID="20" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type2" />
<WordsStyle name="QUALIFIER" styleID="20" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type2" />
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type1" />
@@ -173,12 +272,16 @@ Credits:
</LexerType>
<LexerType name="sql" desc="SQL" ext="">
<WordsStyle name="KEYWORD" styleID="5" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre1" />
<WordsStyle name="USER1" styleID="16" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre2" />
<WordsStyle name="KEYWORD2" styleID="19" fgColor="FF8080" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type3" />
<WordsStyle name="NUMBER" styleID="4" fgColor="AE81FF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="STRING2" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="Q OPERATOR" styleID="24" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
</LexerType>
<LexerType name="html" desc="HTML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
@@ -186,7 +289,7 @@ Credits:
<WordsStyle name="NUMBER" styleID="5" fgColor="AE81FF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
@@ -195,6 +298,14 @@ Credits:
<WordsStyle name="CDATA" styleID="17" fgColor="AE81FF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="VALUE" styleID="19" fgColor="AE81FF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="ENTITY" styleID="10" fgColor="AE81FF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="USER TAGS 1" styleID="192" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER TAGS 2" styleID="193" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER TAGS 3" styleID="194" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER TAGS 4" styleID="195" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="196" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="197" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="198" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="199" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="php" desc="php" ext="">
<WordsStyle name="QUESTION MARK" styleID="18" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
@@ -208,8 +319,16 @@ Credits:
<WordsStyle name="COMMENT" styleID="124" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="125" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="127" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="PREDEFINED" styleID="213" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="FUNCS AND METHODS 1" styleID="214" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="FUNCS AND METHODS 2" styleID="215" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle8" />
<WordsStyle name="USER KEYWORDS 1" styleID="208" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="209" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="210" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="211" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="212" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle5" />
</LexerType>
<LexerType name="javascript" desc="JavaScript" ext="">
<LexerType name="javascript" desc="JavaScript (embedded)" ext="">
<WordsStyle name="DEFAULT" styleID="41" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="NUMBER" styleID="45" fgColor="AE81FF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="WORD" styleID="46" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
@@ -223,7 +342,31 @@ Credits:
<WordsStyle name="COMMENT" styleID="42" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="43" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENTDOC" styleID="44" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="200" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="201" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="202" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="203" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="204" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="205" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="206" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="207" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="json" desc="JSON" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="1" fgColor="FF8000" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="2" fgColor="DCDCCC" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING EOL" styleID="3" fgColor="808080" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PROPERTY NAME" styleID="4" fgColor="8CD0D3" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ESCAPE SEQUENCE" styleID="5" fgColor="0000FF" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="LINE COMMENT" styleID="6" fgColor="008000" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BLOCK COMMENT" styleID="7" fgColor="008000" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="E3CEAB" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="URI" styleID="9" fgColor="FFFF80" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="272822" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/>
<WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="272822" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="asp" desc="asp" ext="asp">
<WordsStyle name="DEFAULT" styleID="81" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="82" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
@@ -232,8 +375,16 @@ Credits:
<WordsStyle name="STRING" styleID="85" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="87" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="86" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="ASPSYBOL" styleID="15" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="ASPSYMBOL" styleID="15" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="SCRIPTTYPE" styleID="16" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="216" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="217" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="218" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="219" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="220" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="221" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="222" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="223" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="xml" desc="XML" ext="">
<WordsStyle name="XMLSTART" styleID="12" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
@@ -251,6 +402,14 @@ Credits:
<WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="CDATA" styleID="17" fgColor="AE81FF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="ENTITY" styleID="10" fgColor="AE81FF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="192" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="193" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="194" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="195" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 5" styleID="196" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 6" styleID="197" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 7" styleID="198" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 8" styleID="199" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="ini" desc="ini file" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
@@ -269,10 +428,10 @@ Credits:
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMAND" styleID="2" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="HEADER" styleID="3" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="POSITION" styleID="4" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="DELETED" styleID="5" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="ADDED" styleID="6" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="HEADER" styleID="3" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="POSITION" styleID="4" fgColor="FD971F" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="DELETED" styleID="5" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="ADDED" styleID="6" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
</LexerType>
<LexerType name="nfo" desc="Dos Style" ext="">
<WordsStyle name="DEFAULT" styleID="32" fgColor="F8F8F2" bgColor="272822" />
@@ -283,8 +442,8 @@ Credits:
<WordsStyle name="PREPROCESSOR" styleID="2" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="3" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="4" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="TARGET" styleID="5" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="IDEOL" styleID="9" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="TARGET" styleID="5" fgColor="AE81FF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="IDEOL" styleID="9" fgColor="FD971F" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
</LexerType>
<LexerType name="vb" desc="VB / VBS" ext="">
<WordsStyle name="DEFAULT" styleID="7" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
@@ -298,7 +457,7 @@ Credits:
</LexerType>
<LexerType name="css" desc="CSS" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="F92672" bgColor="272822" fontName="Batang" fontStyle="" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="CLASS" styleID="2" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="PSEUDOCLASS" styleID="3" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="UNKNOWN_PSEUDOCLASS" styleID="4" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
@@ -325,26 +484,47 @@ Credits:
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
</LexerType>
<LexerType name="perl" desc="Perl" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="AE81FF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="REGEX" styleID="17" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="SCALAR" styleID="12" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="ARRAY" styleID="13" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="HASH" styleID="14" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="PUNCTUATION" styleID="8" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="POD" styleID="3" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="LONGQUOTE" styleID="19" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="DATASECTION" styleID="21" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="REGSUBST" styleID="18" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="20" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="10" fontSize="10" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="AE81FF" bgColor="272822" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="F92672" bgColor="272822" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="ARRAY" styleID="13" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="HASH" styleID="14" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="PROTOTYPE" styleID="40" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="75715E" bgColor="272822" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="STRING SINGLEQUOTE" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="STRING DOUBLEQUOTE" styleID="6" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="STRING BACKTICKS" styleID="20" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="STRING Q" styleID="26" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRING QQ" styleID="27" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QX" styleID="28" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QR" styleID="29" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QW" styleID="30" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX MATCH" styleID="17" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="REGEX SUBSTITUTION" styleID="18" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="TRANSLATION" styleID="44" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC DELIMITER" styleID="22" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="HEREDOC SINGLEQUOTE" styleID="23" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="HEREDOC DOUBLEQUOTE" styleID="24" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC BACKTICK" styleID="25" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VAR IN STRING" styleID="43" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX" styleID="54" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX SUBSTITUTION" styleID="55" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN BACKTICKS" styleID="57" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC DOUBLEQUOTE" styleID="61" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC BACKTICK" styleID="62" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QQ" styleID="64" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QX" styleID="65" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QR" styleID="66" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="FORMAT IDENTIFIER" styleID="41" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="FORMAT BODY" styleID="42" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATA SECTION" styleID="21" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="POD" styleID="3" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="POD VERBATIM" styleID="31" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="10" fontSize="10" />
</LexerType>
<LexerType name="python" desc="Python" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
@@ -353,24 +533,30 @@ Credits:
<WordsStyle name="STRING" styleID="3" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="4" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="KEYWORDS" styleID="5" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TRIPLE" styleID="6" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="TRIPLEDOUBLE" styleID="7" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="CLASSNAME" styleID="8" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="DEFNAME" styleID="9" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="TRIPLE" styleID="6" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="TRIPLEDOUBLE" styleID="7" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="CLASSNAME" styleID="8" fgColor="FF8080" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="DEFNAME" styleID="9" fgColor="FD971F" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENTBLOCK" styleID="12" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="12" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="13" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="BUILTINS" styleID="14" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="F STRING" styleID="16" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="F CHARACTER" styleID="17" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="F TRIPLE" styleID="18" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="F TRIPLEDOUBLE" styleID="19" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
</LexerType>
<LexerType name="batch" desc="Batch" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="KEYWORDS" styleID="2" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre1" />
<WordsStyle name="LABEL" styleID="3" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="HIDE SYBOL" styleID="4" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="HIDE SYMBOL" styleID="4" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMAND" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
</LexerType>
<LexerType name="lua" desc="Lua" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
@@ -384,18 +570,43 @@ Credits:
<WordsStyle name="STRING" styleID="6" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="FUNC1" styleID="13" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNC2" styleID="14" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type1" />
<WordsStyle name="FUNC3" styleID="15" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type2" />
<WordsStyle name="FUNC1" styleID="13" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNC2" styleID="14" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type1" />
<WordsStyle name="FUNC3" styleID="15" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type2" />
<WordsStyle name="USER KEYWORD 1" styleID="16" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type3" />
<WordsStyle name="USER KEYWORD 2" styleID="17" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type4" />
<WordsStyle name="USER KEYWORD 3" styleID="18" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type5" />
<WordsStyle name="USER KEYWORD 4" styleID="19" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type6" />
<WordsStyle name="USER KEYWORDS 5" styleID="128" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 6" styleID="129" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 7" styleID="130" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 8" styleID="131" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle4" />
</LexerType>
<LexerType name="tex" desc="TeX" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="1" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="GROUP" styleID="2" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="1" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="GROUP" styleID="2" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="SYMBOL" styleID="3" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMAND" styleID="4" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="TEXT" styleID="5" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
</LexerType>
<LexerType name="toml" desc="TOML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FF0000" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="69B45C" bgColor="272822" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="C0C0C0" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="3" fgColor="B76FFF" bgColor="272822" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF8000" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TABLE" styleID="5" fgColor="FED750" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEY" styleID="6" fgColor="8CC6FF" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ERROR" styleID="7" fgColor="FF0000" bgColor="272822" fontName="" fontStyle="4" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="C0C0C0" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING SQ" styleID="9" fgColor="CE9B9B" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING DQ" styleID="10" fgColor="CE9B9B" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING SQ" styleID="11" fgColor="CE9B9B" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING DQ" styleID="12" fgColor="CE9B9B" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ESCAPE CHAR" styleID="13" fgColor="00FF00" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATETIME" styleID="14" fgColor="A0FAC7" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
</LexerType>
<LexerType name="nsis" desc="NSIS" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="1" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
@@ -405,16 +616,16 @@ Credits:
<WordsStyle name="FUNCTION" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre1" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre2" />
<WordsStyle name="LABEL" styleID="7" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type1" />
<WordsStyle name="USER DEFINED" styleID="8" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type2" />
<WordsStyle name="USER DEFINED" styleID="8" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type2" />
<WordsStyle name="SECTION" styleID="9" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="SUBSECTION" styleID="10" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="IF DEFINE" styleID="11" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="MACRO" styleID="12" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="SUBSECTION" styleID="10" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="IF DEFINE" styleID="11" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="MACRO" styleID="12" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="STRING VAR" styleID="13" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="NUMBER" styleID="14" fgColor="AE81FF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="SECTION GROUP" styleID="15" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="PAGE EX" styleID="16" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="FUNCTION DEFINITIONS" styleID="17" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="SECTION GROUP" styleID="15" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="PAGE EX" styleID="16" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="FUNCTION DEFINITIONS" styleID="17" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT" styleID="18" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
</LexerType>
<LexerType name="actionscript" desc="ActionScript" ext="">
@@ -438,22 +649,38 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="bash" desc="bash" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="4" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="3" fgColor="AE81FF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="STRING" styleID="5" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="6" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="8" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="SCALAR" styleID="9" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="SCALAR" styleID="9" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="PARAM" styleID="10" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="11" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="HERE DELIM" styleID="12" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="HERE Q" styleID="13" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="PARAM" styleID="10" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="11" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="HERE DELIM" styleID="12" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="HERE Q" styleID="13" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER SCALAR 1" styleID="132" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER SCALAR 2" styleID="133" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER SCALAR 3" styleID="134" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER SCALAR 4" styleID="135" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="fortran" desc="Fortran" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
@@ -465,12 +692,12 @@ Credits:
<WordsStyle name="OPERATOR" styleID="6" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="7" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="8" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre1" />
<WordsStyle name="FUNCTION1" styleID="9" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNCTION2" styleID="10" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type1" />
<WordsStyle name="FUNCTION1" styleID="9" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNCTION2" styleID="10" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type1" />
<WordsStyle name="PREPROCESSOR" styleID="11" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="OPERATOR2" styleID="12" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="OPERATOR2" styleID="12" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="LABEL" styleID="13" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
</LexerType>
<LexerType name="fortran77" desc="Fortran (fixed form)" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
@@ -482,24 +709,24 @@ Credits:
<WordsStyle name="OPERATOR" styleID="6" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="7" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="8" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre1" />
<WordsStyle name="FUNCTION1" styleID="9" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNCTION2" styleID="10" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type1" />
<WordsStyle name="FUNCTION1" styleID="9" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNCTION2" styleID="10" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type1" />
<WordsStyle name="PREPROCESSOR" styleID="11" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="OPERATOR2" styleID="12" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="OPERATOR2" styleID="12" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="LABEL" styleID="13" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
</LexerType>
<LexerType name="lisp" desc="LISP" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="1" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="NUMBER" styleID="2" fgColor="AE81FF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="FUNCTION WORD" styleID="3" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre1" />
<WordsStyle name="FUNCTION WORD" styleID="3" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre1" />
<WordsStyle name="SYMBOL" styleID="5" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="8" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="9" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type1" />
<WordsStyle name="SPECIAL" styleID="11" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="11" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT" styleID="12" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
</LexerType>
<LexerType name="asm" desc="Assembler" ext="">
@@ -509,21 +736,21 @@ Credits:
<WordsStyle name="STRING" styleID="3" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="4" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="CPU INSTRUCTION" styleID="6" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre1" />
<WordsStyle name="MATH INSTRUCTION" styleID="7" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre2" />
<WordsStyle name="REGISTER" styleID="8" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type1" />
<WordsStyle name="CPU INSTRUCTION" styleID="6" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre1" />
<WordsStyle name="MATH INSTRUCTION" styleID="7" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre2" />
<WordsStyle name="REGISTER" styleID="8" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type1" />
<WordsStyle name="DIRECTIVE" styleID="9" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type2" />
<WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type3" />
<WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type3" />
<WordsStyle name="COMMENT BLOCK" styleID="11" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="12" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="13" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="EXT INSTRUCTION" styleID="14" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type4" />
<WordsStyle name="EXT INSTRUCTION" styleID="14" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type4" />
</LexerType>
<LexerType name="ruby" desc="Ruby" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="2" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="POD" styleID="3" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="POD" styleID="3" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="NUMBER" styleID="4" fgColor="AE81FF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="INSTRUCTION" styleID="5" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre1" />
<WordsStyle name="STRING" styleID="6" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
@@ -535,26 +762,26 @@ Credits:
<WordsStyle name="REGEX" styleID="12" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="GLOBAL" styleID="13" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="SYMBOL" styleID="14" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="MODULE NAME" styleID="15" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="MODULE NAME" styleID="15" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="INSTANCE VAR" styleID="16" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="CLASS VAR" styleID="17" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="18" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="DATA SECTION" styleID="19" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="CLASS VAR" styleID="17" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="18" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="DATA SECTION" styleID="19" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="STRING Q" styleID="24" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
</LexerType>
<LexerType name="postscript" desc="Postscript" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="DSC COMMENT" styleID="2" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="DSC VALUE" styleID="3" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="DSC COMMENT" styleID="2" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="DSC VALUE" styleID="3" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="NUMBER" styleID="4" fgColor="AE81FF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="Name" styleID="5" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="Name" styleID="5" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="INSTRUCTION" styleID="6" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre1" />
<WordsStyle name="LITERAL" styleID="7" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="IMMEVAL" styleID="8" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="PAREN ARRAY" styleID="9" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="PAREN DICT" styleID="10" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="PAREN PROC" styleID="11" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="LITERAL" styleID="7" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="IMMEVAL" styleID="8" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="PAREN ARRAY" styleID="9" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="PAREN DICT" styleID="10" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="PAREN PROC" styleID="11" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="TEXT" styleID="12" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="HEX STRING" styleID="13" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="BASE85 STRING" styleID="14" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
@@ -570,14 +797,14 @@ Credits:
<WordsStyle name="IDENTIFIER" styleID="6" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="STRING EOL" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="INSTRUCTION" styleID="8" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre1" />
<WordsStyle name="STD OPERATOR" styleID="9" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre2" />
<WordsStyle name="STD OPERATOR" styleID="9" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre2" />
<WordsStyle name="ATTRIBUTE" styleID="10" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type1" />
<WordsStyle name="DIRECTIVE" styleID="9" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="STD FUNCTION" styleID="11" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type2" />
<WordsStyle name="STD PACKAGE" styleID="12" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type3" />
<WordsStyle name="STD TYPE" styleID="13" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type4" />
<WordsStyle name="USER DEFINE" styleID="14" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type5" />
<WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="STD FUNCTION" styleID="11" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type2" />
<WordsStyle name="STD PACKAGE" styleID="12" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type3" />
<WordsStyle name="STD TYPE" styleID="13" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type4" />
<WordsStyle name="USER DEFINE" styleID="14" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type5" />
</LexerType>
<LexerType name="smalltalk" desc="Smalltalk" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
@@ -585,27 +812,27 @@ Credits:
<WordsStyle name="NUMBER" styleID="2" fgColor="AE81FF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT" styleID="3" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="SYMBOL" styleID="4" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="BINARY" styleID="5" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="BOOL" styleID="6" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="SELF" styleID="7" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="SUPER" styleID="8" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="NIL" styleID="9" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="BINARY" styleID="5" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="BOOL" styleID="6" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="SELF" styleID="7" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="SUPER" styleID="8" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="NIL" styleID="9" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="GLOBAL" styleID="10" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="RETURN" styleID="11" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="12" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="KWS END" styleID="13" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="ASSIGN" styleID="14" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="RETURN" styleID="11" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="12" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="KWS END" styleID="13" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="ASSIGN" styleID="14" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="15" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="SPECIAL SELECTOR" styleID="16" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="SPECIAL SELECTOR" styleID="16" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
</LexerType>
<LexerType name="caml" desc="Caml" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="1" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="TAGNAME" styleID="2" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="3" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre1" />
<WordsStyle name="BUILIN FUNC &amp; TYPE" styleID="4" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre2" />
<WordsStyle name="TYPE" styleID="5" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type1" />
<WordsStyle name="LINENUM" styleID="6" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="BUILIN FUNC &amp; TYPE" styleID="4" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre2" />
<WordsStyle name="TYPE" styleID="5" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type1" />
<WordsStyle name="LINENUM" styleID="6" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="NUMBER" styleID="8" fgColor="AE81FF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="9" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
@@ -629,19 +856,19 @@ Credits:
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT LINE BANG" styleID="3" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="STRING EOL" styleID="12" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="USER" styleID="19" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="USER" styleID="19" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
</LexerType>
<LexerType name="kix" desc="KiXtart" ext="">
<!--
<WordsStyle name="" styleID="0" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
-->
<WordsStyle name="DEFAULT" styleID="31" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="STRING" styleID="2" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="STRING2" styleID="3" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="NUMBER" styleID="4" fgColor="AE81FF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="VAR" styleID="5" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="MACRO" styleID="6" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre2" />
<WordsStyle name="VAR" styleID="5" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="MACRO" styleID="6" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre2" />
<WordsStyle name="INSTRUCTION WORD" styleID="7" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre1" />
<WordsStyle name="FUNCTION" styleID="8" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type1" />
<WordsStyle name="OPERATOR" styleID="9" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
@@ -653,29 +880,29 @@ Credits:
<WordsStyle name="NUMBER" styleID="3" fgColor="AE81FF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="FUNCTION" styleID="4" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre2" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre1" />
<WordsStyle name="MACRO" styleID="6" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type1" />
<WordsStyle name="MACRO" styleID="6" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type1" />
<WordsStyle name="STRING" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="VARIABLE" styleID="9" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="SENT" styleID="10" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type2" />
<WordsStyle name="SENT" styleID="10" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type2" />
<WordsStyle name="PREPROCESSOR" styleID="11" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type3" />
<WordsStyle name="SPECIAL" styleID="12" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type4" />
<WordsStyle name="EXPAND" styleID="13" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type5" />
<WordsStyle name="COMOBJ" styleID="14" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="12" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type4" />
<WordsStyle name="EXPAND" styleID="13" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type5" />
<WordsStyle name="COMOBJ" styleID="14" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
</LexerType>
<LexerType name="ada" desc="ADA" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="1" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre1" />
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="NUMBER" styleID="3" fgColor="AE81FF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="DELIMITER" styleID="4" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="DELIMITER" styleID="4" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="CHARACTER EOL" styleID="6" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="CHARACTER EOL" styleID="6" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="STRING" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="STRING EOL" styleID="8" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="LABEL" styleID="9" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="10" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="ILLEGAL" styleID="11" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="ILLEGAL" styleID="11" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
</LexerType>
<LexerType name="matlab" desc="Matlab" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
@@ -696,12 +923,12 @@ Credits:
<WordsStyle name="STRING" styleID="4" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="CLASS" styleID="6" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="MODULE" styleID="7" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="CAPITAL" styleID="8" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="DATA" styleID="9" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="IMPORT" styleID="10" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="MODULE" styleID="7" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="CAPITAL" styleID="8" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="DATA" styleID="9" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="IMPORT" styleID="10" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="11" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="INSTANCE" styleID="12" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="INSTANCE" styleID="12" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="13" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENTBLOCK" styleID="14" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENTBLOCK2" styleID="15" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
@@ -711,10 +938,10 @@ Credits:
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="KEYWORD" styleID="2" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre2" />
<WordsStyle name="PARAMETER" styleID="3" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type1" />
<WordsStyle name="PARAMETER" styleID="3" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type1" />
<WordsStyle name="SECTION" styleID="4" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre1" />
<WordsStyle name="PREPROCESSOR" styleID="5" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type2" />
<WordsStyle name="PREPROCESSOR INLINE" styleID="6" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="PREPROCESSOR INLINE" styleID="6" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT PASCAL" styleID="7" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="KEYWORD PASCAL" styleID="8" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type3" />
<WordsStyle name="KEYWORD USER" styleID="9" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type4" />
@@ -729,13 +956,13 @@ Credits:
<WordsStyle name="STRING L" styleID="3" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="STRING R" styleID="4" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMAND" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="instre1" />
<WordsStyle name="PARAMETER" styleID="6" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="PARAMETER" styleID="6" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="VARIABLE" styleID="7" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="USER DEFINED" styleID="8" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type1" />
<WordsStyle name="WHILEDEF" styleID="9" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="FOREACHDEF" styleID="10" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="IFDEF" styleID="11" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="MACRODEF" styleID="12" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="USER DEFINED" styleID="8" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" keywordClass="type1" />
<WordsStyle name="WHILEDEF" styleID="9" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="FOREACHDEF" styleID="10" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="IFDEF" styleID="11" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="MACRODEF" styleID="12" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="STRING VARIABLE" styleID="13" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="NUMBER" styleID="14" fgColor="AE81FF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
</LexerType>
@@ -747,6 +974,22 @@ Credits:
<WordsStyle name="Selected Line" styleID="5" fgColor="000080" bgColor="FFFF4F" fontName="" fontStyle="0" fontSize="">if else for while</WordsStyle>
<WordsStyle name="Current line background colour" styleID="6" bgColor="E8E8FF" fgColor="0080FF" fontSize="" fontStyle="0">bool long int char</WordsStyle>
</LexerType>
<LexerType name="powershell" desc="PowerShell" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="2" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="3" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="4" fgColor="AE81FF" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VARIABLE" styleID="5" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="6" fgColor="F92672" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="8" fgColor="F92672" bgColor="272822" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="CMDLET" styleID="9" fgColor="F92672" bgColor="272822" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="ALIAS" styleID="10" fgColor="F92672" bgColor="272822" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="COMMENT STREAM" styleID="13" fgColor="75715E" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HERE STRING" styleID="14" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HERE CHARACTER" styleID="15" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="16" fgColor="75715E" bgColor="272822" fontName="" fontStyle="1" fontSize="10" keywordClass="type4" />
</LexerType>
</LexerStyles>
<GlobalStyles>
<!-- Attention : Don't modify the name of styleID="0" -->
@@ -756,28 +999,52 @@ Credits:
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="FCE94F" bgColor="272822" fontName="" fontStyle="1" fontSize="10" />
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="EF2929" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="3E3D32" />
<WidgetStyle name="Mark colour" styleID="0" fgColor="CC0000" bgColor="EDD400" />
<WidgetStyle name="Selected text colour" styleID="0" bgColor="49483E" />
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
<WidgetStyle name="Selected text colour" styleID="0" bgColor="49483E" fgColor="000000" />
<WidgetStyle name="Multi-selected text color" styleID="0" bgColor="49483E" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="F8F8F0" />
<WidgetStyle name="Find Mark Style" styleID="31" fgColor="CC0000" bgColor="EDD400" fontName="" fontStyle="0" fontSize="10" />
<WidgetStyle name="Multi-edit carets color" styleID="0" fgColor="F8F8F0" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="EEEEEC" />
<WidgetStyle name="Line number margin" styleID="33" fgColor="EEEEEC" bgColor="2E3436" fontName="" fontStyle="0" fontSize="8" />
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="2E3436" />
<WidgetStyle name="Change History margin" styleID="0" bgColor="2E3436" />
<WidgetStyle name="Change History modified" styleID="0" fgColor="FF8000" bgColor="FF8000" />
<WidgetStyle name="Change History revert modified" styleID="0" fgColor="A0C000" bgColor="A0C000" />
<WidgetStyle name="Change History revert origin" styleID="0" fgColor="40A0BF" bgColor="40A0BF" />
<WidgetStyle name="Change History saved" styleID="0" fgColor="00A000" bgColor="00A000" />
<WidgetStyle name="Fold" styleID="0" fgColor="2E3436" bgColor="EEEEEC" />
<WidgetStyle name="Fold active" styleID="0" fgColor="2E3436" />
<WidgetStyle name="Fold margin" styleID="0" fgColor="555753" bgColor="2E3436" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="FCAF3E" />
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="00FF00" fgColor="555753" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" fgColor="FCAF3E" />
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="00FF00" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" />
<WidgetStyle name="Find status: Not found" styleID="0" fgColor="FF0000" />
<WidgetStyle name="Find status: Message" styleID="0" fgColor="0000FF" />
<WidgetStyle name="Find status: Search end reached" styleID="0" fgColor="008000" />
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" />
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" />
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" />
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" />
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" fgColor="FFCAB0" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" fgColor="000000" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" fgColor="8080C0" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" bgColor="FF0000" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="80FF00" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" />
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" />
<WidgetStyle name="Tab color 1" styleID="0" bgColor="F3F0CB" />
<WidgetStyle name="Tab color 2" styleID="0" bgColor="DBF3CB" />
<WidgetStyle name="Tab color 3" styleID="0" bgColor="CBDBF3" />
<WidgetStyle name="Tab color 4" styleID="0" bgColor="F3DBCB" />
<WidgetStyle name="Tab color 5" styleID="0" bgColor="F3CBEE" />
<WidgetStyle name="Tab color dark mode 1" styleID="0" bgColor="807848" />
<WidgetStyle name="Tab color dark mode 2" styleID="0" bgColor="568048" />
<WidgetStyle name="Tab color dark mode 3" styleID="0" bgColor="507094" />
<WidgetStyle name="Tab color dark mode 4" styleID="0" bgColor="804849" />
<WidgetStyle name="Tab color dark mode 5" styleID="0" bgColor="754880" />
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="F8F8F2" bgColor="272822" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
</GlobalStyles>
</NotepadPlus>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="Windows-1252" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<!--//
File Name: MossyLawn.xml
Style Name: MossyLawn
@@ -12,6 +12,7 @@ Created by: Paul Neubauer (PaulRNeubauer at gmail dot com)
Last Modified: 1/14/2015
Added support for CoffeeScript.\
Improved contrast for readbility.
2023-09-30: update Perl support.
Released: 4/17/2012
License: Feel free to modify this theme.
This theme is available under the terms of the Creative Commons
@@ -56,6 +57,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="981f0e" bgColor="fdd64a" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ada" desc="ADA" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="f2c476" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
@@ -94,8 +103,16 @@ Installation:
<WordsStyle name="WORD" styleID="84" fgColor="cbe248" bgColor="627353" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="STRING" styleID="85" fgColor="ffdc87" bgColor="627353" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="86" fgColor="efc53d" bgColor="627353" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASPSYBOL" styleID="15" fgColor="3e2c04" bgColor="ccc457" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ASPSYMBOL" styleID="15" fgColor="3e2c04" bgColor="ccc457" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SCRIPTTYPE" styleID="16" fgColor="ccc457" bgColor="627353" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="216" fgColor="cbe248" bgColor="627353" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="217" fgColor="cbe248" bgColor="627353" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="218" fgColor="cbe248" bgColor="627353" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="219" fgColor="cbe248" bgColor="627353" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="220" fgColor="cbe248" bgColor="627353" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="221" fgColor="cbe248" bgColor="627353" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="222" fgColor="cbe248" bgColor="627353" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="223" fgColor="cbe248" bgColor="627353" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="autoit" desc="autoIt" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="f2c476" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
@@ -129,22 +146,31 @@ Installation:
<WordsStyle name="BACKTICKS" styleID="11" fgColor="bfb8c4" bgColor="7e8a28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE DELIM" styleID="12" fgColor="FFBBAA" bgColor="7C7411" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE Q" styleID="13" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER SCALAR 1" styleID="132" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER SCALAR 2" styleID="133" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER SCALAR 3" styleID="134" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER SCALAR 4" styleID="135" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="batch" desc="Batch" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="f2c476" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="KEYWORDS" styleID="2" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="LABEL" styleID="3" fgColor="afcf90" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HIDE SYBOL" styleID="4" fgColor="561e0f" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HIDE SYMBOL" styleID="4" fgColor="561e0f" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMAND" styleID="5" fgColor="FFBBAA" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="efc53d" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="ffee88" bgColor="58693D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="2" fontSize="" />
</LexerType>
<LexerType name="c" desc="C" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFBBAA" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="f2c476" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPEWORD" styleID="16" fgColor="efc53d" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="efc53d" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
@@ -157,6 +183,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="981f0e" bgColor="fdd64a" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="caml" desc="Caml" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="f2c476" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
@@ -248,6 +282,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="981f0e" bgColor="fdd64a" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="cs" desc="C#" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFBBAA" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
@@ -266,6 +308,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="981f0e" bgColor="fdd64a" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="css" desc="CSS" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="f2c476" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
@@ -351,6 +401,33 @@ Installation:
<WordsStyle name="LABEL" styleID="13" fgColor="FFBBAA" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="981f0e" bgColor="fdd64a" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="go" desc="Go" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFBBAA" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="f2c476" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="efc53d" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="PREDECLARED IDENTIFIERS" styleID="19" fgColor="efc5ef" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="NUMBER" styleID="4" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="ffee88" bgColor="58693D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="VERBATIM" styleID="13" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX" styleID="14" fgColor="afcf90" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="981f0e" bgColor="fdd64a" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="gui4cli" desc="GUI4CLI" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="f2c476" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="1" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="2" fontSize="" />
@@ -388,7 +465,7 @@ Installation:
<WordsStyle name="NUMBER" styleID="5" fgColor="981f0e" bgColor="fdd64a" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="d3d09d" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="d3d09d" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="d3d09d" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="981f0e" bgColor="fdd64a" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="162504" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
@@ -397,6 +474,14 @@ Installation:
<WordsStyle name="CDATA" styleID="17" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VALUE" styleID="19" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ENTITY" styleID="10" fgColor="561e0f" bgColor="58693D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="USER TAGS 1" styleID="192" fgColor="d3d09d" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER TAGS 2" styleID="193" fgColor="d3d09d" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER TAGS 3" styleID="194" fgColor="d3d09d" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER TAGS 4" styleID="195" fgColor="d3d09d" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="196" fgColor="162504" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="197" fgColor="162504" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="198" fgColor="162504" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="199" fgColor="162504" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ini" desc="ini file" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="f2c476" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
@@ -421,7 +506,6 @@ Installation:
<WordsStyle name="IDENTIFIER" styleID="12" fgColor="efc53d" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="java" desc="Java" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFBBAA" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="f2c476" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="efc53d" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
@@ -437,8 +521,16 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="afcf90" bgColor="58693D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="981f0e" bgColor="fdd64a" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="javascript" desc="JavaScript" ext="">
<LexerType name="javascript" desc="JavaScript (embedded)" ext="">
<WordsStyle name="DEFAULT" styleID="41" fgColor="f2c476" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="45" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="WORD" styleID="46" fgColor="efc53d" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
@@ -454,7 +546,31 @@ Installation:
<WordsStyle name="COMMENTDOC" styleID="44" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="afcf90" bgColor="58693D" fontName="" fontStyle="3" fontSize="">param @projectDescription projectDescription @param</WordsStyle>
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="981f0e" bgColor="fdd64a" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="200" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="201" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="202" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="203" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="204" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="205" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="206" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="207" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="json" desc="JSON" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="1" fgColor="FF8000" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="2" fgColor="DCDCCC" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING EOL" styleID="3" fgColor="808080" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PROPERTY NAME" styleID="4" fgColor="8CD0D3" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ESCAPE SEQUENCE" styleID="5" fgColor="0000FF" bgColor="58693D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="LINE COMMENT" styleID="6" fgColor="008000" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BLOCK COMMENT" styleID="7" fgColor="008000" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="E3CEAB" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="URI" styleID="9" fgColor="FFFF80" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="58693D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="58693D" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/>
<WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="kix" desc="KiXtart" ext="">
<WordsStyle name="DEFAULT" styleID="31" fgColor="f2c476" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="2" fontSize="" />
@@ -496,6 +612,14 @@ Installation:
<WordsStyle name="FUNC1" styleID="13" fgColor="FFBBAA" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="FUNC2" styleID="14" fgColor="efc53d" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="FUNC3" styleID="15" fgColor="561e0f" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="type2" />
<WordsStyle name="USER KEYWORD 1" styleID="16" fgColor="561e0f" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="type3" />
<WordsStyle name="USER KEYWORD 2" styleID="17" fgColor="561e0f" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="type4" />
<WordsStyle name="USER KEYWORD 3" styleID="18" fgColor="561e0f" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="type5" />
<WordsStyle name="USER KEYWORD 4" styleID="19" fgColor="561e0f" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="type6" />
<WordsStyle name="USER KEYWORDS 5" styleID="128" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 6" styleID="129" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 7" styleID="130" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 8" styleID="131" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
</LexerType>
<LexerType name="makefile" desc="Makefile" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="f2c476" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
@@ -578,40 +702,48 @@ Installation:
<WordsStyle name="ASM" styleID="14" fgColor="afcf90" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="perl" desc="Perl" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFBBAA" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="f2c476" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="ffee88" bgColor="58693D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="REGEX" styleID="17" fgColor="afcf90" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGSUBST" styleID="18" fgColor="afcf90" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="F2C476" bgColor="58693D" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="CBE248" bgColor="58693D" fontName="" fontStyle="" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FFDC87" bgColor="58693D" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFEE88" bgColor="58693D" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="efc53d" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="efc53d" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ARRAY" styleID="13" fgColor="efc53d" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HASH" styleID="14" fgColor="efc53d" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="efc53d" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PUNCTUATION" styleID="8" fgColor="ffee88" bgColor="58693D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="POD" styleID="3" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="POD VERB" styleID="31" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="981f0e" bgColor="fdd64a" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="LONGQUOTE" styleID="19" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATASECTION" styleID="21" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BACKTICKS" styleID="20" fgColor="bfb8c4" bgColor="7e8a28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE DELIM" styleID="22" fgColor="FFAABE" bgColor="7C7411" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE Q" styleID="23" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE QQ" styleID="24" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE QX" styleID="25" fgColor="bfb8c4" bgColor="7e8a28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="EFC53D" bgColor="58693D" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="ARRAY" styleID="13" fgColor="EFC53D" bgColor="58693D" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="HASH" styleID="14" fgColor="EFC53D" bgColor="58693D" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="EFC53D" bgColor="58693D" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="PROTOTYPE" styleID="40" fgColor="F2C476" bgColor="58693D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="2A390E" bgColor="58693D" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING SINGLEQUOTE" styleID="7" fgColor="FFDC87" bgColor="58693D" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING DOUBLEQUOTE" styleID="6" fgColor="FFDC87" bgColor="58693D" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING BACKTICKS" styleID="20" fgColor="BFB8C4" bgColor="7E8A28" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING Q" styleID="26" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QQ" styleID="27" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QX" styleID="28" fgColor="bfb8c4" bgColor="7e8a28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QR" styleID="29" fgColor="afcf90" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QW" styleID="30" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="FORMAT IDENT" styleID="41" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="FORMAT" styleID="42" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<WordsStyle name="REGEX MATCH" styleID="17" fgColor="AFCF90" bgColor="58693D" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="REGEX SUBSTITUTION" styleID="18" fgColor="AFCF90" bgColor="58693D" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="TRANSLATION" styleID="44" fgColor="F2C476" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC DELIMITER" styleID="22" fgColor="FFAABE" bgColor="7C7411" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC SINGLEQUOTE" styleID="23" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC DOUBLEQUOTE" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC BACKTICK" fgColor="bfb8c4" bgColor="7e8a28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VAR IN STRING" styleID="43" fgColor="F2C476" bgColor="58693D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX" styleID="54" fgColor="F2C476" bgColor="58693D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX SUBSTITUTION" styleID="55" fgColor="F2C476" bgColor="58693D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN BACKTICKS" styleID="57" fgColor="F2C476" bgColor="58693D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC DOUBLEQUOTE" styleID="61" fgColor="F2C476" bgColor="58693D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC BACKTICK" styleID="62" fgColor="F2C476" bgColor="58693D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QQ" styleID="64" fgColor="F2C476" bgColor="58693D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QX" styleID="65" fgColor="F2C476" bgColor="58693D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QR" styleID="66" fgColor="F2C476" bgColor="58693D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="FORMAT IDENTIFIER" styleID="41" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="FORMAT BODY" styleID="42" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATA SECTION" styleID="21" fgColor="FFDC87" bgColor="58693D" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD" styleID="3" fgColor="2A390E" bgColor="58693D" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD VERBATIM" styleID="31" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="981F0E" bgColor="FDD64A" fontName="" fontStyle="" fontSize="" />
</LexerType>
<LexerType name="php" desc="php" ext="">
<WordsStyle name="QUESTION MARK" styleID="18" fgColor="FFBBAA" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="118" fgColor="f2c476" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
@@ -624,6 +756,14 @@ Installation:
<WordsStyle name="COMMENT" styleID="124" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENTLINE" styleID="125" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="OPERATOR" styleID="127" fgColor="ffee88" bgColor="58693D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="PREDEFINED" styleID="213" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="FUNCS AND METHODS 1" styleID="214" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="FUNCS AND METHODS 2" styleID="215" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
<WordsStyle name="USER KEYWORDS 1" styleID="208" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="209" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="210" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="211" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="212" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
</LexerType>
<LexerType name="postscript" desc="Postscript" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="f2c476" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
@@ -676,7 +816,12 @@ Installation:
<WordsStyle name="OPERATOR" styleID="10" fgColor="ffee88" bgColor="58693D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="efc53d" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTBLOCK" styleID="12" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="12" fgColor="162504" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="13" fgColor="162504" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BUILTINS" styleID="14" fgColor="f2c476" bgColor="58693D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="F STRING" styleID="16" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F CHARACTER" styleID="17" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F TRIPLE" styleID="18" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F TRIPLEDOUBLE" styleID="19" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="r" desc="R" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="f2c476" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
@@ -689,6 +834,44 @@ Installation:
<WordsStyle name="STRING2" styleID="7" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="ffee88" bgColor="58693D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="INFIX" styleID="10" fgColor="FFBBAA" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="9" fgColor="efc53d" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INFIXEOL" styleID="11" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BACKTICKS" styleID="12" fgColor="efc53d" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="RAWSTRING" styleID="13" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="RAWSTRING2" styleID="14" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ESCAPESEQUENCE" styleID="15" fgColor="0000FF" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="raku" desc="Raku" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F2C476" bgColor="58693D" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="981F0E" bgColor="FDD64A" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="2A390E" bgColor="58693D" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="COMMENT EMBED" styleID="3" fgColor="2A390E" bgColor="58693D" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD" styleID="4" fgColor="2A390E" bgColor="58693D" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="FFDC87" bgColor="58693D" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="HEREDOC Q" styleID="6" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC QQ" styleID="7" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="8" fgColor="FFDC87" bgColor="58693D" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING Q" styleID="9" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QQ" styleID="10" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING Q_LANG" styleID="11" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING VAR" styleID="12" fgColor="F2C476" bgColor="58693D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="REGEX" styleID="13" fgColor="AFCF90" bgColor="58693D" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="REGEX VAR" styleID="14" fgColor="F2C476" bgColor="58693D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ADVERB" styleID="15" fgColor="FFBBAA" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="type5" />
<WordsStyle name="NUMBER" styleID="16" fgColor="FFDC87" bgColor="58693D" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="PREPROCESSOR" styleID="17" fgColor="FFBBAA" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="18" fgColor="FFEE88" bgColor="58693D" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="19" fgColor="CBE248" bgColor="58693D" fontName="" fontStyle="" fontSize="" keywordClass="instre1" />
<WordsStyle name="FUNCTION" styleID="20" fgColor="CBE248" bgColor="58693D" fontName="" fontStyle="" fontSize="" keywordClass="instre2" />
<WordsStyle name="IDENTIFIER" styleID="21" fgColor="efc53d" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<!-- TYPEDEF styling applies to type1..type4 lists from langs.xml, but only associated with type1 in stylers/themes -->
<WordsStyle name="TYPEDEF" styleID="22" fgColor="CBE248" bgColor="58693D" fontName="" fontStyle="" fontSize="" keywordClass="type1" />
<WordsStyle name="MU" styleID="23" fgColor="FFDC87" bgColor="58693D" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POSITIONAL" styleID="24" fgColor="bfb8c4" bgColor="7e8a28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASSOCIATIVE" styleID="25" fgColor="bfb8c4" bgColor="7e8a28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CALLABLE" styleID="26" fgColor="CBE248" bgColor="58693D" fontName="" fontStyle="" fontSize="" keywordClass="type1" />
<WordsStyle name="GRAMMAR" styleID="27" fgColor="FFEE88" bgColor="58693D" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="CLASS" styleID="28" fgColor="FFEE88" bgColor="58693D" fontName="" fontStyle="" fontSize="" />
</LexerType>
<LexerType name="rc" desc="RC" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFBBAA" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
@@ -707,6 +890,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="981f0e" bgColor="fdd64a" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ruby" desc="Ruby" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="f2c476" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
@@ -780,11 +971,14 @@ Installation:
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="NUMBER" styleID="4" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="5" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="USER1" styleID="16" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="KEYWORD2" styleID="19" fgColor="FF8080" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="type3" />
<WordsStyle name="STRING" styleID="6" fgColor="FFBBAA" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING2" styleID="7" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="ffee88" bgColor="58693D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="f2c476" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="Q OPERATOR" styleID="24" fgColor="FFBBAA" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="tcl" desc="TCL" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="f2c476" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
@@ -812,6 +1006,23 @@ Installation:
<WordsStyle name="COMMAND" styleID="4" fgColor="cbe248" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEXT" styleID="5" fgColor="f2c476" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="toml" desc="TOML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FF0000" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="69B45C" bgColor="58693D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="C0C0C0" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="3" fgColor="B76FFF" bgColor="58693D" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF8000" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TABLE" styleID="5" fgColor="FED750" bgColor="58693D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEY" styleID="6" fgColor="8CC6FF" bgColor="58693D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ERROR" styleID="7" fgColor="FF0000" bgColor="58693D" fontName="" fontStyle="4" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="C0C0C0" bgColor="58693D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING SQ" styleID="9" fgColor="CE9B9B" bgColor="58693D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING DQ" styleID="10" fgColor="CE9B9B" bgColor="58693D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING SQ" styleID="11" fgColor="CE9B9B" bgColor="58693D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING DQ" styleID="12" fgColor="CE9B9B" bgColor="58693D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ESCAPE CHAR" styleID="13" fgColor="00FF00" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATETIME" styleID="14" fgColor="A0FAC7" bgColor="58693D" fontName="" fontStyle="1" fontSize="" />
</LexerType>
<LexerType name="vb" desc="VB / VBS" ext="">
<WordsStyle name="DEFAULT" styleID="7" fgColor="f2c476" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="2" fontSize="" />
@@ -873,6 +1084,14 @@ Installation:
<WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="f2c476" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CDATA" styleID="17" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ENTITY" styleID="10" fgColor="561e0f" bgColor="58693D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="192" fgColor="162504" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="193" fgColor="162504" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="194" fgColor="162504" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="195" fgColor="162504" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 5" styleID="196" fgColor="162504" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 6" styleID="197" fgColor="162504" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 7" styleID="198" fgColor="162504" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 8" styleID="199" fgColor="162504" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="yaml" desc="YAML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="f2c476" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
@@ -888,33 +1107,58 @@ Installation:
</LexerStyles>
<GlobalStyles>
<!-- Attention : Don't modify the name of styleID="0" -->
<WidgetStyle name="Global override" styleID="0" fgColor="f2c476" bgColor="58693D" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Default Style" styleID="32" fgColor="f2c476" bgColor="58693D" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Global override" styleID="0" fgColor="F2C476" bgColor="58693D" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Default Style" styleID="32" fgColor="F2C476" bgColor="58693D" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="003709" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="561e0f" bgColor="9ece3c" fontName="" fontStyle="1" fontSize="" />
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="981f0e" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="561E0F" bgColor="9ECE3C" fontName="" fontStyle="1" fontSize="" />
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="981F0E" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="717A39" />
<WidgetStyle name="Selected text colour" styleID="0" bgColor="8B6733" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="ffc973" />
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
<WidgetStyle name="Selected text colour" styleID="0" bgColor="8B6733" fgColor="000000" />
<WidgetStyle name="Multi-selected text color" styleID="0" bgColor="8B6733" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FFC973" />
<WidgetStyle name="Multi-edit carets color" styleID="0" fgColor="FFC973" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="003709" />
<WidgetStyle name="Line number margin" styleID="33" fgColor="603d13" bgColor="7e8a28" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Fold" styleID="0" fgColor="603d13" bgColor="7e8a28" />
<WidgetStyle name="Line number margin" styleID="33" fgColor="603D13" bgColor="7E8A28" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="7E8A28" />
<WidgetStyle name="Change History margin" styleID="0" bgColor="7E8A28" />
<WidgetStyle name="Change History modified" styleID="0" fgColor="FF8000" bgColor="FF8000" />
<WidgetStyle name="Change History revert modified" styleID="0" fgColor="A0C000" bgColor="A0C000" />
<WidgetStyle name="Change History revert origin" styleID="0" fgColor="40A0BF" bgColor="40A0BF" />
<WidgetStyle name="Change History saved" styleID="0" fgColor="00A000" bgColor="00A000" />
<WidgetStyle name="Fold" styleID="0" fgColor="603d13" bgColor="7E8A28" />
<WidgetStyle name="Fold active" styleID="0" fgColor="FF0000" />
<WidgetStyle name="Fold margin" styleID="0" fgColor="7e8a28" bgColor="7e8a28" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="ffc973" />
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="bf8830" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="6a1a01" />
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="fdd64a" />
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="afcf90" />
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="ffdc87" />
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="cbe248" />
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="8abbe4" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="6a1a01" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="92983e" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="dab57e" />
<WidgetStyle name="Fold margin" styleID="0" fgColor="7E8A28" bgColor="7E8A28" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="FFC973" />
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="BF8830" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="6A1A01" />
<WidgetStyle name="Find status: Not found" styleID="0" fgColor="FF0000" />
<WidgetStyle name="Find status: Message" styleID="0" fgColor="0000FF" />
<WidgetStyle name="Find status: Search end reached" styleID="0" fgColor="008000" />
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="FDD64A" />
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="AFCF90" />
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFDC87" />
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="CBE248" />
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="8ABBE4" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="6A1A01" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="92983E" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="DAB57E" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="58693D" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="58693D" />
<WidgetStyle name="Active tab text" styleID="0" fgColor="012001" />
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="162504" bgColor="BBCF60" />
<WidgetStyle name="Tab color 1" styleID="0" bgColor="F3F0CB" />
<WidgetStyle name="Tab color 2" styleID="0" bgColor="DBF3CB" />
<WidgetStyle name="Tab color 3" styleID="0" bgColor="CBDBF3" />
<WidgetStyle name="Tab color 4" styleID="0" bgColor="F3DBCB" />
<WidgetStyle name="Tab color 5" styleID="0" bgColor="F3CBEE" />
<WidgetStyle name="Tab color dark mode 1" styleID="0" bgColor="807848" />
<WidgetStyle name="Tab color dark mode 2" styleID="0" bgColor="568048" />
<WidgetStyle name="Tab color dark mode 3" styleID="0" bgColor="507094" />
<WidgetStyle name="Tab color dark mode 4" styleID="0" bgColor="804849" />
<WidgetStyle name="Tab color dark mode 5" styleID="0" bgColor="754880" />
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="F2C476" bgColor="58693D" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
</GlobalStyles>
</NotepadPlus>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="Windows-1252" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<!--//
File Name: Navajo.xml
Style Name: Navajo
@@ -9,6 +9,7 @@ Supported languages: All the languages supported by release 6.7.4
Created by: Paul Neubauer (PaulRNeubauer at gmail dot com)
Last Modified: 1/14/2015
Added support for CoffeeScript.
2023-09-30: update Perl support.
Released: 4/17/2012
License: Feel free to modify this theme.
This theme is available under the terms of the Creative Commons
@@ -53,6 +54,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="BCBCBC" bgColor="5F0000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ada" desc="ADA" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
@@ -91,8 +100,16 @@ Installation:
<WordsStyle name="WORD" styleID="84" fgColor="804040" bgColor="CDB38B" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="STRING" styleID="85" fgColor="C00058" bgColor="CDB38B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="86" fgColor="000000" bgColor="CDB38B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASPSYBOL" styleID="15" fgColor="870087" bgColor="afaf87" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ASPSYMBOL" styleID="15" fgColor="870087" bgColor="afaf87" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SCRIPTTYPE" styleID="16" fgColor="D92B10" bgColor="CDB38B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="216" fgColor="804040" bgColor="CDB38B" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="217" fgColor="804040" bgColor="CDB38B" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="218" fgColor="804040" bgColor="CDB38B" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="219" fgColor="804040" bgColor="CDB38B" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="220" fgColor="804040" bgColor="CDB38B" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="221" fgColor="804040" bgColor="CDB38B" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="222" fgColor="804040" bgColor="CDB38B" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="223" fgColor="804040" bgColor="CDB38B" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="autoit" desc="autoIt" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
@@ -126,22 +143,31 @@ Installation:
<WordsStyle name="BACKTICKS" styleID="11" fgColor="C00058" bgColor="CDB38B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE DELIM" styleID="12" fgColor="870087" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE Q" styleID="13" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER SCALAR 1" styleID="132" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER SCALAR 2" styleID="133" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER SCALAR 3" styleID="134" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER SCALAR 4" styleID="135" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="batch" desc="Batch" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="KEYWORDS" styleID="2" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="LABEL" styleID="3" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HIDE SYBOL" styleID="4" fgColor="3b4092" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HIDE SYMBOL" styleID="4" fgColor="3b4092" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMAND" styleID="5" fgColor="D92B10" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="106060" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="010101" bgColor="BA9C80" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="2" fontSize="" />
</LexerType>
<LexerType name="c" desc="C" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="870087" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPEWORD" styleID="16" fgColor="1E8B47" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="1E8B47" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
@@ -154,6 +180,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="BCBCBC" bgColor="5F0000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="caml" desc="Caml" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
@@ -245,6 +279,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="BCBCBC" bgColor="5F0000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="cs" desc="C#" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="870087" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
@@ -263,6 +305,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="BCBCBC" bgColor="5F0000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="css" desc="CSS" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
@@ -348,6 +398,33 @@ Installation:
<WordsStyle name="LABEL" styleID="13" fgColor="D92B10" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="5F0000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="go" desc="Go" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="870087" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="1E8B47" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="PREDECLARED IDENTIFIERS" styleID="19" fgColor="1E8B1E" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="NUMBER" styleID="4" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="010101" bgColor="BA9C80" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="VERBATIM" styleID="13" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX" styleID="14" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="BCBCBC" bgColor="5F0000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="gui4cli" desc="GUI4CLI" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="1" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="2" fontSize="" />
@@ -385,7 +462,7 @@ Installation:
<WordsStyle name="NUMBER" styleID="5" fgColor="BCBCBC" bgColor="5F0000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="BCBCBC" bgColor="5F0000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="1E8B47" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
@@ -394,6 +471,14 @@ Installation:
<WordsStyle name="CDATA" styleID="17" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VALUE" styleID="19" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ENTITY" styleID="10" fgColor="3b4092" bgColor="BA9C80" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="USER TAGS 1" styleID="192" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER TAGS 2" styleID="193" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER TAGS 3" styleID="194" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER TAGS 4" styleID="195" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="196" fgColor="1E8B47" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="197" fgColor="1E8B47" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="198" fgColor="1E8B47" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="199" fgColor="1E8B47" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ini" desc="ini file" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
@@ -418,7 +503,6 @@ Installation:
<WordsStyle name="IDENTIFIER" styleID="12" fgColor="106060" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="java" desc="Java" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="870087" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="1E8B47" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
@@ -434,8 +518,16 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="BCBCBC" bgColor="5F0000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="javascript" desc="JavaScript" ext="">
<LexerType name="javascript" desc="JavaScript (embedded)" ext="">
<WordsStyle name="DEFAULT" styleID="41" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="45" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="WORD" styleID="46" fgColor="106060" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
@@ -451,6 +543,30 @@ Installation:
<WordsStyle name="COMMENTDOC" styleID="44" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="3" fontSize="">param @projectDescription projectDescription @param</WordsStyle>
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="BCBCBC" bgColor="5F0000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="200" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="201" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="202" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="203" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="204" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="205" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="206" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="207" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="json" desc="JSON" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="1" fgColor="FF8000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="2" fgColor="800000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING EOL" styleID="3" fgColor="808080" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PROPERTY NAME" styleID="4" fgColor="8000FF" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ESCAPE SEQUENCE" styleID="5" fgColor="0000FF" bgColor="BA9C80" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="LINE COMMENT" styleID="6" fgColor="008000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BLOCK COMMENT" styleID="7" fgColor="008000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="URI" styleID="9" fgColor="0000FF" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="BA9C80" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="BA9C80" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/>
<WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="kix" desc="KiXtart" ext="">
<WordsStyle name="DEFAULT" styleID="31" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
@@ -493,6 +609,14 @@ Installation:
<WordsStyle name="FUNC1" styleID="13" fgColor="D92B10" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="FUNC2" styleID="14" fgColor="106060" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="FUNC3" styleID="15" fgColor="3b4092" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="type2" />
<WordsStyle name="USER KEYWORD 1" styleID="16" fgColor="3b4092" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="type3" />
<WordsStyle name="USER KEYWORD 2" styleID="17" fgColor="3b4092" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="type4" />
<WordsStyle name="USER KEYWORD 3" styleID="18" fgColor="3b4092" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="type5" />
<WordsStyle name="USER KEYWORD 4" styleID="19" fgColor="3b4092" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="type6" />
<WordsStyle name="USER KEYWORDS 5" styleID="128" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 6" styleID="129" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 7" styleID="130" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 8" styleID="131" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
</LexerType>
<LexerType name="makefile" desc="Makefile" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
@@ -575,40 +699,48 @@ Installation:
<WordsStyle name="ASM" styleID="14" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="perl" desc="Perl" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="870087" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="010101" bgColor="BA9C80" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="REGEX" styleID="17" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGSUBST" styleID="18" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="010101" bgColor="BA9C80" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ARRAY" styleID="13" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HASH" styleID="14" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PUNCTUATION" styleID="8" fgColor="010101" bgColor="BA9C80" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="POD" styleID="3" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="POD VERB" styleID="31" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="BCBCBC" bgColor="5F0000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="LONGQUOTE" styleID="19" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATASECTION" styleID="21" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BACKTICKS" styleID="20" fgColor="C00058" bgColor="CDB38B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE DELIM" styleID="22" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE Q" styleID="23" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE QQ" styleID="24" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE QX" styleID="25" fgColor="C00058" bgColor="CDB38B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="ARRAY" styleID="13" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="HASH" styleID="14" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="PROTOTYPE" styleID="40" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING SINGLEQUOTE" styleID="7" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING DOUBLEQUOTE" styleID="6" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING BACKTICKS" styleID="20" fgColor="C00058" bgColor="CDB38B" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING Q" styleID="26" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QQ" styleID="27" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QX" styleID="28" fgColor="C00058" bgColor="CDB38B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QR" styleID="29" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QW" styleID="30" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="FORMAT IDENT" styleID="41" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="FORMAT" styleID="42" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<WordsStyle name="REGEX MATCH" styleID="17" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="REGEX SUBSTITUTION" styleID="18" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="TRANSLATION" styleID="44" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC DELIMITER" styleID="22" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC SINGLEQUOTE" styleID="23" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC DOUBLEQUOTE" styleID="24" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC BACKTICK" styleID="25" fgColor="C00058" bgColor="CDB38B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VAR IN STRING" styleID="43" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX" styleID="54" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX SUBSTITUTION" styleID="55" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN BACKTICKS" styleID="57" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC DOUBLEQUOTE" styleID="61" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC BACKTICK" styleID="62" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QQ" styleID="64" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QX" styleID="65" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QR" styleID="66" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="FORMAT IDENTIFIER" styleID="41" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="FORMAT BODY" styleID="42" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATA SECTION" styleID="21" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD" styleID="3" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD VERBATIM" styleID="31" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="BCBCBC" bgColor="5F0000" fontName="" fontStyle="" fontSize="" />
</LexerType>
<LexerType name="php" desc="php" ext="">
<WordsStyle name="QUESTION MARK" styleID="18" fgColor="870087" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="118" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
@@ -621,6 +753,14 @@ Installation:
<WordsStyle name="COMMENT" styleID="124" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENTLINE" styleID="125" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="OPERATOR" styleID="127" fgColor="010101" bgColor="BA9C80" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="PREDEFINED" styleID="213" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="FUNCS AND METHODS 1" styleID="214" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="FUNCS AND METHODS 2" styleID="215" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
<WordsStyle name="USER KEYWORDS 1" styleID="208" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="209" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="210" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="211" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="212" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
</LexerType>
<LexerType name="postscript" desc="Postscript" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
@@ -673,7 +813,12 @@ Installation:
<WordsStyle name="OPERATOR" styleID="10" fgColor="010101" bgColor="BA9C80" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="106060" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTBLOCK" styleID="12" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="12" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="13" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BUILTINS" styleID="14" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="F STRING" styleID="16" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F CHARACTER" styleID="17" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F TRIPLE" styleID="18" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F TRIPLEDOUBLE" styleID="19" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="r" desc="R" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
@@ -686,6 +831,44 @@ Installation:
<WordsStyle name="STRING2" styleID="7" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="010101" bgColor="BA9C80" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="INFIX" styleID="10" fgColor="D92B10" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="9" fgColor="106060" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INFIXEOL" styleID="11" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BACKTICKS" styleID="12" fgColor="106060" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="RAWSTRING" styleID="13" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="RAWSTRING2" styleID="14" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ESCAPESEQUENCE" styleID="15" fgColor="0000FF" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="raku" desc="Raku" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="BCBCBC" bgColor="5F0000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="COMMENT EMBED" styleID="3" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD" styleID="4" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="HEREDOC Q" styleID="6" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC QQ" styleID="7" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="8" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING Q" styleID="9" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QQ" styleID="10" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING Q_LANG" styleID="11" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING VAR" styleID="12" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="REGEX" styleID="13" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="REGEX VAR" styleID="14" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ADVERB" styleID="15" fgColor="870087" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="type5" />
<WordsStyle name="NUMBER" styleID="16" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="PREPROCESSOR" styleID="17" fgColor="870087" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="18" fgColor="010101" bgColor="BA9C80" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="19" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="" fontSize="" keywordClass="instre1" />
<WordsStyle name="FUNCTION" styleID="20" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="" fontSize="" keywordClass="instre2" />
<WordsStyle name="IDENTIFIER" styleID="21" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<!-- TYPEDEF styling applies to type1..type4 lists from langs.xml, but only associated with type1 in stylers/themes -->
<WordsStyle name="TYPEDEF" styleID="22" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="" fontSize="" keywordClass="type1" />
<WordsStyle name="MU" styleID="23" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POSITIONAL" styleID="24" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASSOCIATIVE" styleID="25" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CALLABLE" styleID="26" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="GRAMMAR" styleID="27" fgColor="870087" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CLASS" styleID="28" fgColor="870087" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="rc" desc="RC" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="870087" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
@@ -704,6 +887,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="BCBCBC" bgColor="5F0000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ruby" desc="Ruby" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
@@ -777,11 +968,14 @@ Installation:
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="NUMBER" styleID="4" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="5" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="USER1" styleID="16" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="KEYWORD2" styleID="19" fgColor="A00090" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="type3" />
<WordsStyle name="STRING" styleID="6" fgColor="106060" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING2" styleID="7" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="010101" bgColor="BA9C80" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="Q OPERATOR" styleID="24" fgColor="106060" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="tcl" desc="TCL" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
@@ -809,6 +1003,23 @@ Installation:
<WordsStyle name="COMMAND" styleID="4" fgColor="804040" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEXT" styleID="5" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="toml" desc="TOML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FF0000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="008000" bgColor="BA9C80" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="3" fgColor="8000FF" bgColor="BA9C80" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="408080" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TABLE" styleID="5" fgColor="804000" bgColor="BA9C80" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEY" styleID="6" fgColor="0000FF" bgColor="BA9C80" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ERROR" styleID="7" fgColor="FFFF80" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="808000" bgColor="BA9C80" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING SQ" styleID="9" fgColor="4D4D4D" bgColor="BA9C80" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING DQ" styleID="10" fgColor="4D4D4D" bgColor="BA9C80" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING SQ" styleID="11" fgColor="4D4D4D" bgColor="BA9C80" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING DQ" styleID="12" fgColor="4D4D4D" bgColor="BA9C80" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ESCAPE CHAR" styleID="13" fgColor="0000FF" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATETIME" styleID="14" fgColor="0000A0" bgColor="BA9C80" fontName="" fontStyle="1" fontSize="" />
</LexerType>
<LexerType name="vb" desc="VB / VBS" ext="">
<WordsStyle name="DEFAULT" styleID="7" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="2" fontSize="" />
@@ -870,6 +1081,14 @@ Installation:
<WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="000000" bgColor="AFAF87" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CDATA" styleID="17" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ENTITY" styleID="10" fgColor="3b4092" bgColor="BA9C80" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="192" fgColor="1E8B47" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="193" fgColor="1E8B47" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="194" fgColor="1E8B47" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="195" fgColor="1E8B47" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 5" styleID="196" fgColor="1E8B47" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 6" styleID="197" fgColor="1E8B47" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 7" styleID="198" fgColor="1E8B47" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 8" styleID="199" fgColor="1E8B47" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="yaml" desc="YAML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
@@ -891,16 +1110,28 @@ Installation:
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="000000" bgColor="00FFFF" fontName="" fontStyle="1" fontSize="" />
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="BCBCBC" bgColor="5F0000" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="B39674" />
<WidgetStyle name="Selected text colour" styleID="0" bgColor="BCBCBC" />
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
<WidgetStyle name="Selected text colour" styleID="0" bgColor="BCBCBC" fgColor="000000" />
<WidgetStyle name="Multi-selected text color" styleID="0" bgColor="BCBCBC" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FFFFFF" />
<WidgetStyle name="Multi-edit carets color" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="181880" />
<WidgetStyle name="Line number margin" styleID="33" fgColor="000000" bgColor="808080" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="808080" />
<WidgetStyle name="Change History margin" styleID="0" bgColor="808080" />
<WidgetStyle name="Change History modified" styleID="0" fgColor="FF8000" bgColor="FF8000" />
<WidgetStyle name="Change History revert modified" styleID="0" fgColor="A0C000" bgColor="A0C000" />
<WidgetStyle name="Change History revert origin" styleID="0" fgColor="40A0BF" bgColor="40A0BF" />
<WidgetStyle name="Change History saved" styleID="0" fgColor="00A000" bgColor="00A000" />
<WidgetStyle name="Fold" styleID="0" fgColor="000000" bgColor="808080" />
<WidgetStyle name="Fold active" styleID="0" fgColor="FF0000" />
<WidgetStyle name="Fold margin" styleID="0" fgColor="808080" bgColor="808080" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="106060" />
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="BCBCBC" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="3b4092" />
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="BCBCBC" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="3B4092" />
<WidgetStyle name="Find status: Not found" styleID="0" fgColor="FF0000" />
<WidgetStyle name="Find status: Message" styleID="0" fgColor="0000FF" />
<WidgetStyle name="Find status: Search end reached" styleID="0" fgColor="008000" />
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="870087" />
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="C00058" />
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="181880" />
@@ -913,5 +1144,18 @@ Installation:
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="BA9C80" />
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="181880" bgColor="BA9C80" />
<WidgetStyle name="Tab color 1" styleID="0" bgColor="F3F0CB" />
<WidgetStyle name="Tab color 2" styleID="0" bgColor="DBF3CB" />
<WidgetStyle name="Tab color 3" styleID="0" bgColor="CBDBF3" />
<WidgetStyle name="Tab color 4" styleID="0" bgColor="F3DBCB" />
<WidgetStyle name="Tab color 5" styleID="0" bgColor="F3CBEE" />
<WidgetStyle name="Tab color dark mode 1" styleID="0" bgColor="807848" />
<WidgetStyle name="Tab color dark mode 2" styleID="0" bgColor="568048" />
<WidgetStyle name="Tab color dark mode 3" styleID="0" bgColor="507094" />
<WidgetStyle name="Tab color dark mode 4" styleID="0" bgColor="804849" />
<WidgetStyle name="Tab color dark mode 5" styleID="0" bgColor="754880" />
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="000000" bgColor="BA9C80" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
</GlobalStyles>
</NotepadPlus>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="Windows-1252" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Notepad++ Custom Style
@@ -8,7 +8,9 @@ Notepad++ Custom Style
Languages: php, html, css, xml, javascript, python, sql, c, c++,
assembly, bash, batch, lua at least for detail. Everything else more or less...
Info: Inspired by Oblivion theme for gedit.
-->
2023-09-30: update Perl support.
-->
<NotepadPlus>
<LexerStyles>
<LexerType name="actionscript" desc="ActionScript" ext="">
@@ -29,6 +31,14 @@ Notepad++ Custom Style
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="6C788C" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="6C788C" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="6C788C" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ada" desc="ADA" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
@@ -52,8 +62,16 @@ Notepad++ Custom Style
<WordsStyle name="STRING" styleID="85" fgColor="EC7600" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="87" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="86" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASPSYBOL" styleID="15" fgColor="D955C1" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ASPSYMBOL" styleID="15" fgColor="D955C1" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SCRIPTTYPE" styleID="16" fgColor="D955C1" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="216" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="217" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="218" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="219" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="220" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="221" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="222" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="223" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="asm" desc="Assembly" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
@@ -104,16 +122,25 @@ Notepad++ Custom Style
<WordsStyle name="BACKTICKS" styleID="11" fgColor="D39745" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE DELIM" styleID="12" fgColor="FF8409" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="HERE Q" styleID="13" fgColor="EC7600" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER SCALAR 1" styleID="132" fgColor="B7C8D9" bgColor="293134" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER SCALAR 2" styleID="133" fgColor="B7C8D9" bgColor="293134" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER SCALAR 3" styleID="134" fgColor="B7C8D9" bgColor="293134" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER SCALAR 4" styleID="135" fgColor="B7C8D9" bgColor="293134" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="batch" desc="Batch" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="66747B" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORDS" styleID="2" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="LABEL" styleID="3" fgColor="C29F56" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HIDE SYBOL" styleID="4" fgColor="D3DA50" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HIDE SYMBOL" styleID="4" fgColor="D3DA50" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMAND" styleID="5" fgColor="FFCD22" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="678CB1" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="E8E2B7" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="66747B" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="c" desc="C" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="A082BD" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
@@ -132,6 +159,14 @@ Notepad++ Custom Style
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="6C788C" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="6C788C" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="6C788C" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="cpp" desc="C++" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="A082BD" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
@@ -150,6 +185,14 @@ Notepad++ Custom Style
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="6C788C" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="6C788C" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="6C788C" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="cs" desc="C#" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="A082BD" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
@@ -168,6 +211,14 @@ Notepad++ Custom Style
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="6C788C" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="6C788C" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="6C788C" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="caml" desc="Caml" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
@@ -264,6 +315,33 @@ Notepad++ Custom Style
<WordsStyle name="LABEL" styleID="13" fgColor="678CB1" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="9FAC95" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="go" desc="Go" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="A082BD" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="678CB1" bgColor="293134" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="PREDECLARED IDENTIFIERS" styleID="19" fgColor="678C67" bgColor="293134" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FFCD22" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="EC7600" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="FF8409" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="E8E2B7" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VERBATIM" styleID="13" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX" styleID="14" fgColor="D39745" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="66747B" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="66747B" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="6C788C" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="6C788C" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="6C788C" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="6C788C" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="haskell" desc="Haskell" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="1" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
@@ -289,7 +367,7 @@ Notepad++ Custom Style
<WordsStyle name="NUMBER" styleID="5" fgColor="FFCD22" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="E1E2CF" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="E1E2CF" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="8CBBAD" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="8CBBAD" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="8CBBAD" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="8CBBAD" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="B3B689" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
@@ -298,6 +376,14 @@ Notepad++ Custom Style
<WordsStyle name="CDATA" styleID="17" fgColor="D0D2B5" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VALUE" styleID="19" fgColor="FF8000" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ENTITY" styleID="10" fgColor="BBBBBB" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER TAGS 1" styleID="192" fgColor="8CBBAD" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER TAGS 2" styleID="193" fgColor="8CBBAD" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER TAGS 3" styleID="194" fgColor="8CBBAD" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER TAGS 4" styleID="195" fgColor="8CBBAD" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="196" fgColor="B3B689" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="197" fgColor="B3B689" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="198" fgColor="B3B689" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="199" fgColor="B3B689" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ini" desc="ini file" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
@@ -322,7 +408,6 @@ Notepad++ Custom Style
<WordsStyle name="IDENTIFIER" styleID="12" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="java" desc="Java" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="A082BD" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="678CB1" bgColor="293134" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
@@ -338,8 +423,16 @@ Notepad++ Custom Style
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="6C788C" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="6C788C" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="6C788C" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="javascript" desc="JavaScript" ext="">
<LexerType name="javascript" desc="JavaScript (embedded)" ext="">
<WordsStyle name="DEFAULT" styleID="41" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="45" fgColor="FFCD22" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="WORD" styleID="46" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
@@ -353,6 +446,14 @@ Notepad++ Custom Style
<WordsStyle name="COMMENT" styleID="42" fgColor="818E96" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTLINE" styleID="43" fgColor="818E96" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTDOC" styleID="44" fgColor="6C788C" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="200" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="201" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="202" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="203" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="204" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="205" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="206" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="207" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="kix" desc="KiXtart" ext="">
<WordsStyle name="DEFAULT" styleID="31" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
@@ -394,6 +495,14 @@ Notepad++ Custom Style
<WordsStyle name="FUNC1" styleID="13" fgColor="678CB1" bgColor="293134" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="FUNC2" styleID="14" fgColor="678CB1" bgColor="293134" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="FUNC3" styleID="15" fgColor="678CB1" bgColor="293134" fontName="" fontStyle="0" fontSize="" keywordClass="type2" />
<WordsStyle name="USER KEYWORD 1" styleID="16" fgColor="678CB1" bgColor="293134" fontName="" fontStyle="0" fontSize="" keywordClass="type3" />
<WordsStyle name="USER KEYWORD 2" styleID="17" fgColor="678CB1" bgColor="293134" fontName="" fontStyle="0" fontSize="" keywordClass="type4" />
<WordsStyle name="USER KEYWORD 3" styleID="18" fgColor="678CB1" bgColor="293134" fontName="" fontStyle="0" fontSize="" keywordClass="type5" />
<WordsStyle name="USER KEYWORD 4" styleID="19" fgColor="678CB1" bgColor="293134" fontName="" fontStyle="0" fontSize="" keywordClass="type6" />
<WordsStyle name="USER KEYWORDS 5" styleID="128" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 6" styleID="129" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 7" styleID="130" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 8" styleID="131" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
</LexerType>
<LexerType name="makefile" desc="Makefile" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
@@ -474,26 +583,47 @@ Notepad++ Custom Style
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="6C788C" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="perl" desc="Perl" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="A082BD" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FFCD22" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="EC7600" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="FF8409" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="E8E2B7" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX" styleID="17" fgColor="D39745" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="66747B" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="678CB1" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ARRAY" styleID="13" fgColor="5899C0" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HASH" styleID="14" fgColor="5AB9BE" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PUNCTUATION" styleID="8" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="POD" styleID="3" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="LONGQUOTE" styleID="19" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATASECTION" styleID="21" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGSUBST" styleID="18" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BACKTICKS" styleID="20" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="93C763" bgColor="293134" fontName="" fontStyle="" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FFCD22" bgColor="293134" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="E8E2B7" bgColor="293134" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="678CB1" bgColor="293134" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="ARRAY" styleID="13" fgColor="5899C0" bgColor="293134" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="HASH" styleID="14" fgColor="5AB9BE" bgColor="293134" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="PROTOTYPE" styleID="40" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="66747B" bgColor="293134" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING SINGLEQUOTE" styleID="7" fgColor="FF8409" bgColor="293134" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING DOUBLEQUOTE" styleID="6" fgColor="EC7600" bgColor="293134" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING BACKTICKS" styleID="20" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING Q" styleID="26" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRING QQ" styleID="27" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QX" styleID="28" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QR" styleID="29" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QW" styleID="30" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX MATCH" styleID="17" fgColor="D39745" bgColor="293134" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="REGEX SUBSTITUTION" styleID="18" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="TRANSLATION" styleID="44" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC DELIMITER" styleID="22" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="HEREDOC SINGLEQUOTE" styleID="23" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="HEREDOC DOUBLEQUOTE" styleID="24" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC BACKTICK" styleID="25" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VAR IN STRING" styleID="43" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX" styleID="54" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX SUBSTITUTION" styleID="55" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN BACKTICKS" styleID="57" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC DOUBLEQUOTE" styleID="61" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC BACKTICK" styleID="62" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QQ" styleID="64" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QX" styleID="65" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QR" styleID="66" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="FORMAT IDENTIFIER" styleID="41" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="FORMAT BODY" styleID="42" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATA SECTION" styleID="21" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD" styleID="3" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD VERBATIM" styleID="31" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="" fontSize="" />
</LexerType>
<LexerType name="php" desc="php" ext="">
<WordsStyle name="QUESTION MARK" styleID="18" fgColor="D955C1" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
@@ -507,6 +637,14 @@ Notepad++ Custom Style
<WordsStyle name="COMMENT" styleID="124" fgColor="66747B" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTLINE" styleID="125" fgColor="66747B" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="127" fgColor="E8E2B7" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PREDEFINED" styleID="213" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="FUNCS AND METHODS 1" styleID="214" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="FUNCS AND METHODS 2" styleID="215" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
<WordsStyle name="USER KEYWORDS 1" styleID="208" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="209" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="210" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="211" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="212" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
</LexerType>
<LexerType name="powershell" desc="PowerShell" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
@@ -559,7 +697,44 @@ Notepad++ Custom Style
<WordsStyle name="OPERATOR" styleID="10" fgColor="E8E2B7" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTBLOCK" styleID="12" fgColor="66747B" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="12" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="13" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BUILTINS" styleID="14" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="F STRING" styleID="16" fgColor="EC7600" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F CHARACTER" styleID="17" fgColor="FF8409" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F TRIPLE" styleID="18" fgColor="66747B" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F TRIPLEDOUBLE" styleID="19" fgColor="66747B" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="raku" desc="Raku" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="66747B" bgColor="293134" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="COMMENT EMBED" styleID="3" fgColor="66747B" bgColor="293134" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD" styleID="4" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="FF8409" bgColor="293134" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="HEREDOC Q" styleID="6" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="HEREDOC QQ" styleID="7" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="8" fgColor="EC7600" bgColor="293134" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING Q" styleID="9" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRING QQ" styleID="10" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING Q_LANG" styleID="11" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING VAR" styleID="12" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="REGEX" styleID="13" fgColor="D39745" bgColor="293134" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="REGEX VAR" styleID="14" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ADVERB" styleID="15" fgColor="A082BD" bgColor="293134" fontName="" fontStyle="0" fontSize="" keywordClass="type5" />
<WordsStyle name="NUMBER" styleID="16" fgColor="FFCD22" bgColor="293134" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="PREPROCESSOR" styleID="17" fgColor="A082BD" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="18" fgColor="E8E2B7" bgColor="293134" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="19" fgColor="93C763" bgColor="293134" fontName="" fontStyle="" fontSize="" keywordClass="instre1" />
<WordsStyle name="FUNCTION" styleID="20" fgColor="93C763" bgColor="293134" fontName="" fontStyle="" fontSize="" keywordClass="instre2" />
<WordsStyle name="IDENTIFIER" styleID="21" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<!-- TYPEDEF styling applies to type1..type4 lists from langs.xml, but only associated with type1 in stylers/themes -->
<WordsStyle name="TYPEDEF" styleID="22" fgColor="93C763" bgColor="293134" fontName="" fontStyle="" fontSize="" keywordClass="type1" />
<WordsStyle name="MU" styleID="8" fgColor="EC7600" bgColor="293134" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POSITIONAL" styleID="24" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASSOCIATIVE" styleID="25" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CALLABLE" styleID="26" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="GRAMMAR" styleID="27" fgColor="A082BD" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CLASS" styleID="28" fgColor="A082BD" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="rc" desc="RC" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="A082BD" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
@@ -578,6 +753,14 @@ Notepad++ Custom Style
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="6C788C" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="6C788C" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="6C788C" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ruby" desc="Ruby" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
@@ -636,12 +819,16 @@ Notepad++ Custom Style
</LexerType>
<LexerType name="sql" desc="SQL" ext="">
<WordsStyle name="KEYWORD" styleID="5" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="USER1" styleID="16" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="instre2" />
<WordsStyle name="KEYWORD2" styleID="19" fgColor="007FFF" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="type3" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FFCD22" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="EC7600" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING2" styleID="7" fgColor="EC7600" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="E8E2B7" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="66747B" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="66747B" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="66747B" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="Q OPERATOR" styleID="24" fgColor="EC7600" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="tcl" desc="TCL" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="A082BD" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
@@ -669,6 +856,23 @@ Notepad++ Custom Style
<WordsStyle name="COMMAND" styleID="4" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TEXT" styleID="5" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="toml" desc="TOML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FF0000" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="69B45C" bgColor="293134" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="C0C0C0" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="3" fgColor="B76FFF" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF8000" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TABLE" styleID="5" fgColor="FED750" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEY" styleID="6" fgColor="8CC6FF" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ERROR" styleID="7" fgColor="FF0000" bgColor="293134" fontName="" fontStyle="4" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="C0C0C0" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING SQ" styleID="9" fgColor="CE9B9B" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING DQ" styleID="10" fgColor="CE9B9B" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING SQ" styleID="11" fgColor="CE9B9B" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING DQ" styleID="12" fgColor="CE9B9B" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ESCAPE CHAR" styleID="13" fgColor="00FF00" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATETIME" styleID="14" fgColor="A0FAC7" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
</LexerType>
<LexerType name="vb" desc="VB / VBS" ext="">
<WordsStyle name="DEFAULT" styleID="7" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="66747B" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
@@ -730,6 +934,14 @@ Notepad++ Custom Style
<WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="D39745" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CDATA" styleID="17" fgColor="D5E6F0" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ENTITY" styleID="10" fgColor="BBBBBB" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="192" fgColor="B3B689" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="193" fgColor="B3B689" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="194" fgColor="B3B689" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="195" fgColor="B3B689" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 5" styleID="196" fgColor="B3B689" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 6" styleID="197" fgColor="B3B689" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 7" styleID="198" fgColor="B3B689" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 8" styleID="199" fgColor="B3B689" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="yaml" desc="YAML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
@@ -750,6 +962,22 @@ Notepad++ Custom Style
<WordsStyle name="Selected Line" styleID="5" fgColor="FF8409" bgColor="2F393C" fontName="" fontStyle="1" fontSize="">if else for while</WordsStyle>
<WordsStyle name="Current line background colour" styleID="6" bgColor="2F393C" fgColor="E0E2E4" fontSize="" fontStyle="0">bool long int char</WordsStyle>
</LexerType>
<LexerType name="json" desc="JSON" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="1" fgColor="FFCD22" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="2" fgColor="EC7600" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="3" fgColor="808080" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PROPERTYNAME" styleID="4" fgColor="678CB1" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ESCAPESEQUENCE" styleID="5" fgColor="FF8409" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="LINECOMMENT" styleID="6" fgColor="008000" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BLOCKCOMMENT" styleID="7" fgColor="008000" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="E8E2B7" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="URI" styleID="9" fgColor="EC7600" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMPACTIRI" styleID="10" fgColor="0000A0" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="LDKEYWORD" styleID="12" fgColor="FF0000" bgColor="293134" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="D03565" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
</LexerType>
</LexerStyles>
<GlobalStyles>
<!-- Attention : Don't modify the name of styleID="0" -->
@@ -758,27 +986,53 @@ Notepad++ Custom Style
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="394448" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="F3DB2E" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="FB0000" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="2F393C" fgColor="0080C0" fontSize="" fontStyle="0" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="2F393C" />
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
<WidgetStyle name="Selected text colour" styleID="0" bgColor="404E51" fgColor="C00000" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="C1CBD2" bgColor="6699CC" fontStyle="0" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="445257" bgColor="112435" fontSize="" fontStyle="0" />
<WidgetStyle name="Multi-selected text color" styleID="0" bgColor="404E51" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="C1CBD2" />
<WidgetStyle name="Multi-edit carets color" styleID="0" fgColor="C1CBD2" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="445257" />
<WidgetStyle name="Line number margin" styleID="33" fgColor="81969A" bgColor="3F4B4E" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Fold" styleID="0" fgColor="6A8088" bgColor="2F383C" fontSize="" fontStyle="0" />
<WidgetStyle name="Fold margin" styleID="0" fgColor="343F41" bgColor="343F41" fontSize="" fontStyle="0" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="343F43" bgColor="3476A3" fontSize="" fontStyle="0" />
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="56676D" fgColor="222222" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="6B8189" fgColor="E0E2E4" fontSize="" fontStyle="1" />
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00659B" fgColor="E0E2E4" />
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="00880B" fgColor="E0E2E4" />
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="A6AA00" fgColor="E0E2E4" />
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8A0B0B" fgColor="E0E2E4" />
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="44116F" fgColor="E0E2E4" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" fgColor="FFFF80" fontSize="" fontStyle="0" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="4D5C62" fgColor="E0E2E4" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="93975E" fgColor="FFCAB0" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" bgColor="8000FF" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="008000" />
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" bgColor="0080FF" />
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="3F4B4E" />
<WidgetStyle name="Change History margin" styleID="0" bgColor="3F4B4E" />
<WidgetStyle name="Change History modified" styleID="0" fgColor="FF8000" bgColor="FF8000" />
<WidgetStyle name="Change History revert modified" styleID="0" fgColor="A0C000" bgColor="A0C000" />
<WidgetStyle name="Change History revert origin" styleID="0" fgColor="40A0BF" bgColor="40A0BF" />
<WidgetStyle name="Change History saved" styleID="0" fgColor="00A000" bgColor="00A000" />
<WidgetStyle name="Fold" styleID="0" fgColor="6A8088" bgColor="2F383C" />
<WidgetStyle name="Fold active" styleID="0" fgColor="6A8088" />
<WidgetStyle name="Fold margin" styleID="0" fgColor="343F41" bgColor="343F41" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="343F43" />
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="56676D" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="6B8189" />
<WidgetStyle name="Find status: Not found" styleID="0" fgColor="FF0000" />
<WidgetStyle name="Find status: Message" styleID="0" fgColor="0000FF" />
<WidgetStyle name="Find status: Search end reached" styleID="0" fgColor="008000" />
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00659B" />
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="00880B" />
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="A6AA00" />
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8A0B0B" />
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="44116F" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="4D5C62" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="93975E" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" />
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" />
<WidgetStyle name="Tab color 1" styleID="0" bgColor="F3F0CB" />
<WidgetStyle name="Tab color 2" styleID="0" bgColor="DBF3CB" />
<WidgetStyle name="Tab color 3" styleID="0" bgColor="CBDBF3" />
<WidgetStyle name="Tab color 4" styleID="0" bgColor="F3DBCB" />
<WidgetStyle name="Tab color 5" styleID="0" bgColor="F3CBEE" />
<WidgetStyle name="Tab color dark mode 1" styleID="0" bgColor="807848" />
<WidgetStyle name="Tab color dark mode 2" styleID="0" bgColor="568048" />
<WidgetStyle name="Tab color dark mode 3" styleID="0" bgColor="507094" />
<WidgetStyle name="Tab color dark mode 4" styleID="0" bgColor="804849" />
<WidgetStyle name="Tab color dark mode 5" styleID="0" bgColor="754880" />
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="E0E2E4" bgColor="293134" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
</GlobalStyles>
</NotepadPlus>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="Windows-1252" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<!--//
PlasticCodeWrap
@@ -40,6 +40,7 @@ Credits:
Thanks for Fabio Zendhi Nagao for the tmTheme2nppStyler.
Thanks for the user for the tmTheme source.
2023-09-30: update Perl support.
//-->
<NotepadPlus>
<LexerStyles>
@@ -47,7 +48,7 @@ Credits:
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TYPEWORD" styleID="16" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF3A83" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
@@ -60,6 +61,14 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="cpp" desc="C++" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
@@ -78,9 +87,43 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="go" desc="Go" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="PREDECLARED IDENTIFIERS" styleID="19" fgColor="FFAAFF" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF3A83" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VERBATIM" styleID="13" fgColor="FF3A83" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="REGEX" styleID="14" fgColor="FFB454" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="java" desc="Java" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
@@ -96,6 +139,14 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="cs" desc="C#" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
@@ -114,6 +165,46 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="raku" desc="Raku" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT EMBED" styleID="3" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="POD" styleID="4" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC Q" styleID="6" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="HEREDOC QQ" styleID="7" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="8" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING Q" styleID="9" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRING QQ" styleID="10" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING Q_LANG" styleID="11" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING VAR" styleID="12" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="REGEX" styleID="13" fgColor="FFB454" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX VAR" styleID="14" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ADVERB" styleID="15" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" keywordClass="type5" />
<WordsStyle name="NUMBER" styleID="16" fgColor="FF3A83" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PREPROCESSOR" styleID="17" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="18" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="19" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="FUNCTION" styleID="20" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="IDENTIFIER" styleID="21" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="1" fontSize="" />
<!-- TYPEDEF styling applies to type1..type4 lists from langs.xml, but only associated with type1 in stylers/themes -->
<WordsStyle name="TYPEDEF" styleID="22" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="MU" styleID="23" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="POSITIONAL" styleID="24" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASSOCIATIVE" styleID="25" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CALLABLE" styleID="26" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="GRAMMAR" styleID="27" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CLASS" styleID="28" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="rc" desc="RC" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
@@ -132,6 +223,14 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="tcl" desc="TCL" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
@@ -154,7 +253,7 @@ Credits:
<LexerType name="objc" desc="Objective-C" ext="">
<WordsStyle name="DIRECTIVE" styleID="19" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="QUALIFIER" styleID="20" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="QUALIFIER" styleID="20" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
@@ -173,12 +272,16 @@ Credits:
</LexerType>
<LexerType name="sql" desc="SQL" ext="">
<WordsStyle name="KEYWORD" styleID="5" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="USER1" styleID="16" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="KEYWORD2" styleID="19" fgColor="FF8080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF3A83" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING2" styleID="7" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="Q OPERATOR" styleID="24" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="html" desc="HTML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
@@ -186,7 +289,7 @@ Credits:
<WordsStyle name="NUMBER" styleID="5" fgColor="FF3A83" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
@@ -195,6 +298,14 @@ Credits:
<WordsStyle name="CDATA" styleID="17" fgColor="FF3A83" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VALUE" styleID="19" fgColor="FF3A83" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ENTITY" styleID="10" fgColor="FF3A83" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER TAGS 1" styleID="192" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER TAGS 2" styleID="193" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER TAGS 3" styleID="194" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER TAGS 4" styleID="195" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="196" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="197" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="198" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="199" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="php" desc="php" ext="">
<WordsStyle name="QUESTION MARK" styleID="18" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
@@ -208,8 +319,16 @@ Credits:
<WordsStyle name="COMMENT" styleID="124" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="125" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="127" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PREDEFINED" styleID="213" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="FUNCS AND METHODS 1" styleID="214" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="FUNCS AND METHODS 2" styleID="215" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
<WordsStyle name="USER KEYWORDS 1" styleID="208" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="209" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="210" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="211" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="212" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
</LexerType>
<LexerType name="javascript" desc="JavaScript" ext="">
<LexerType name="javascript" desc="JavaScript (embedded)" ext="">
<WordsStyle name="DEFAULT" styleID="41" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="45" fgColor="FF3A83" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="WORD" styleID="46" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
@@ -223,7 +342,31 @@ Credits:
<WordsStyle name="COMMENT" styleID="42" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="43" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTDOC" styleID="44" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="200" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="201" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="202" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="203" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="204" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="205" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="206" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="207" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="json" desc="JSON" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="1" fgColor="FF8000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="2" fgColor="DCDCCC" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING EOL" styleID="3" fgColor="808080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PROPERTY NAME" styleID="4" fgColor="8CD0D3" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ESCAPE SEQUENCE" styleID="5" fgColor="0000FF" bgColor="0B161D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="LINE COMMENT" styleID="6" fgColor="008000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BLOCK COMMENT" styleID="7" fgColor="008000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="E3CEAB" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="URI" styleID="9" fgColor="FFFF80" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="0B161D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="0B161D" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/>
<WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="asp" desc="asp" ext="asp">
<WordsStyle name="DEFAULT" styleID="81" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="82" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
@@ -232,8 +375,16 @@ Credits:
<WordsStyle name="STRING" styleID="85" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="87" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="86" fgColor="EB939A" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ASPSYBOL" styleID="15" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ASPSYMBOL" styleID="15" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SCRIPTTYPE" styleID="16" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="216" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="217" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="218" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="219" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="220" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="221" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="222" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="223" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="xml" desc="XML" ext="">
<WordsStyle name="XMLSTART" styleID="12" fgColor="9EFFFF" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
@@ -251,6 +402,14 @@ Credits:
<WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CDATA" styleID="17" fgColor="FF3A83" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ENTITY" styleID="10" fgColor="FF3A83" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="192" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="193" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="194" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="195" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 5" styleID="196" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 6" styleID="197" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 7" styleID="198" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 8" styleID="199" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="ini" desc="ini file" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
@@ -269,10 +428,10 @@ Credits:
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMAND" styleID="2" fgColor="EB939A" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HEADER" styleID="3" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="POSITION" styleID="4" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DELETED" styleID="5" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ADDED" styleID="6" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HEADER" styleID="3" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="POSITION" styleID="4" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DELETED" styleID="5" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ADDED" styleID="6" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="nfo" desc="Dos Style" ext="">
<WordsStyle name="DEFAULT" styleID="32" fgColor="F8F8F8" bgColor="0B161D" />
@@ -283,8 +442,8 @@ Credits:
<WordsStyle name="PREPROCESSOR" styleID="2" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="3" fgColor="EB939A" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="4" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TARGET" styleID="5" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDEOL" styleID="9" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TARGET" styleID="5" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDEOL" styleID="9" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="vb" desc="VB / VBS" ext="">
<WordsStyle name="DEFAULT" styleID="7" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
@@ -298,7 +457,7 @@ Credits:
</LexerType>
<LexerType name="css" desc="CSS" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="EFE900" bgColor="0B161D" fontName="Batang" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASS" styleID="2" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PSEUDOCLASS" styleID="3" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="UNKNOWN_PSEUDOCLASS" styleID="4" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
@@ -325,26 +484,47 @@ Credits:
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="perl" desc="Perl" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF3A83" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="REGEX" styleID="17" fgColor="FFB454" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SCALAR" styleID="12" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ARRAY" styleID="13" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HASH" styleID="14" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PUNCTUATION" styleID="8" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="POD" styleID="3" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="LONGQUOTE" styleID="19" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DATASECTION" styleID="21" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="REGSUBST" styleID="18" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="20" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="10" fontSize="10" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF3A83" bgColor="0B161D" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="ARRAY" styleID="13" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="HASH" styleID="14" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="PROTOTYPE" styleID="40" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="STRING SINGLEQUOTE" styleID="7" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="STRING DOUBLEQUOTE" styleID="6" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="STRING BACKTICKS" styleID="20" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="STRING Q" styleID="26" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRING QQ" styleID="27" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QX" styleID="28" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QR" styleID="29" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QW" styleID="30" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX MATCH" styleID="17" fgColor="FFB454" bgColor="0B161D" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="REGEX SUBSTITUTION" styleID="18" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="TRANSLATION" styleID="44" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC DELIMITER" styleID="22" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="HEREDOC SINGLEQUOTE" styleID="23" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="HEREDOC DOUBLEQUOTE" styleID="24" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC BACKTICK" styleID="25" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VAR IN STRING" styleID="43" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX" styleID="54" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX SUBSTITUTION" styleID="55" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN BACKTICKS" styleID="57" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC DOUBLEQUOTE" styleID="61" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC BACKTICK" styleID="62" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QQ" styleID="64" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QX" styleID="65" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QR" styleID="66" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="FORMAT IDENTIFIER" styleID="41" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="FORMAT BODY" styleID="42" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATA SECTION" styleID="21" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="POD" styleID="3" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="POD VERBATIM" styleID="31" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="10" fontSize="10" />
</LexerType>
<LexerType name="powershell" desc="PowerShell" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
@@ -365,24 +545,30 @@ Credits:
<WordsStyle name="STRING" styleID="3" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="4" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KEYWORDS" styleID="5" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TRIPLE" styleID="6" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TRIPLEDOUBLE" styleID="7" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASSNAME" styleID="8" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFNAME" styleID="9" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TRIPLE" styleID="6" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TRIPLEDOUBLE" styleID="7" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASSNAME" styleID="8" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFNAME" styleID="9" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="EB939A" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTBLOCK" styleID="12" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="12" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="13" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BUILTINS" styleID="14" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="F STRING" styleID="16" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="F CHARACTER" styleID="17" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="F TRIPLE" styleID="18" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="F TRIPLEDOUBLE" styleID="19" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="batch" desc="Batch" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KEYWORDS" styleID="2" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="LABEL" styleID="3" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HIDE SYBOL" styleID="4" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HIDE SYMBOL" styleID="4" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMAND" styleID="5" fgColor="EB939A" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="FB9A4B" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="lua" desc="Lua" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
@@ -396,18 +582,43 @@ Credits:
<WordsStyle name="STRING" styleID="6" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FUNC1" styleID="13" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNC2" styleID="14" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="FUNC3" styleID="15" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="FUNC1" styleID="13" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNC2" styleID="14" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="FUNC3" styleID="15" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="USER KEYWORD 1" styleID="16" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="USER KEYWORD 2" styleID="17" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="USER KEYWORD 3" styleID="18" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type5" />
<WordsStyle name="USER KEYWORD 4" styleID="19" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type6" />
<WordsStyle name="USER KEYWORDS 5" styleID="128" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 6" styleID="129" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 7" styleID="130" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 8" styleID="131" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
</LexerType>
<LexerType name="tex" desc="TeX" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="1" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="GROUP" styleID="2" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="1" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="GROUP" styleID="2" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SYMBOL" styleID="3" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMAND" styleID="4" fgColor="EB939A" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TEXT" styleID="5" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="toml" desc="TOML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FF0000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="69B45C" bgColor="0B161D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="C0C0C0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="3" fgColor="B76FFF" bgColor="0B161D" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF8000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TABLE" styleID="5" fgColor="FED750" bgColor="0B161D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEY" styleID="6" fgColor="8CC6FF" bgColor="0B161D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ERROR" styleID="7" fgColor="FF0000" bgColor="0B161D" fontName="" fontStyle="4" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="C0C0C0" bgColor="0B161D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING SQ" styleID="9" fgColor="CE9B9B" bgColor="0B161D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING DQ" styleID="10" fgColor="CE9B9B" bgColor="0B161D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING SQ" styleID="11" fgColor="CE9B9B" bgColor="0B161D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING DQ" styleID="12" fgColor="CE9B9B" bgColor="0B161D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ESCAPE CHAR" styleID="13" fgColor="00FF00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATETIME" styleID="14" fgColor="A0FAC7" bgColor="0B161D" fontName="" fontStyle="1" fontSize="" />
</LexerType>
<LexerType name="nsis" desc="NSIS" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="1" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
@@ -417,16 +628,16 @@ Credits:
<WordsStyle name="FUNCTION" styleID="5" fgColor="FFB454" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="FB9A4B" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="LABEL" styleID="7" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="USER DEFINED" styleID="8" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="USER DEFINED" styleID="8" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="SECTION" styleID="9" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SUBSECTION" styleID="10" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IF DEFINE" styleID="11" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRO" styleID="12" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SUBSECTION" styleID="10" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IF DEFINE" styleID="11" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRO" styleID="12" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING VAR" styleID="13" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="14" fgColor="FF3A83" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SECTION GROUP" styleID="15" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAGE EX" styleID="16" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FUNCTION DEFINITIONS" styleID="17" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SECTION GROUP" styleID="15" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAGE EX" styleID="16" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FUNCTION DEFINITIONS" styleID="17" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="18" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="actionscript" desc="ActionScript" ext="">
@@ -450,22 +661,38 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="bash" desc="bash" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="4" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="3" fgColor="FF3A83" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="5" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="6" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="8" fgColor="EB939A" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SCALAR" styleID="9" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SCALAR" styleID="9" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PARAM" styleID="10" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="11" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HERE DELIM" styleID="12" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HERE Q" styleID="13" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PARAM" styleID="10" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="11" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HERE DELIM" styleID="12" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HERE Q" styleID="13" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER SCALAR 1" styleID="132" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER SCALAR 2" styleID="133" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER SCALAR 3" styleID="134" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER SCALAR 4" styleID="135" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="fortran" desc="Fortran" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
@@ -477,12 +704,12 @@ Credits:
<WordsStyle name="OPERATOR" styleID="6" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="7" fgColor="EB939A" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="8" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="FUNCTION1" styleID="9" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNCTION2" styleID="10" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="FUNCTION1" styleID="9" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNCTION2" styleID="10" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="PREPROCESSOR" styleID="11" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR2" styleID="12" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR2" styleID="12" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="LABEL" styleID="13" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="fortran77" desc="Fortran (fixed form)" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
@@ -494,24 +721,24 @@ Credits:
<WordsStyle name="OPERATOR" styleID="6" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="7" fgColor="EB939A" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="8" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="FUNCTION1" styleID="9" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNCTION2" styleID="10" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="FUNCTION1" styleID="9" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="FUNCTION2" styleID="10" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="PREPROCESSOR" styleID="11" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR2" styleID="12" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR2" styleID="12" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="LABEL" styleID="13" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="lisp" desc="LISP" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="1" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="2" fgColor="FF3A83" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FUNCTION WORD" styleID="3" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="FUNCTION WORD" styleID="3" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="SYMBOL" styleID="5" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="8" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="9" fgColor="EB939A" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="SPECIAL" styleID="11" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="11" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="12" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="asm" desc="Assembler" ext="">
@@ -521,21 +748,21 @@ Credits:
<WordsStyle name="STRING" styleID="3" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="4" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="5" fgColor="EB939A" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CPU INSTRUCTION" styleID="6" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="MATH INSTRUCTION" styleID="7" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="REGISTER" styleID="8" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="CPU INSTRUCTION" styleID="6" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="MATH INSTRUCTION" styleID="7" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="REGISTER" styleID="8" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="DIRECTIVE" styleID="9" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="COMMENT BLOCK" styleID="11" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="12" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="13" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="EXT INSTRUCTION" styleID="14" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="EXT INSTRUCTION" styleID="14" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
</LexerType>
<LexerType name="ruby" desc="Ruby" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ERROR" styleID="1" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="2" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="POD" styleID="3" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="POD" styleID="3" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF3A83" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION" styleID="5" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="STRING" styleID="6" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
@@ -547,26 +774,26 @@ Credits:
<WordsStyle name="REGEX" styleID="12" fgColor="FFB454" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="GLOBAL" styleID="13" fgColor="FB9A4B" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SYMBOL" styleID="14" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MODULE NAME" styleID="15" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MODULE NAME" styleID="15" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTANCE VAR" styleID="16" fgColor="FB9A4B" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASS VAR" styleID="17" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="18" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DATA SECTION" styleID="19" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASS VAR" styleID="17" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="18" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DATA SECTION" styleID="19" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING Q" styleID="24" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="postscript" desc="Postscript" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DSC COMMENT" styleID="2" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DSC VALUE" styleID="3" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DSC COMMENT" styleID="2" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DSC VALUE" styleID="3" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF3A83" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="Name" styleID="5" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="Name" styleID="5" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION" styleID="6" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="LITERAL" styleID="7" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IMMEVAL" styleID="8" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN ARRAY" styleID="9" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN DICT" styleID="10" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN PROC" styleID="11" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="LITERAL" styleID="7" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IMMEVAL" styleID="8" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN ARRAY" styleID="9" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN DICT" styleID="10" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PAREN PROC" styleID="11" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TEXT" styleID="12" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HEX STRING" styleID="13" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BASE85 STRING" styleID="14" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
@@ -582,14 +809,14 @@ Credits:
<WordsStyle name="IDENTIFIER" styleID="6" fgColor="EB939A" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING EOL" styleID="7" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION" styleID="8" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="STD OPERATOR" styleID="9" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="STD OPERATOR" styleID="9" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="ATTRIBUTE" styleID="10" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="DIRECTIVE" styleID="9" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STD FUNCTION" styleID="11" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="STD PACKAGE" styleID="12" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="STD TYPE" styleID="13" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="USER DEFINE" styleID="14" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type5" />
<WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STD FUNCTION" styleID="11" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="STD PACKAGE" styleID="12" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="STD TYPE" styleID="13" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="USER DEFINE" styleID="14" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type5" />
</LexerType>
<LexerType name="smalltalk" desc="Smalltalk" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
@@ -597,27 +824,27 @@ Credits:
<WordsStyle name="NUMBER" styleID="2" fgColor="FF3A83" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="3" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SYMBOL" styleID="4" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BINARY" styleID="5" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BOOL" styleID="6" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SELF" styleID="7" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SUPER" styleID="8" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NIL" styleID="9" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BINARY" styleID="5" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BOOL" styleID="6" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SELF" styleID="7" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SUPER" styleID="8" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NIL" styleID="9" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="GLOBAL" styleID="10" fgColor="FB9A4B" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="RETURN" styleID="11" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="12" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KWS END" styleID="13" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ASSIGN" styleID="14" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="RETURN" styleID="11" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="12" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KWS END" styleID="13" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ASSIGN" styleID="14" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="15" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL SELECTOR" styleID="16" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL SELECTOR" styleID="16" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="caml" desc="Caml" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="1" fgColor="EB939A" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAGNAME" styleID="2" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="3" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="BUILIN FUNC &amp; TYPE" styleID="4" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="TYPE" styleID="5" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="LINENUM" styleID="6" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BUILIN FUNC &amp; TYPE" styleID="4" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="TYPE" styleID="5" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="LINENUM" styleID="6" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="8" fgColor="FF3A83" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="9" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
@@ -641,7 +868,7 @@ Credits:
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE BANG" styleID="3" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING EOL" styleID="12" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER" styleID="19" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER" styleID="19" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="kix" desc="KiXtart" ext="">
<!--
@@ -652,8 +879,8 @@ Credits:
<WordsStyle name="STRING" styleID="2" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING2" styleID="3" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF3A83" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VAR" styleID="5" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRO" styleID="6" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="VAR" styleID="5" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRO" styleID="6" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="INSTRUCTION WORD" styleID="7" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="FUNCTION" styleID="8" fgColor="FFB454" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="OPERATOR" styleID="9" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
@@ -665,29 +892,29 @@ Credits:
<WordsStyle name="NUMBER" styleID="3" fgColor="FF3A83" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FUNCTION" styleID="4" fgColor="FFB454" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="MACRO" styleID="6" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="MACRO" styleID="6" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="STRING" styleID="7" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VARIABLE" styleID="9" fgColor="FB9A4B" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SENT" styleID="10" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="SENT" styleID="10" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="PREPROCESSOR" styleID="11" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="SPECIAL" styleID="12" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="EXPAND" styleID="13" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type5" />
<WordsStyle name="COMOBJ" styleID="14" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SPECIAL" styleID="12" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
<WordsStyle name="EXPAND" styleID="13" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type5" />
<WordsStyle name="COMOBJ" styleID="14" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="ada" desc="ADA" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="1" fgColor="F6F080" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="EB939A" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="3" fgColor="FF3A83" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DELIMITER" styleID="4" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DELIMITER" styleID="4" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER EOL" styleID="6" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER EOL" styleID="6" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="7" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING EOL" styleID="8" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="LABEL" styleID="9" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="10" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ILLEGAL" styleID="11" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ILLEGAL" styleID="11" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="matlab" desc="Matlab" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
@@ -708,12 +935,12 @@ Credits:
<WordsStyle name="STRING" styleID="4" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CLASS" styleID="6" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MODULE" styleID="7" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CAPITAL" styleID="8" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DATA" styleID="9" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IMPORT" styleID="10" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MODULE" styleID="7" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CAPITAL" styleID="8" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DATA" styleID="9" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IMPORT" styleID="10" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="11" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTANCE" styleID="12" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTANCE" styleID="12" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="13" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTBLOCK" styleID="14" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTBLOCK2" styleID="15" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
@@ -723,10 +950,10 @@ Credits:
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KEYWORD" styleID="2" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="PARAMETER" styleID="3" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="PARAMETER" styleID="3" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="SECTION" styleID="4" fgColor="EFE900" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="PREPROCESSOR" styleID="5" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type2" />
<WordsStyle name="PREPROCESSOR INLINE" styleID="6" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PREPROCESSOR INLINE" styleID="6" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT PASCAL" styleID="7" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KEYWORD PASCAL" styleID="8" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="KEYWORD USER" styleID="9" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type4" />
@@ -741,20 +968,20 @@ Credits:
<WordsStyle name="STRING L" styleID="3" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING R" styleID="4" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMAND" styleID="5" fgColor="EB939A" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="PARAMETER" styleID="6" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PARAMETER" styleID="6" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VARIABLE" styleID="7" fgColor="FB9A4B" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER DEFINED" styleID="8" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="WHILEDEF" styleID="9" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FOREACHDEF" styleID="10" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IFDEF" styleID="11" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRODEF" styleID="12" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER DEFINED" styleID="8" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="WHILEDEF" styleID="9" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FOREACHDEF" styleID="10" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IFDEF" styleID="11" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="MACRODEF" styleID="12" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING VARIABLE" styleID="13" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="14" fgColor="FF3A83" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="searchResult" desc="Search result" ext="">
<WordsStyle name="Search Header" styleID="1" fgColor="000080" bgColor="BBBBFF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="File Header" styleID="2" fgColor="008000" bgColor="D5FFD5" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="Line Number" styleID="3" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="File Header" styleID="2" fgColor="F8F8F8" bgColor="D5FFD5" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="Line Number" styleID="3" fgColor="F8F8F8" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="Hit Word" styleID="4" fgColor="FF0000" bgColor="FFFFBF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="Selected Line" styleID="5" fgColor="000080" bgColor="FFFF4F" fontName="" fontStyle="0" fontSize="">if else for while</WordsStyle>
<WordsStyle name="Current line background colour" styleID="6" bgColor="E8E8FF" fgColor="0080FF" fontSize="" fontStyle="0">bool long int char</WordsStyle>
@@ -768,28 +995,52 @@ Credits:
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="FCE94F" bgColor="0B161D" fontName="" fontStyle="1" fontSize="10" />
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="EF2929" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="11222D" />
<WidgetStyle name="Mark colour" styleID="0" fgColor="CC0000" bgColor="EDD400" />
<WidgetStyle name="Selected text colour" styleID="0" bgColor="162E3D" />
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
<WidgetStyle name="Selected text colour" styleID="0" bgColor="162E3D" fgColor="000000" />
<WidgetStyle name="Multi-selected text color" styleID="0" bgColor="162E3D" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="8BA7A7" />
<WidgetStyle name="Find Mark Style" styleID="31" fgColor="CC0000" bgColor="EDD400" fontName="" fontStyle="0" fontSize="10" />
<WidgetStyle name="Multi-edit carets color" styleID="0" fgColor="8BA7A7" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="EEEEEC" />
<WidgetStyle name="Line number margin" styleID="33" fgColor="EEEEEC" bgColor="2E3436" fontName="" fontStyle="0" fontSize="8" />
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="2E3436" />
<WidgetStyle name="Change History margin" styleID="0" bgColor="2E3436" />
<WidgetStyle name="Change History modified" styleID="0" fgColor="FF8000" bgColor="FF8000" />
<WidgetStyle name="Change History revert modified" styleID="0" fgColor="A0C000" bgColor="A0C000" />
<WidgetStyle name="Change History revert origin" styleID="0" fgColor="40A0BF" bgColor="40A0BF" />
<WidgetStyle name="Change History saved" styleID="0" fgColor="00A000" bgColor="00A000" />
<WidgetStyle name="Fold" styleID="0" fgColor="2E3436" bgColor="EEEEEC" />
<WidgetStyle name="Fold active" styleID="0" fgColor="2E3436" />
<WidgetStyle name="Fold margin" styleID="0" fgColor="555753" bgColor="2E3436" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="FCAF3E" />
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="00FF00" fgColor="555753" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" fgColor="FCAF3E" />
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="00FF00" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" />
<WidgetStyle name="Find status: Not found" styleID="0" fgColor="FF0000" />
<WidgetStyle name="Find status: Message" styleID="0" fgColor="0000FF" />
<WidgetStyle name="Find status: Search end reached" styleID="0" fgColor="008000" />
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" />
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" />
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" />
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" />
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" fgColor="FFCAB0" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" fgColor="000000" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" fgColor="8080C0" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" bgColor="FF0000" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="80FF00" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" />
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" />
<WidgetStyle name="Tab color 1" styleID="0" bgColor="F3F0CB" />
<WidgetStyle name="Tab color 2" styleID="0" bgColor="DBF3CB" />
<WidgetStyle name="Tab color 3" styleID="0" bgColor="CBDBF3" />
<WidgetStyle name="Tab color 4" styleID="0" bgColor="F3DBCB" />
<WidgetStyle name="Tab color 5" styleID="0" bgColor="F3CBEE" />
<WidgetStyle name="Tab color dark mode 1" styleID="0" bgColor="807848" />
<WidgetStyle name="Tab color dark mode 2" styleID="0" bgColor="568048" />
<WidgetStyle name="Tab color dark mode 3" styleID="0" bgColor="507094" />
<WidgetStyle name="Tab color dark mode 4" styleID="0" bgColor="804849" />
<WidgetStyle name="Tab color dark mode 5" styleID="0" bgColor="754880" />
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="F8F8F8" bgColor="0B161D" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
</GlobalStyles>
</NotepadPlus>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="Windows-1252" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Notepad++ Custom stylers
Style name: Port Ruby Blue
@@ -34,6 +34,8 @@ http://sourceforge.net/donate/index.php?group_id=95717
2006.03.27.
2023-09-30: update Perl support.
-->
<NotepadPlus>
<LexerStyles>
@@ -54,6 +56,14 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="cpp" desc="C++" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
@@ -72,9 +82,43 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="go" desc="Go" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="PREDECLARED IDENTIFIERS" styleID="19" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VERBATIM" styleID="13" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX" styleID="14" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="java" desc="Java" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
@@ -90,6 +134,14 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="cs" desc="C#" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
@@ -108,6 +160,46 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="raku" desc="Raku" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="COMMENT EMBED" styleID="3" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD" styleID="4" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="HEREDOC Q" styleID="6" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="HEREDOC QQ" styleID="7" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="8" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING Q" styleID="9" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRING QQ" styleID="10" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING Q_LANG" styleID="11" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING VAR" styleID="12" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="REGEX" styleID="13" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="REGEX VAR" styleID="14" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ADVERB" styleID="15" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="type5" />
<WordsStyle name="NUMBER" styleID="16" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="PREPROCESSOR" styleID="17" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="18" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="19" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" keywordClass="instre1" />
<WordsStyle name="FUNCTION" styleID="20" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" keywordClass="instre2" />
<WordsStyle name="IDENTIFIER" styleID="21" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="1" fontSize="" />
<!-- TYPEDEF styling applies to type1..type4 lists from langs.xml, but only associated with type1 in stylers/themes -->
<WordsStyle name="TYPEDEF" styleID="22" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" keywordClass="type1" />
<WordsStyle name="MU" styleID="23" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POSITIONAL" styleID="24" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASSOCIATIVE" styleID="25" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CALLABLE" styleID="26" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="GRAMMAR" styleID="27" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CLASS" styleID="28" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="rc" desc="RC" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
@@ -126,6 +218,14 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="tcl" desc="TCL" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
@@ -167,12 +267,16 @@ http://sourceforge.net/donate/index.php?group_id=95717
</LexerType>
<LexerType name="sql" desc="SQL" ext="">
<WordsStyle name="KEYWORD" styleID="5" fgColor="7BC22F" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="USER1" styleID="16" fgColor="7BC22F" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="KEYWORD2" styleID="19" fgColor="FF8080" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="type3" />
<WordsStyle name="NUMBER" styleID="4" fgColor="F4DD0B" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="8DB0D3" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING2" styleID="7" fgColor="8DB0D3" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="F08047" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="3A8BDA" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="3A8BDA" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="3A8BDA" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="Q OPERATOR" styleID="24" fgColor="8DB0D3" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="html" desc="HTML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
@@ -180,7 +284,7 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="NUMBER" styleID="5" fgColor="FF00FF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="8DB0D3" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="FFFF00" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="7BD827" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="7BD827" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="7BD827" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="FF0000" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="F0804F" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
@@ -189,6 +293,14 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="CDATA" styleID="17" fgColor="8080C0" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VALUE" styleID="19" fgColor="FFFF80" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ENTITY" styleID="10" fgColor="800080" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER TAGS 1" styleID="192" fgColor="7BD827" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER TAGS 2" styleID="193" fgColor="7BD827" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER TAGS 3" styleID="194" fgColor="7BD827" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER TAGS 4" styleID="195" fgColor="7BD827" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="196" fgColor="F0804F" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="197" fgColor="F0804F" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="198" fgColor="F0804F" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="199" fgColor="F0804F" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="php" desc="php" ext="">
<WordsStyle name="QUESTION MARK" styleID="18" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
@@ -202,8 +314,16 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMENT" styleID="124" fgColor="3A8BDA" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTLINE" styleID="125" fgColor="3A8BDA" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="127" fgColor="F0804F" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PREDEFINED" styleID="213" fgColor="E6A82D" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="FUNCS AND METHODS 1" styleID="214" fgColor="E6A82D" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="FUNCS AND METHODS 2" styleID="215" fgColor="E6A82D" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
<WordsStyle name="USER KEYWORDS 1" styleID="208" fgColor="E6A82D" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="209" fgColor="E6A82D" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="210" fgColor="E6A82D" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="211" fgColor="E6A82D" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="212" fgColor="E6A82D" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
</LexerType>
<LexerType name="javascript" desc="JavaScript" ext="">
<LexerType name="javascript" desc="JavaScript (embedded)" ext="">
<WordsStyle name="DEFAULT" styleID="41" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="45" fgColor="FF00FF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="WORD" styleID="46" fgColor="8DB0D3" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
@@ -217,7 +337,31 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMENT" styleID="42" fgColor="3A8BDA" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTLINE" styleID="43" fgColor="3A8BDA" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTDOC" styleID="44" fgColor="3A8BDA" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="200" fgColor="FFFF80" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="201" fgColor="FFFF80" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="202" fgColor="FFFF80" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="203" fgColor="FFFF80" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="204" fgColor="FFFF80" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="205" fgColor="FFFF80" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="206" fgColor="FFFF80" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="207" fgColor="FFFF80" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="json" desc="JSON" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="1" fgColor="FF8000" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="2" fgColor="DCDCCC" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING EOL" styleID="3" fgColor="808080" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PROPERTY NAME" styleID="4" fgColor="8CD0D3" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ESCAPE SEQUENCE" styleID="5" fgColor="0000FF" bgColor="112435" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="LINE COMMENT" styleID="6" fgColor="008000" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BLOCK COMMENT" styleID="7" fgColor="008000" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="E3CEAB" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="URI" styleID="9" fgColor="FFFF80" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="112435" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="112435" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/>
<WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="asp" desc="asp" ext="asp">
<WordsStyle name="DEFAULT" styleID="81" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTLINE" styleID="82" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
@@ -226,8 +370,16 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="STRING" styleID="85" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="87" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="86" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASPSYBOL" styleID="15" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASPSYMBOL" styleID="15" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SCRIPTTYPE" styleID="16" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="216" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="217" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="218" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="219" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="220" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="221" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="222" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="223" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="xml" desc="XML" ext="">
<WordsStyle name="XMLSTART" styleID="12" fgColor="FF00FF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
@@ -245,6 +397,14 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="FFFF80" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CDATA" styleID="17" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ENTITY" styleID="10" fgColor="800080" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="192" fgColor="7BC22F" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="193" fgColor="7BC22F" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="194" fgColor="7BC22F" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="195" fgColor="7BC22F" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 5" styleID="196" fgColor="7BC22F" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 6" styleID="197" fgColor="7BC22F" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 7" styleID="198" fgColor="7BC22F" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 8" styleID="199" fgColor="7BC22F" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ini" desc="ini file" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
@@ -319,26 +479,47 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="perl" desc="Perl" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX" styleID="17" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ARRAY" styleID="13" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HASH" styleID="14" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PUNCTUATION" styleID="8" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="POD" styleID="3" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="LONGQUOTE" styleID="19" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATASECTION" styleID="21" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGSUBST" styleID="18" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BACKTICKS" styleID="20" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="ARRAY" styleID="13" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="HASH" styleID="14" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="PROTOTYPE" styleID="40" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING SINGLEQUOTE" styleID="7" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING DOUBLEQUOTE" styleID="6" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING BACKTICKS" styleID="20" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING Q" styleID="26" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRING QQ" styleID="27" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QX" styleID="28" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QR" styleID="29" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QW" styleID="30" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX MATCH" styleID="17" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="REGEX SUBSTITUTION" styleID="18" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="TRANSLATION" styleID="44" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC DELIMITER" styleID="22" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="HEREDOC SINGLEQUOTE" styleID="23" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="HEREDOC DOUBLEQUOTE" styleID="24" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC BACKTICK" styleID="25" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VAR IN STRING" styleID="43" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX" styleID="54" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX SUBSTITUTION" styleID="55" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN BACKTICKS" styleID="57" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC DOUBLEQUOTE" styleID="61" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC BACKTICK" styleID="62" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QQ" styleID="64" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QX" styleID="65" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QR" styleID="66" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="FORMAT IDENTIFIER" styleID="41" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="FORMAT BODY" styleID="42" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATA SECTION" styleID="21" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD" styleID="3" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD VERBATIM" styleID="31" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="" fontSize="" />
</LexerType>
<LexerType name="python" desc="Python" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
@@ -354,17 +535,23 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTBLOCK" styleID="12" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="12" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="13" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BUILTINS" styleID="14" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="F STRING" styleID="16" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F CHARACTER" styleID="17" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F TRIPLE" styleID="18" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F TRIPLEDOUBLE" styleID="19" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="batch" desc="Batch" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORDS" styleID="2" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="LABEL" styleID="3" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HIDE SYBOL" styleID="4" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HIDE SYMBOL" styleID="4" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMAND" styleID="5" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="lua" desc="Lua" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
@@ -381,6 +568,14 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="FUNC1" styleID="13" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="FUNC2" styleID="14" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="FUNC3" styleID="15" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="type2" />
<WordsStyle name="USER KEYWORD 1" styleID="16" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="type3" />
<WordsStyle name="USER KEYWORD 2" styleID="17" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="type4" />
<WordsStyle name="USER KEYWORD 3" styleID="18" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="type5" />
<WordsStyle name="USER KEYWORD 4" styleID="19" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="type6" />
<WordsStyle name="USER KEYWORDS 5" styleID="128" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 6" styleID="129" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 7" styleID="130" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 8" styleID="131" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
</LexerType>
<LexerType name="tex" desc="TeX" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
@@ -390,6 +585,23 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMAND" styleID="4" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEXT" styleID="5" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="toml" desc="TOML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FF0000" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="69B45C" bgColor="112435" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="C0C0C0" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="3" fgColor="B76FFF" bgColor="112435" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF8000" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TABLE" styleID="5" fgColor="FED750" bgColor="112435" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEY" styleID="6" fgColor="8CC6FF" bgColor="112435" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ERROR" styleID="7" fgColor="FF0000" bgColor="112435" fontName="" fontStyle="4" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="C0C0C0" bgColor="112435" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING SQ" styleID="9" fgColor="CE9B9B" bgColor="112435" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING DQ" styleID="10" fgColor="CE9B9B" bgColor="112435" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING SQ" styleID="11" fgColor="CE9B9B" bgColor="112435" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING DQ" styleID="12" fgColor="CE9B9B" bgColor="112435" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ESCAPE CHAR" styleID="13" fgColor="00FF00" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATETIME" styleID="14" fgColor="A0FAC7" bgColor="112435" fontName="" fontStyle="1" fontSize="" />
</LexerType>
<LexerType name="nsis" desc="NSIS" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
@@ -428,6 +640,14 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="bash" desc="bash" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
@@ -444,6 +664,14 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="BACKTICKS" styleID="11" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE DELIM" styleID="12" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE Q" styleID="13" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER SCALAR 1" styleID="132" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER SCALAR 2" styleID="133" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER SCALAR 3" styleID="134" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER SCALAR 4" styleID="135" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="fortran" desc="Fortran" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
@@ -604,29 +832,53 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="0080FF" bgColor="112435" fontName="" fontStyle="1" fontSize="" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="273A4B" fgColor="CCFF33" fontSize="" fontStyle="0" />
<WidgetStyle name="Mark colour" styleID="0" fgColor="0080C0" bgColor="B0D926" />
<WidgetStyle name="Selected text colour" styleID="0" bgColor="0000FF" fgColor="C00000" fontStyle="0" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FFFFFF" fontStyle="0" bgColor="6699CC" fontSize="" />
<WidgetStyle name="Find Mark Style" styleID="31" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="FFFFFF" bgColor="FF0000" fontSize="" fontStyle="1" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="273A4B" />
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
<WidgetStyle name="Selected text colour" styleID="0" bgColor="0000FF" fgColor="C00000" />
<WidgetStyle name="Multi-selected text color" styleID="0" bgColor="0000FF" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FFFFFF" />
<WidgetStyle name="Multi-edit carets color" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Line number margin" styleID="33" fgColor="FFFFFF" bgColor="1F4661" fontName="" fontStyle="0" fontSize="8" />
<WidgetStyle name="Fold" styleID="0" fgColor="FFFFFF" bgColor="F0804F" fontSize="" fontStyle="0" />
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="1F4661" />
<WidgetStyle name="Change History margin" styleID="0" bgColor="1F4661" />
<WidgetStyle name="Change History modified" styleID="0" fgColor="FF8000" bgColor="FF8000" />
<WidgetStyle name="Change History revert modified" styleID="0" fgColor="A0C000" bgColor="A0C000" />
<WidgetStyle name="Change History revert origin" styleID="0" fgColor="40A0BF" bgColor="40A0BF" />
<WidgetStyle name="Change History saved" styleID="0" fgColor="00A000" bgColor="00A000" />
<WidgetStyle name="Fold" styleID="0" fgColor="FFFFFF" bgColor="F0804F" />
<WidgetStyle name="Fold active" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Fold margin" styleID="0" fgColor="4096BF" bgColor="3476A3" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="FF8080" bgColor="112435" />
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="00FF00" fgColor="555753" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" fgColor="FCAF3E" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="FF8080" />
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="00FF00" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" />
<WidgetStyle name="Find status: Not found" styleID="0" fgColor="FF0000" />
<WidgetStyle name="Find status: Message" styleID="0" fgColor="0000FF" />
<WidgetStyle name="Find status: Search end reached" styleID="0" fgColor="008000" />
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" />
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" />
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" />
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" />
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" fgColor="FFCAB0" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" fgColor="000000" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" fgColor="8080C0" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" bgColor="FF0000" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="80FF00" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" />
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" />
<WidgetStyle name="Tab color 1" styleID="0" bgColor="F3F0CB" />
<WidgetStyle name="Tab color 2" styleID="0" bgColor="DBF3CB" />
<WidgetStyle name="Tab color 3" styleID="0" bgColor="CBDBF3" />
<WidgetStyle name="Tab color 4" styleID="0" bgColor="F3DBCB" />
<WidgetStyle name="Tab color 5" styleID="0" bgColor="F3CBEE" />
<WidgetStyle name="Tab color dark mode 1" styleID="0" bgColor="807848" />
<WidgetStyle name="Tab color dark mode 2" styleID="0" bgColor="568048" />
<WidgetStyle name="Tab color dark mode 3" styleID="0" bgColor="507094" />
<WidgetStyle name="Tab color dark mode 4" styleID="0" bgColor="804849" />
<WidgetStyle name="Tab color dark mode 5" styleID="0" bgColor="754880" />
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="FFFFFF" bgColor="112435" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
</GlobalStyles>
</NotepadPlus>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="Windows-1252" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<!--//
File Name: Solarized-light.xml
Style Name: Solarized-light
@@ -10,6 +10,7 @@ Supported languages: All the languages supported by release 6.7.4
Created by: Paul Neubauer (PaulRNeubauer at gmail dot com)
Last Modified: 1/14/2015
Added support for CoffeeScript.
2023-09-30: update Perl support.
Released: 3/7/2012
License: Feel free to modify this theme.
This theme is available under the terms of the Creative Commons
@@ -64,6 +65,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="D33682" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ada" desc="ADA" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
@@ -102,8 +111,16 @@ Installation:
<WordsStyle name="WORD" styleID="84" fgColor="859900" bgColor="E8DFC6" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="STRING" styleID="85" fgColor="2AA198" bgColor="E8DFC6" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="86" fgColor="B58900" bgColor="E8DFC6" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASPSYBOL" styleID="15" fgColor="DC322F" bgColor="E8DFC6" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ASPSYMBOL" styleID="15" fgColor="DC322F" bgColor="E8DFC6" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SCRIPTTYPE" styleID="16" fgColor="CB4B16" bgColor="E8DFC6" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="216" fgColor="859900" bgColor="E8DFC6" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="217" fgColor="859900" bgColor="E8DFC6" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="218" fgColor="859900" bgColor="E8DFC6" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="219" fgColor="859900" bgColor="E8DFC6" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="220" fgColor="859900" bgColor="E8DFC6" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="221" fgColor="859900" bgColor="E8DFC6" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="222" fgColor="859900" bgColor="E8DFC6" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="223" fgColor="859900" bgColor="E8DFC6" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="autoit" desc="autoIt" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
@@ -137,22 +154,31 @@ Installation:
<WordsStyle name="BACKTICKS" styleID="11" fgColor="CB4B16" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE DELIM" styleID="12" fgColor="DC322F" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE Q" styleID="13" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER SCALAR 1" styleID="132" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER SCALAR 2" styleID="133" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER SCALAR 3" styleID="134" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER SCALAR 4" styleID="135" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="batch" desc="Batch" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="KEYWORDS" styleID="2" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="LABEL" styleID="3" fgColor="268BD2" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HIDE SYBOL" styleID="4" fgColor="6C71C4" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HIDE SYMBOL" styleID="4" fgColor="6C71C4" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMAND" styleID="5" fgColor="CB4B16" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="586E75" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
</LexerType>
<LexerType name="c" desc="C" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="DC322F" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPEWORD" styleID="16" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
@@ -165,6 +191,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="D33682" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="caml" desc="Caml" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
@@ -256,6 +290,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="D33682" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="cs" desc="C#" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="DC322F" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
@@ -274,6 +316,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="D33682" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="css" desc="CSS" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
@@ -359,6 +409,33 @@ Installation:
<WordsStyle name="LABEL" styleID="13" fgColor="CB4B16" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="D33682" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="go" desc="Go" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="DC322F" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="PREDECLARED IDENTIFIERS" styleID="19" fgColor="B589B5" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="NUMBER" styleID="4" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="586E75" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VERBATIM" styleID="13" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX" styleID="14" fgColor="268BD2" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="D33682" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="gui4cli" desc="GUI4CLI" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="1" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
@@ -396,7 +473,7 @@ Installation:
<WordsStyle name="NUMBER" styleID="5" fgColor="D33682" bgColor="FDF6E3" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="268BD2" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="268BD2" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="268BD2" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="D33682" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
@@ -405,6 +482,14 @@ Installation:
<WordsStyle name="CDATA" styleID="17" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VALUE" styleID="19" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ENTITY" styleID="10" fgColor="6C71C4" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="USER TAGS 1" styleID="192" fgColor="268BD2" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER TAGS 2" styleID="193" fgColor="268BD2" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER TAGS 3" styleID="194" fgColor="268BD2" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER TAGS 4" styleID="195" fgColor="268BD2" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="196" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="197" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="198" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="199" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ini" desc="ini file" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
@@ -429,7 +514,6 @@ Installation:
<WordsStyle name="IDENTIFIER" styleID="12" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="java" desc="Java" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="DC322F" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
@@ -445,8 +529,16 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="268BD2" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="D33682" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="javascript" desc="JavaScript" ext="">
<LexerType name="javascript" desc="JavaScript (embedded)" ext="">
<WordsStyle name="DEFAULT" styleID="41" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="45" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="WORD" styleID="46" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
@@ -462,6 +554,30 @@ Installation:
<WordsStyle name="COMMENTDOC" styleID="44" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="268BD2" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="">param @projectDescription projectDescription @param</WordsStyle>
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="D33682" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="200" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="201" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="202" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="203" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="204" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="205" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="206" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="207" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="json" desc="JSON" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="1" fgColor="FF8000" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="2" fgColor="800000" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING EOL" styleID="3" fgColor="808080" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PROPERTY NAME" styleID="4" fgColor="8000FF" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ESCAPE SEQUENCE" styleID="5" fgColor="0000FF" bgColor="FDF6E3" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="LINE COMMENT" styleID="6" fgColor="008000" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BLOCK COMMENT" styleID="7" fgColor="008000" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="000000" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="URI" styleID="9" fgColor="0000FF" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="FDF6E3" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="FDF6E3" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/>
<WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="kix" desc="KiXtart" ext="">
<WordsStyle name="DEFAULT" styleID="31" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
@@ -504,6 +620,14 @@ Installation:
<WordsStyle name="FUNC1" styleID="13" fgColor="CB4B16" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="FUNC2" styleID="14" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="FUNC3" styleID="15" fgColor="6C71C4" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="type2" />
<WordsStyle name="USER KEYWORD 1" styleID="16" fgColor="6C71C4" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="type3" />
<WordsStyle name="USER KEYWORD 2" styleID="17" fgColor="6C71C4" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="type4" />
<WordsStyle name="USER KEYWORD 3" styleID="18" fgColor="6C71C4" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="type5" />
<WordsStyle name="USER KEYWORD 4" styleID="19" fgColor="6C71C4" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="type6" />
<WordsStyle name="USER KEYWORDS 5" styleID="128" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 6" styleID="129" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 7" styleID="130" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 8" styleID="131" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
</LexerType>
<LexerType name="makefile" desc="Makefile" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
@@ -586,40 +710,48 @@ Installation:
<WordsStyle name="ASM" styleID="14" fgColor="268BD2" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="perl" desc="Perl" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="DC322F" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="586E75" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX" styleID="17" fgColor="6C71C4" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGSUBST" styleID="18" fgColor="268BD2" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ARRAY" styleID="13" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HASH" styleID="14" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PUNCTUATION" styleID="8" fgColor="586E75" bgColor="FDF6E3" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="POD" styleID="3" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="POD VERB" styleID="31" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="D33682" bgColor="FDF6E3" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="LONGQUOTE" styleID="19" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATASECTION" styleID="21" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BACKTICKS" styleID="20" fgColor="073642" bgColor="6C71C4" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE DELIM" styleID="22" fgColor="CB4B16" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE Q" styleID="23" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE QQ" styleID="24" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE QX" styleID="25" fgColor="073642" bgColor="6C71C4" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="586E75" bgColor="FDF6E3" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="ARRAY" styleID="13" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="HASH" styleID="14" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="PROTOTYPE" styleID="40" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING SINGLEQUOTE" styleID="7" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING DOUBLEQUOTE" styleID="6" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING BACKTICKS" styleID="20" fgColor="073642" bgColor="6C71C4" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING Q" styleID="26" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QQ" styleID="27" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QX" styleID="28" fgColor="073642" bgColor="6C71C4" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QR" styleID="29" fgColor="6C71C4" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QW" styleID="30" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="FORMAT IDENT" styleID="41" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="FORMAT" styleID="42" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<WordsStyle name="REGEX MATCH" styleID="17" fgColor="6C71C4" bgColor="FDF6E3" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="REGEX SUBSTITUTION" styleID="18" fgColor="268BD2" bgColor="FDF6E3" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="TRANSLATION" styleID="44" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC DELIMITER" styleID="22" fgColor="CB4B16" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC SINGLEQUOTE" styleID="23" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC DOUBLEQUOTE" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC BACKTICK" fgColor="073642" bgColor="6C71C4" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VAR IN STRING" styleID="43" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX" styleID="54" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX SUBSTITUTION" styleID="55" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN BACKTICKS" styleID="57" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC DOUBLEQUOTE" styleID="61" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC BACKTICK" styleID="62" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QQ" styleID="64" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QX" styleID="65" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QR" styleID="66" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="FORMAT IDENTIFIER" styleID="41" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="FORMAT BODY" styleID="42" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATA SECTION" styleID="21" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD" styleID="3" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD VERBATIM" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="D33682" bgColor="FDF6E3" fontName="" fontStyle="" fontSize="" />
</LexerType>
<LexerType name="php" desc="php" ext="">
<WordsStyle name="QUESTION MARK" styleID="18" fgColor="DC322F" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="118" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
@@ -632,6 +764,14 @@ Installation:
<WordsStyle name="COMMENT" styleID="124" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENTLINE" styleID="125" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="OPERATOR" styleID="127" fgColor="586E75" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PREDEFINED" styleID="213" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="FUNCS AND METHODS 1" styleID="214" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="FUNCS AND METHODS 2" styleID="215" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
<WordsStyle name="USER KEYWORDS 1" styleID="208" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="209" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="210" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="211" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="212" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
</LexerType>
<LexerType name="postscript" desc="Postscript" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
@@ -684,7 +824,12 @@ Installation:
<WordsStyle name="OPERATOR" styleID="10" fgColor="586E75" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTBLOCK" styleID="12" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="12" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="13" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BUILTINS" styleID="14" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="F STRING" styleID="16" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F CHARACTER" styleID="17" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F TRIPLE" styleID="18" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F TRIPLEDOUBLE" styleID="19" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="r" desc="R" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
@@ -697,6 +842,44 @@ Installation:
<WordsStyle name="STRING2" styleID="7" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="586E75" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INFIX" styleID="10" fgColor="CB4B16" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="9" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INFIXEOL" styleID="11" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BACKTICKS" styleID="12" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="RAWSTRING" styleID="13" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="RAWSTRING2" styleID="14" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ESCAPESEQUENCE" styleID="15" fgColor="0000FF" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="raku" desc="Raku" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="D33682" bgColor="FDF6E3" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="COMMENT EMBED" styleID="3" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD" styleID="4" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="HEREDOC Q" styleID="6" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC QQ" styleID="7" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="8" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING Q" styleID="9" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QQ" styleID="10" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING Q_LANG" styleID="11" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING VAR" styleID="12" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="REGEX" styleID="13" fgColor="6C71C4" bgColor="FDF6E3" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="REGEX VAR" styleID="14" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ADVERB" styleID="15" fgColor="DC322F" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="type5" />
<WordsStyle name="NUMBER" styleID="16" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PREPROCESSOR" styleID="17" fgColor="DC322F" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="18" fgColor="586E75" bgColor="FDF6E3" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="19" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="FUNCTION" styleID="20" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="IDENTIFIER" styleID="21" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="" fontSize="" />
<!-- "TYPEDEF" styling applies to type1..type4 lists from langs.xml, but only associated with type1 in stylers/themes -->
<WordsStyle name="TYPEDEF" styleID="22" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="MU" styleID="23" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="POSITIONAL" styleID="24" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASSOCIATIVE" styleID="25" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CALLABLE" styleID="26" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="GRAMMAR" styleID="27" fgColor="DC322F" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CLASS" styleID="28" fgColor="DC322F" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="rc" desc="RC" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="DC322F" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
@@ -715,6 +898,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="D33682" bgColor="FDF6E3" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ruby" desc="Ruby" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
@@ -788,11 +979,14 @@ Installation:
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="NUMBER" styleID="4" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="5" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="USER1" styleID="16" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="KEYWORD2" styleID="19" fgColor="FF8080" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="type3" />
<WordsStyle name="STRING" styleID="6" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING2" styleID="7" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="586E75" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="Q OPERATOR" styleID="24" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="tcl" desc="TCL" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
@@ -820,6 +1014,23 @@ Installation:
<WordsStyle name="COMMAND" styleID="4" fgColor="859900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEXT" styleID="5" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="toml" desc="TOML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FF0000" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="008000" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="000000" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="3" fgColor="8000FF" bgColor="FDF6E3" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF0000" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TABLE" styleID="5" fgColor="804000" bgColor="FDF6E3" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEY" styleID="6" fgColor="0000FF" bgColor="FDF6E3" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ERROR" styleID="7" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" colorStyle="3" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="808000" bgColor="FDF6E3" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING SQ" styleID="9" fgColor="808080" bgColor="FDF6E3" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING DQ" styleID="10" fgColor="808080" bgColor="FDF6E3" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING SQ" styleID="11" fgColor="808080" bgColor="FDF6E3" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING DQ" styleID="12" fgColor="808080" bgColor="FDF6E3" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ESCAPE CHAR" styleID="13" fgColor="8080FF" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATETIME" styleID="14" fgColor="FF8040" bgColor="FDF6E3" fontName="" fontStyle="1" fontSize="" />
</LexerType>
<LexerType name="vb" desc="VB / VBS" ext="">
<WordsStyle name="DEFAULT" styleID="7" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
@@ -881,6 +1092,14 @@ Installation:
<WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CDATA" styleID="17" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ENTITY" styleID="10" fgColor="6C71C4" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="192" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="193" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="194" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="195" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 5" styleID="196" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 6" styleID="197" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 7" styleID="198" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 8" styleID="199" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="yaml" desc="YAML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
@@ -902,16 +1121,28 @@ Installation:
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="DC322F" bgColor="859900" fontName="" fontStyle="1" fontSize="" />
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="D33682" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="EEE8D5" />
<WidgetStyle name="Selected text colour" styleID="0" bgColor="073642" />
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
<WidgetStyle name="Selected text colour" styleID="0" bgColor="073642" fgColor="000000" />
<WidgetStyle name="Multi-selected text color" styleID="0" bgColor="073642" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="073642" />
<WidgetStyle name="Multi-edit carets color" styleID="0" fgColor="073642" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="93A1A1" />
<WidgetStyle name="Line number margin" styleID="33" fgColor="93A1A1" bgColor="EEE8D5" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="EEE8D5" />
<WidgetStyle name="Change History margin" styleID="0" bgColor="EEE8D5" />
<WidgetStyle name="Change History modified" styleID="0" fgColor="FF8000" bgColor="FF8000" />
<WidgetStyle name="Change History revert modified" styleID="0" fgColor="A0C000" bgColor="A0C000" />
<WidgetStyle name="Change History revert origin" styleID="0" fgColor="40A0BF" bgColor="40A0BF" />
<WidgetStyle name="Change History saved" styleID="0" fgColor="00A000" bgColor="00A000" />
<WidgetStyle name="Fold" styleID="0" fgColor="93A1A1" bgColor="EEE8D5" />
<WidgetStyle name="Fold active" styleID="0" fgColor="DC322F" />
<WidgetStyle name="Fold margin" styleID="0" fgColor="93A1A1" bgColor="EEE8D5" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="B58900" />
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="002B36" />
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="002B36" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="6C71C4" />
<WidgetStyle name="Find status: Not found" styleID="0" fgColor="FF0000" />
<WidgetStyle name="Find status: Message" styleID="0" fgColor="0000FF" />
<WidgetStyle name="Find status: Search end reached" styleID="0" fgColor="008000" />
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="DC322F" />
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="268BD2" />
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="2AA198" />
@@ -924,5 +1155,18 @@ Installation:
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FDF6E3" />
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="073642" bgColor="93A1A1" />
<WidgetStyle name="Tab color 1" styleID="0" bgColor="F3F0CB" />
<WidgetStyle name="Tab color 2" styleID="0" bgColor="DBF3CB" />
<WidgetStyle name="Tab color 3" styleID="0" bgColor="CBDBF3" />
<WidgetStyle name="Tab color 4" styleID="0" bgColor="F3DBCB" />
<WidgetStyle name="Tab color 5" styleID="0" bgColor="F3CBEE" />
<WidgetStyle name="Tab color dark mode 1" styleID="0" bgColor="807848" />
<WidgetStyle name="Tab color dark mode 2" styleID="0" bgColor="568048" />
<WidgetStyle name="Tab color dark mode 3" styleID="0" bgColor="507094" />
<WidgetStyle name="Tab color dark mode 4" styleID="0" bgColor="804849" />
<WidgetStyle name="Tab color dark mode 5" styleID="0" bgColor="754880" />
<WidgetStyle name="URL hovered" styleID="0" fgColor="808040" />
<WidgetStyle name="Document map" styleID="0" fgColor="657B83" bgColor="FDF6E3" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
</GlobalStyles>
</NotepadPlus>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="Windows-1252" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<!--//
File Name: Solarized.xml
Style Name: Solarized
@@ -8,10 +8,11 @@ Description: Solarized theme for Notepad++.
Commpliance: Nearly complete (see README.txt for exceptions).
Supported languages: All the languages supported by release 6.7.4
Created by: Paul Neubauer (PaulRNeubauer at gmail dot com)
Last Modified: 1/14/2015
Added support for CoffeeScript.
Last Modified: 30 October 2022
Added support for all of the missing languages (up-to-date with stylers.xml).
2023-09-30: update Perl support.
Released: 3/7/2012
License: Feel free to modify this theme.
License: Feel free to modify this theme.
This theme is available under the terms of the Creative Commons
Attribution 3.0 Unported License. You are free to to copy,
distribute and transmit the work, to adapt the work, or to make
@@ -19,7 +20,7 @@ License: Feel free to modify this theme.
attribute the work in the manner specified by the author or
licensor (but not in any way that suggests that they endorse you
or your use of the work). See
http://creativecommons.org/licenses/by/3.0/
http://creativecommons.org/licenses/by/3.0/
for a legal description of the license terms. Briefly, this
means: please note in derivatives of this theme, that they are
based on my work. Of course, if you are using this file as no
@@ -28,12 +29,12 @@ License: Feel free to modify this theme.
Requirements:
* This theme is based on the Inconsolata-dz font http://media.nodnod.net/Inconsolata-dz.otf.zip
However, that font may be replaced in the "GlobalStyles" section of this
However, that font may be replaced in the "GlobalStyles" section of this
file, where it is found in only the "Global override" and "Default Style" lines.
Fonts are not separately specified anywhere else in this version of the style file.
Note 3/29/2012: I have replaced Inconsola-dz with Consolas, since Consolas is
installed by default in recent versions of Windows.
* Notepad++, of course.
Installation:
@@ -64,6 +65,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="859900" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ada" desc="ADA" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
@@ -102,8 +111,16 @@ Installation:
<WordsStyle name="WORD" styleID="84" fgColor="859900" bgColor="083C4B" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="STRING" styleID="85" fgColor="2AA198" bgColor="083C4B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="86" fgColor="B58900" bgColor="083C4B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASPSYBOL" styleID="15" fgColor="DC322F" bgColor="083C4B" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ASPSYMBOL" styleID="15" fgColor="DC322F" bgColor="083C4B" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SCRIPTTYPE" styleID="16" fgColor="CB4B16" bgColor="083C4B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="216" fgColor="859900" bgColor="083C4B" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="217" fgColor="859900" bgColor="083C4B" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="218" fgColor="859900" bgColor="083C4B" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="219" fgColor="859900" bgColor="083C4B" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="220" fgColor="859900" bgColor="083C4B" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="221" fgColor="859900" bgColor="083C4B" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="222" fgColor="859900" bgColor="083C4B" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="223" fgColor="859900" bgColor="083C4B" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="autoit" desc="autoIt" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
@@ -122,6 +139,51 @@ Installation:
<WordsStyle name="EXPAND" styleID="13" fgColor="DC322F" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type5" />
<WordsStyle name="COMOBJ" styleID="14" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="avs" desc="AviSynth" ext="">
<WordsStyle name="DEFAULT" styleID="32" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="WHITE SPACE" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT: /* */" styleID="1" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT: [* *]" styleID="2" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="LINE COMMENT: #" styleID="3" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="4" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATORS" styleID="5" fgColor="93A1A1" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIERS" styleID="6" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLE QUOTED STRING" styleID="7" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING WITH THREE DOUBLE QUOTES" styleID="8" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="9" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="FILTER" styleID="10" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="instre2" />
<WordsStyle name="PLUGIN" styleID="11" fgColor="6C71C4" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="type1" />
<WordsStyle name="FUNCTION" styleID="12" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type2" />
<WordsStyle name="CLIP PROPERTIES" styleID="13" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type3" />
<WordsStyle name="USER DEFINED" styleID="14" fgColor="CB4B16" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type4" />
</LexerType>
<LexerType name="baanc" desc="BaanC" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC" styleID="2" fgColor="586E75" bgColor="FCFDDB" fontName="" fontStyle="3" fontSize="">ooooo</WordsStyle>
<WordsStyle name="NUMBER" styleID="3" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORDS" styleID="4" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="instre1">ooooo</WordsStyle>
<WordsStyle name="STRING" styleID="5" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="PREPROCESSOR" styleID="6" fgColor="DC322F" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="E3CEAB" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="8" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING EOL NC" styleID="9" fgColor="839496" bgColor="E0C0E0" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="FUNCTIONS" styleID="10" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="instre2">ooooo</WordsStyle>
<WordsStyle name="FUNCTIONS ABRIDGED" styleID="11" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="type1" />
<WordsStyle name="SUB SECTIONS" styleID="12" fgColor="FF9E7A" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="type2" />
<WordsStyle name="MAIN SECTIONS" styleID="13" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="type3" />
<WordsStyle name="PREDEFINED VARIABLE" styleID="14" fgColor="E3CEAB" bgColor="A5EFF5" fontName="" fontStyle="1" fontSize="" keywordClass="type4" />
<WordsStyle name="PREDEFINED ATTRIBUTES" styleID="15" fgColor="2AA198" bgColor="98F3A4" fontName="" fontStyle="1" fontSize="" keywordClass="type5" />
<WordsStyle name="ENUM DOMAINS" styleID="16" fgColor="93A1A1" bgColor="FFFF80" fontName="" fontStyle="1" fontSize="" keywordClass="type6" />
<WordsStyle name="USER DEFINED" styleID="17" fgColor="E3CEAB" bgColor="8AFFC5" fontName="" fontStyle="1" fontSize="" keywordClass="type7" />
<WordsStyle name="TABLE DEFINITIONS" styleID="18" fgColor="CC98E6" bgColor="002B36" fontName="" fontStyle="5" fontSize="" />
<WordsStyle name="TABLE SQL" styleID="19" fgColor="AF6FEB" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="DLL FUNCTIONS" styleID="20" fgColor="93A1A1" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="DOMAIN DEFINITIONS" styleID="21" fgColor="B8860B" bgColor="002B36" fontName="" fontStyle="5" fontSize="" />
<WordsStyle name="FUNCTION DEFINITIONS" styleID="22" fgColor="E67A7A" bgColor="002B36" fontName="" fontStyle="5" fontSize="" />
<WordsStyle name="OBJECT DEFINITIONS" styleID="23" fgColor="859900" bgColor="002B36" fontName="" fontStyle="5" fontSize="" />
<WordsStyle name="PREPROC DEFINITIONS" styleID="24" fgColor="AAC680" bgColor="002B36" fontName="" fontStyle="5" fontSize="" />
</LexerType>
<LexerType name="bash" desc="bash" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
@@ -137,22 +199,47 @@ Installation:
<WordsStyle name="BACKTICKS" styleID="11" fgColor="CB4B16" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE DELIM" styleID="12" fgColor="DC322F" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE Q" styleID="13" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER SCALAR 1" styleID="132" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER SCALAR 2" styleID="133" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER SCALAR 3" styleID="134" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER SCALAR 4" styleID="135" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="batch" desc="Batch" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="KEYWORDS" styleID="2" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="LABEL" styleID="3" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HIDE SYBOL" styleID="4" fgColor="6C71C4" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HIDE SYMBOL" styleID="4" fgColor="6C71C4" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMAND" styleID="5" fgColor="CB4B16" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="93A1A1" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
</LexerType>
<LexerType name="blitzbasic" desc="BlitzBasic" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="2" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD1" styleID="3" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="STRING" styleID="4" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="6" fgColor="93A1A1" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="7" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD2" styleID="10" fgColor="6C71C4" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="KEYWORD3" styleID="11" fgColor="6C71C4" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="KEYWORD4" styleID="12" fgColor="6C71C4" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type2" />
<WordsStyle name="LABEL" styleID="15" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="16" fgColor="FFFF00" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEXNUMBER" styleID="17" fgColor="007F7F" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BINNUMBER" styleID="18" fgColor="007F7F" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="c" desc="C" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="DC322F" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPEWORD" styleID="16" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
@@ -165,6 +252,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="caml" desc="Caml" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
@@ -256,6 +351,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="cs" desc="C#" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="DC322F" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
@@ -274,6 +377,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="css" desc="CSS" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
@@ -325,6 +436,62 @@ Installation:
<WordsStyle name="DELETED" styleID="5" fgColor="6C71C4" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="ADDED" styleID="6" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
</LexerType>
<LexerType name="erlang" desc="Erlang" ext="">
<WordsStyle name="DEFAULT STYLE" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT COMMENT" styleID="1" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="FUNCTION COMMENT" styleID="14" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="MODULE COMMENT" styleID="15" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOCUMENTATION HELPER IN COMMENT" styleID="16" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="type3" />
<WordsStyle name="DOCUMENTATION MACRO IN COMMENT" styleID="17" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="3" fontSize="" keywordClass="type4">bool long int char</WordsStyle>
<WordsStyle name="VARIABLE" styleID="2" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="3" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="5" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="9" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="MACRO" styleID="10" fgColor="CB4B16" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="MACRO QUOTED" styleID="19" fgColor="CB4B16" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="RECORD" styleID="11" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="RECORD QUOTED" styleID="20" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ATOM" styleID="7" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ATOM QUOTED" styleID="18" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NODE NAME" styleID="13" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NODE NAME QUOTED" styleID="21" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="RESERVED WORDS" styleID="4" fgColor="839496" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="BUILT-IN FUNCTIONS" styleID="22" fgColor="839496" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="instre2" />
<WordsStyle name="FUNCTION NAME" styleID="8" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="MODULE NAME" styleID="23" fgColor="CB4B16" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="MODULE ATTRIBUTES" styleID="24" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type2" />
<WordsStyle name="PREPROCESSOR" styleID="12" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="OPERATORS" styleID="6" fgColor="93A1A1" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="UNKNOWN: ERROR" styleID="31" fgColor="000000" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="escript" desc="ESCRIPT" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="LINE COMMENT" styleID="2" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOC COMMENT" styleID="3" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="4" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="5" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="DOUBLE QUOTED STRING" styleID="6" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATORS" styleID="7" fgColor="93A1A1" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIERS" styleID="8" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BRACES" styleID="9" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORDS2" styleID="10" fgColor="6C71C4" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="KEYWORDS3" styleID="11" fgColor="6C71C4" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
</LexerType>
<LexerType name="forth" desc="Forth" ext="">
<WordsStyle name="WHITESPACE" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ML COMMENT" styleID="2" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="3" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="CONTROL" styleID="4" fgColor="839496" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="KEYWORDS" styleID="5" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="instre2" />
<WordsStyle name="DEFWORDS" styleID="6" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="type1" />
<WordsStyle name="PREWORD1" styleID="7" fgColor="E996BE" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="type2" />
<WordsStyle name="PREWORD2" styleID="8" fgColor="DDB698" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="type3" />
<WordsStyle name="NUMBER" styleID="9" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLE QUOTED STRING" styleID="10" fgColor="E996BE" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type4" />
<WordsStyle name="LOCALE" styleID="11" fgColor="ADADFF" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="fortran" desc="Fortran" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
@@ -359,6 +526,50 @@ Installation:
<WordsStyle name="LABEL" styleID="13" fgColor="CB4B16" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="freebasic" desc="FreeBasic" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="2" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD1" styleID="3" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="STRING" styleID="4" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PREPROCESSOR" styleID="5" fgColor="93A1A1" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="6" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="7" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD2" styleID="10" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="KEYWORD3" styleID="11" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="KEYWORD4" styleID="12" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type2" />
<WordsStyle name="LABEL" styleID="15" fgColor="6C71C4" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="16" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="">param @projectDescription projectDescription @param</WordsStyle>
<WordsStyle name="HEXNUMBER" styleID="17" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BINNUMBER" styleID="18" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="go" desc="Go" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="DC322F" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="PREDECLARED IDENTIFIERS" styleID="19" fgColor="B589B5" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="NUMBER" styleID="4" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="93A1A1" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VERBATIM" styleID="13" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX" styleID="14" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="gui4cli" desc="GUI4CLI" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="1" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
@@ -390,13 +601,30 @@ Installation:
<WordsStyle name="COMMENTBLOCK2" styleID="15" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENTBLOCK3" styleID="16" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
</LexerType>
<LexerType name="hollywood" desc="Hollywood" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT BLOCK" styleID="2" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="3" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="4" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/>
<WordsStyle name="CORE API" styleID="5" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="instre2"/>
<WordsStyle name="PLUGIN API" styleID="6" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="type1"/>
<WordsStyle name="PLUGIN METHOD" styleID="7" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="type2"/>
<WordsStyle name="STRING" styleID="8" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING BLOCK" styleID="9" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PREPROCESSOR" styleID="10" fgColor="CB4B16" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="OPERATOR" styleID="11" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="12" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CONSTANT" styleID="13" fgColor="DC322F" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEXNUMBER" styleID="14" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="html" desc="HTML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="9" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="NUMBER" styleID="5" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
@@ -405,6 +633,14 @@ Installation:
<WordsStyle name="CDATA" styleID="17" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VALUE" styleID="19" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ENTITY" styleID="10" fgColor="6C71C4" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="USER TAGS 1" styleID="192" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER TAGS 2" styleID="193" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER TAGS 3" styleID="194" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER TAGS 4" styleID="195" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="196" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="197" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="198" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="199" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ini" desc="ini file" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
@@ -428,8 +664,28 @@ Installation:
<WordsStyle name="STRING SINGLE" styleID="11" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="12" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="ihex" desc="Intel HEX" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="RECSTART" styleID="1" fgColor="007F7F" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="RECTYPE" styleID="2" fgColor="007F7F" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="RECTYPE_UNKNOWN" styleID="3" fgColor="007F7F" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="BYTECOUNT" styleID="4" fgColor="93A1A1" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BYTECOUNT_WRONG" styleID="5" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NOADDRESS" styleID="6" fgColor="D6ADFF" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATAADDRESS" styleID="7" fgColor="85C2FF" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<!-- RECCOUNT 8 N/A -->
<WordsStyle name="STARTADDRESS" styleID="9" fgColor="85C2FF" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ADDRESSFIELD_UNKNOWN" styleID="10" fgColor="839496" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="EXTENDEDADDRESS" styleID="11" fgColor="85C2FF" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATA_ODD" styleID="12" fgColor="839496" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="DATA_EVEN" styleID="13" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATA_UNKNOWN" styleID="14" fgColor="839496" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="DATA_EMPTY" styleID="15" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHECKSUM" styleID="16" fgColor="00BF00" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHECKSUM_WRONG" styleID="17" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="GARBAGE" styleID="18" fgColor="839496" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
</LexerType>
<LexerType name="java" desc="Java" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="DC322F" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
@@ -445,8 +701,16 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="javascript" desc="JavaScript" ext="">
<LexerType name="javascript" desc="JavaScript (embedded)" ext="">
<WordsStyle name="DEFAULT" styleID="41" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="45" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="WORD" styleID="46" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
@@ -462,7 +726,58 @@ Installation:
<WordsStyle name="COMMENTDOC" styleID="44" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="3" fontSize="">param @projectDescription projectDescription @param</WordsStyle>
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="200" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="201" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="202" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="203" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="204" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="205" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="206" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="207" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="javascript.js" desc="JavaScript" ext="">
<WordsStyle name="DEFAULT" styleID="11" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type1">the_ID the_post have_posts wp_link_pages the_content</WordsStyle>
<WordsStyle name="WINDOW INSTRUCTION" styleID="19" fgColor="DC322F" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="instre2" />
<WordsStyle name="NUMBER" styleID="4" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="0" fontSize="">if else for while</WordsStyle>
<WordsStyle name="STRING" styleID="6" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="">if else for while</WordsStyle>
<WordsStyle name="STRINGRAW" styleID="20" fgColor="000080" bgColor="C0C0C0" fontName="" fontStyle="0" fontSize="">bool long int char</WordsStyle>
<WordsStyle name="CHARACTER" styleID="7" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="E3CEAB" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="VERBATIM" styleID="13" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX" styleID="14" fgColor="839496" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="008080" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="json" desc="JSON" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="1" fgColor="FF8000" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="2" fgColor="DCDCCC" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING EOL" styleID="3" fgColor="808080" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PROPERTY NAME" styleID="4" fgColor="8CD0D3" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ESCAPE SEQUENCE" styleID="5" fgColor="0000FF" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="LINE COMMENT" styleID="6" fgColor="008000" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BLOCK COMMENT" styleID="7" fgColor="008000" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="E3CEAB" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="URI" styleID="9" fgColor="FFFF80" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/>
<WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="kix" desc="KiXtart" ext="">
<WordsStyle name="DEFAULT" styleID="31" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
@@ -489,6 +804,21 @@ Installation:
<WordsStyle name="SPECIAL" styleID="11" fgColor="CB4B16" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="12" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
</LexerType>
<LexerType name="latex" desc="LaTeX" ext="">
<WordsStyle name="WHITE SPACE" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMAND" styleID="1" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TAG OPENING" styleID="2" fgColor="839496" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="MATH INLINE" styleID="3" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="4" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG CLOSING" styleID="5" fgColor="839496" bgColor="002B36" fontName="" fontStyle="1" fontSize="">bool long int char</WordsStyle>
<WordsStyle name="MATH BLOCK" styleID="6" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT BLOCK" styleID="7" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VERBATIM SEGMENT" styleID="8" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SHORT COMMAND" styleID="9" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SPECIAL CHAR" styleID="10" fgColor="AAAA00" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMAND OPTIONAL ARGUMENT" styleID="11" fgColor="FF9900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SYNTAX ERROR" styleID="12" fgColor="FFFFFF" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="lua" desc="Lua" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
@@ -504,6 +834,14 @@ Installation:
<WordsStyle name="FUNC1" styleID="13" fgColor="CB4B16" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="FUNC2" styleID="14" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="FUNC3" styleID="15" fgColor="6C71C4" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type2" />
<WordsStyle name="USER KEYWORD 1" styleID="16" fgColor="6C71C4" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type3" />
<WordsStyle name="USER KEYWORD 2" styleID="17" fgColor="6C71C4" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type4" />
<WordsStyle name="USER KEYWORD 3" styleID="18" fgColor="6C71C4" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type5" />
<WordsStyle name="USER KEYWORD 4" styleID="19" fgColor="6C71C4" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type6" />
<WordsStyle name="USER KEYWORDS 5" styleID="128" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 6" styleID="129" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 7" styleID="130" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 8" styleID="131" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
</LexerType>
<LexerType name="makefile" desc="Makefile" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
@@ -525,7 +863,27 @@ Installation:
<WordsStyle name="IDENTIFIER" styleID="7" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLE QUOTE STRING" styleID="8" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="nfo" desc="Dos Style" ext="">
<LexerType name="mmixal" desc="MMIXAL" ext="">
<WordsStyle name="DIVSION OF LEADING WHITESPACE IN LINE" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="LABEL" styleID="2" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPCODE" styleID="3" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DIVISION BETWEEN LABEL AND OPCODE" styleID="4" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VALID OPCODE" styleID="5" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="UNKNOWN OPCODE" styleID="6" fgColor="CB4B16" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DIVISION BETWEEN OPCODE AND OPERANDS" styleID="7" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DIVISION OF OPERANDS" styleID="8" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="9" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REFERENCE (TO A LABEL)" styleID="10" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHAR" styleID="11" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="12" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGISTER" styleID="13" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="HEXADECIMAL NUMBER" styleID="14" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="15" fgColor="839496" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SYMBOL" styleID="16" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="COMMENT OTHERWISE" styleID="17" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="nfo" desc="Dos Style" ext="">
<WordsStyle name="DEFAULT" styleID="32" fgColor="839496" bgColor="002B36" fontSize="" fontStyle="0" />
</LexerType>
<LexerType name="nsis" desc="NSIS" ext="">
@@ -549,6 +907,58 @@ Installation:
<WordsStyle name="FUNCTION DEFINITIONS" styleID="17" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="18" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
</LexerType>
<LexerType name="nimrod" desc="Nimrod" ext="">
<WordsStyle name="WHITE SPACE" styleID="0" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="2" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="3" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLE QUOTED STRING" styleID="4" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="">if else for while</WordsStyle>
<WordsStyle name="KEYWORD" styleID="5" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="instre1">if else for while</WordsStyle>
<WordsStyle name="TRIPLE QUOTES" styleID="6" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="">bool long int char</WordsStyle>
<WordsStyle name="TRIPLE DOUBLE QUOTES" styleID="7" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CLASS NAME DEFINITION" styleID="8" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="FUNCTION OR METHOD NAME DEFINITION" styleID="9" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="OPERATORS" styleID="10" fgColor="839496" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="IDENTIFIERS" styleID="11" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT-BLOCKS" styleID="12" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="END OF LINE WHERE STRING IS NOT CLOSED" styleID="13" fgColor="839496" bgColor="E0C0E0" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HIGHLIGHTED IDENTIFIERS" styleID="14" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DECORATORS" styleID="15" fgColor="FFB029" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="nncrontab" desc="extended crontab" ext="">
<WordsStyle name="WHITESPACE" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TASK START/END" styleID="2" fgColor="FFFF00" bgColor="606060" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SECTION KEYWORDS" styleID="3" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="KEYWORDS" styleID="4" fgColor="839496" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="instre2" />
<WordsStyle name="MODIFICATORS" styleID="5" fgColor="859900" bgColor="002B36" fontName="" fontStyle="2" fontSize="" keywordClass="type1">if else for while</WordsStyle>
<WordsStyle name="ASTERISK" styleID="6" fgColor="839496" bgColor="FFE0FF" fontName="" fontStyle="1" fontSize="">bool long int char</WordsStyle>
<WordsStyle name="NUMBER" styleID="7" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLE QUOTED STRING" styleID="8" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ENVIRONMENT VARIABLE" styleID="9" fgColor="839496" bgColor="FFFFE0" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="10" fgColor="839496" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="oscript" desc="OScript" ext="">
<WordsStyle name="DEFAULT TEXT STYLE" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLE-LINE COMMENT" styleID="1" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="MULTI-LINE COMMENT" styleID="2" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="#IFDEF DOC AND #ENDIF" styleID="3" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PREPROCESSOR DIRECTIVE" styleID="4" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="0" fontSize="">if else for while</WordsStyle>
<WordsStyle name="NUMBER" styleID="5" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="0" fontSize="">bool long int char</WordsStyle>
<WordsStyle name="STRING SINGLE QUOTES" styleID="6" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING DOUBLE QUOTES" styleID="7" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CONSTANT LITERAL" styleID="8" fgColor="FF7F3F" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="IDENTIFIER" styleID="9" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SERVER-GLOBAL VARIABLE (PREFIXED BY $)" styleID="10" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="LANGUAGE NATIVE KEYWORD OR RESERVED WORD" styleID="11" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="OPERATOR; EITHER SYMBOLIC OR LITERAL" styleID="12" fgColor="839496" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="type1" />
<WordsStyle name="LABEL TO JUMP TO WITH THE GOTO STATEMENT" styleID="13" fgColor="6C71C4" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TYPE" styleID="14" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type2" />
<WordsStyle name="FUNCTION" styleID="15" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type3" />
<WordsStyle name="STATIC BUILT-IN OBJECT" styleID="16" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type4" />
<WordsStyle name="OBJECT PROPERTY" styleID="17" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OBJECT METHOD" styleID="18" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="objc" desc="Objective-C" ext="">
<WordsStyle name="DIRECTIVE" styleID="19" fgColor="CB4B16" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
@@ -586,40 +996,48 @@ Installation:
<WordsStyle name="ASM" styleID="14" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="perl" desc="Perl" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="DC322F" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="93A1A1" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX" styleID="17" fgColor="6C71C4" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGSUBST" styleID="18" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="859900" bgColor="002B36" fontName="" fontStyle="" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="93A1A1" bgColor="002B36" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ARRAY" styleID="13" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HASH" styleID="14" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PUNCTUATION" styleID="8" fgColor="93A1A1" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="POD" styleID="3" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="POD VERB" styleID="31" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="LONGQUOTE" styleID="19" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATASECTION" styleID="21" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BACKTICKS" styleID="20" fgColor="EEE8D5" bgColor="6C71C4" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE DELIM" styleID="22" fgColor="CB4B16" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE Q" styleID="23" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE QQ" styleID="24" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE QX" styleID="25" fgColor="EEE8D5" bgColor="6C71C4" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="ARRAY" styleID="13" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="HASH" styleID="14" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="PROTOTYPE" styleID="40" fgColor="839496" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING SINGLEQUOTE" styleID="7" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING DOUBLEQUOTE" styleID="6" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING BACKTICKS" styleID="20" fgColor="EEE8D5" bgColor="6C71C4" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING Q" styleID="26" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QQ" styleID="27" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QX" styleID="28" fgColor="EEE8D5" bgColor="6C71C4" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QR" styleID="29" fgColor="6C71C4" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QW" styleID="30" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="FORMAT IDENT" styleID="41" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="FORMAT" styleID="42" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<WordsStyle name="REGEX MATCH" styleID="17" fgColor="6C71C4" bgColor="002B36" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="REGEX SUBSTITUTION" styleID="18" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="TRANSLATION" styleID="44" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC DELIMITER" styleID="22" fgColor="CB4B16" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC SINGLEQUOTE" styleID="23" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC DOUBLEQUOTE" styleID="24" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC BACKTICK" styleID="25" fgColor="EEE8D5" bgColor="6C71C4" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VAR IN STRING" styleID="43" fgColor="839496" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX" styleID="54" fgColor="839496" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX SUBSTITUTION" styleID="55" fgColor="839496" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN BACKTICKS" styleID="57" fgColor="839496" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC DOUBLEQUOTE" styleID="61" fgColor="839496" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC BACKTICK" styleID="62" fgColor="839496" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QQ" styleID="64" fgColor="839496" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QX" styleID="65" fgColor="839496" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QR" styleID="66" fgColor="839496" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="FORMAT IDENTIFIER" styleID="41" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="FORMAT BODY" styleID="42" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATA SECTION" styleID="21" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD" styleID="3" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD VERBATIM" styleID="31" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="" fontSize="" />
</LexerType>
<LexerType name="php" desc="php" ext="">
<WordsStyle name="QUESTION MARK" styleID="18" fgColor="DC322F" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="118" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
@@ -632,6 +1050,14 @@ Installation:
<WordsStyle name="COMMENT" styleID="124" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENTLINE" styleID="125" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="OPERATOR" styleID="127" fgColor="93A1A1" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PREDEFINED" styleID="213" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="FUNCS AND METHODS 1" styleID="214" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="FUNCS AND METHODS 2" styleID="215" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
<WordsStyle name="USER KEYWORDS 1" styleID="208" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="208" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="210" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="211" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="212" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
</LexerType>
<LexerType name="postscript" desc="Postscript" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
@@ -663,6 +1089,23 @@ Installation:
<WordsStyle name="CMDLET" styleID="9" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ALIAS" styleID="10" fgColor="CB4B16" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
</LexerType>
<LexerType name="purebasic" desc="PureBasic" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="2" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD1" styleID="3" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="STRING" styleID="4" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="6" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="7" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD2" styleID="10" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="KEYWORD3" styleID="11" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="KEYWORD4" styleID="12" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type2" />
<WordsStyle name="CONSTANT" styleID="13" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="LABEL" styleID="15" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="16" fgColor="FFFF00" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEXNUMBER" styleID="17" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BINNUMBER" styleID="18" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="props" desc="Properties file" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
@@ -684,7 +1127,12 @@ Installation:
<WordsStyle name="OPERATOR" styleID="10" fgColor="93A1A1" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTBLOCK" styleID="12" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="12" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="13" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BUILTINS" styleID="14" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="F STRING" styleID="17" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F CHARACTER" styleID="17" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F TRIPLE" styleID="18" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F TRIPLEDOUBLE" styleID="19" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="r" desc="R" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
@@ -697,6 +1145,44 @@ Installation:
<WordsStyle name="STRING2" styleID="7" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="93A1A1" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INFIX" styleID="10" fgColor="CB4B16" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="9" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INFIXEOL" styleID="11" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BACKTICKS" styleID="12" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="RAWSTRING" styleID="13" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="RAWSTRING2" styleID="14" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ESCAPESEQUENCE" styleID="15" fgColor="0000FF" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="raku" desc="Raku" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="COMMENT EMBED" styleID="3" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD" styleID="4" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="HEREDOC Q" styleID="6" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC QQ" styleID="7" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="8" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING Q" styleID="9" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QQ" styleID="10" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING Q_LANG" styleID="11" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING VAR" styleID="12" fgColor="839496" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="REGEX" styleID="13" fgColor="6C71C4" bgColor="002B36" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="REGEX VAR" styleID="14" fgColor="839496" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ADVERB" styleID="15" fgColor="DC322F" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type5" />
<WordsStyle name="NUMBER" styleID="16" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="PREPROCESSOR" styleID="17" fgColor="DC322F" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="18" fgColor="93A1A1" bgColor="002B36" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="19" fgColor="859900" bgColor="002B36" fontName="" fontStyle="" fontSize="" keywordClass="instre1" />
<WordsStyle name="FUNCTION" styleID="20" fgColor="859900" bgColor="002B36" fontName="" fontStyle="" fontSize="" keywordClass="instre2" />
<WordsStyle name="IDENTIFIER" styleID="21" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<!-- TYPEDEF styling applies to type1..type4 lists from langs.xml, but only associated with type1 in stylers/themes -->
<WordsStyle name="TYPEDEF" styleID="22" fgColor="859900" bgColor="002B36" fontName="" fontStyle="" fontSize="" keywordClass="type1" />
<WordsStyle name="MU" styleID="23" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POSITIONAL" styleID="24" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASSOCIATIVE" styleID="25" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CALLABLE" styleID="26" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="GRAMMAR" styleID="27" fgColor="DC322F" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CLASS" styleID="28" fgColor="DC322F" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="rc" desc="RC" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="DC322F" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
@@ -715,6 +1201,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="859900" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ruby" desc="Ruby" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
@@ -740,6 +1234,33 @@ Installation:
<WordsStyle name="STRING Q" styleID="24" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BOOLEAN" styleID="25" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
</LexerType>
<LexerType name="rust" desc="Rust" ext="">
<WordsStyle name="DEFAULT" styleID="32" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="WHITESPACE" styleID="0" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BLOCK COMMENT" styleID="1" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="LINE COMMENT" styleID="2" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BLOCK DOC COMMENT" styleID="3" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="LINE DOC COMMENT" styleID="4" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="5" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORDS 1" styleID="6" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="KEYWORDS 2" styleID="7" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="instre2" />
<WordsStyle name="KEYWORDS 3" styleID="8" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="KEYWORDS 4" styleID="9" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="type2" />
<WordsStyle name="KEYWORDS 5" styleID="10" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="type3" />
<WordsStyle name="KEYWORDS 6" styleID="11" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="type4" />
<WordsStyle name="KEYWORDS 7" styleID="12" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="type5" />
<WordsStyle name="REGULAR STRING" styleID="13" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="RAW STRING" styleID="14" fgColor="CCB8CC" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="15" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="16" fgColor="839496" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="17" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="LIFETIME" styleID="18" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="MACRO" styleID="19" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="LEXICAL ERROR" styleID="20" fgColor="839496" bgColor="E0C0E0" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BYTE STRING" styleID="21" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="RAW BYTE STRING" styleID="22" fgColor="CCB8CC" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BYTE CHARACTER" styleID="23" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="scheme" desc="Scheme" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTLINE" styleID="1" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
@@ -781,6 +1302,17 @@ Installation:
<WordsStyle name="CHARACTER" styleID="15" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SPECIAL SELECTOR" styleID="16" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="spice" desc="spice" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIERS" styleID="1" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="2" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="KEYWORD2" styleID="3" fgColor="859900" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="instre2" />
<WordsStyle name="KEYWORD3" styleID="4" fgColor="DBE5FF" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="NUMBER" styleID="5" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATORS (DELIMITERS)" styleID="6" fgColor="839496" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="VALUE" styleID="7" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="8" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="sql" desc="SQL" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
@@ -788,12 +1320,36 @@ Installation:
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="NUMBER" styleID="4" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="5" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="USER1" styleID="16" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="KEYWORD2" styleID="19" fgColor="FF8080" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="type3" />
<WordsStyle name="STRING" styleID="6" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING2" styleID="7" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="93A1A1" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="Q OPERATOR" styleID="24" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="srec" desc="S-Record" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="RECSTART" styleID="1" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="RECTYPE" styleID="2" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="RECTYPE_UNKNOWN" styleID="3" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="BYTECOUNT" styleID="4" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BYTECOUNT_WRONG" styleID="5" fgColor="268BD2" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NOADDRESS" styleID="6" fgColor="D6ADFF" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATAADDRESS" styleID="7" fgColor="85C2FF" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="RECCOUNT" styleID="8" fgColor="D6ADFF" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STARTADDRESS" styleID="9" fgColor="85C2FF" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ADDRESSFIELD_UNKNOWN" styleID="10" fgColor="839496" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<!-- EXTENDEDADDRESS 11 N/A -->
<WordsStyle name="DATA_ODD" styleID="12" fgColor="839496" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="DATA_EVEN" styleID="13" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATA_UNKNOWN" styleID="14" fgColor="839496" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="DATA_EMPTY" styleID="15" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHECKSUM" styleID="16" fgColor="00BF00" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHECKSUM_WRONG" styleID="17" fgColor="FFFF00" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="GARBAGE" styleID="18" fgColor="839496" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
</LexerType>
<LexerType name="tcl" desc="TCL" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="MODIFIER" styleID="10" fgColor="CB4B16" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
@@ -820,6 +1376,51 @@ Installation:
<WordsStyle name="COMMAND" styleID="4" fgColor="859900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEXT" styleID="5" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="toml" desc="TOML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FF0000" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="69B45C" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="C0C0C0" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="3" fgColor="B76FFF" bgColor="002B36" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF8000" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TABLE" styleID="5" fgColor="FED750" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEY" styleID="6" fgColor="8CC6FF" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ERROR" styleID="7" fgColor="FF0000" bgColor="002B36" fontName="" fontStyle="4" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="C0C0C0" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING SQ" styleID="9" fgColor="CE9B9B" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING DQ" styleID="10" fgColor="CE9B9B" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING SQ" styleID="11" fgColor="CE9B9B" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING DQ" styleID="12" fgColor="CE9B9B" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ESCAPE CHAR" styleID="13" fgColor="00FF00" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATETIME" styleID="14" fgColor="A0FAC7" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
</LexerType>
<LexerType name="txt2tags" desc="txt2tags" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SPECIAL" styleID="1" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRONG" styleID="2" fgColor="A8B3CD" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRONG 2 (NOT USED)" styleID="3" fgColor="A8B3CD" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="EM1 (ITALIC)" styleID="4" fgColor="C89E9D" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="EM2 (UNDERLINE)" styleID="5" fgColor="19D241" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="H1" styleID="6" fgColor="FF211A" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="H2" styleID="7" fgColor="FF211A" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="H3" styleID="8" fgColor="F98571" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="H4" styleID="9" fgColor="03B5A9" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="H5" styleID="10" fgColor="03B5A9" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="H6" styleID="11" fgColor="03B5A9" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="PRECHAR (NOT USED)" styleID="12" fgColor="03B5A9" bgColor="002B36" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ULIST" styleID="13" fgColor="F75CFF" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OLIST" styleID="14" fgColor="F75CFF" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BLOCKQUOTE" styleID="15" fgColor="02A28C" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRIKEOUT" styleID="16" fgColor="7F64B4" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HRULE" styleID="17" fgColor="FF901E" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="LINK" styleID="18" fgColor="95A7F9" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="CODE" styleID="19" fgColor="00D600" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CODE2" styleID="20" fgColor="00D600" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CODEBLOCK" styleID="21" fgColor="00CC00" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="22" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPTION" styleID="23" fgColor="F1048A" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PREPROC" styleID="24" fgColor="C2CC00" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="POSTPROC" styleID="25" fgColor="FF7300" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="vb" desc="VB / VBS" ext="">
<WordsStyle name="DEFAULT" styleID="7" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
@@ -881,6 +1482,14 @@ Installation:
<WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CDATA" styleID="17" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ENTITY" styleID="10" fgColor="6C71C4" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="192" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="193" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="194" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="195" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 5" styleID="196" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 6" styleID="197" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 7" styleID="198" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 8" styleID="199" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="yaml" desc="YAML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
@@ -902,16 +1511,28 @@ Installation:
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="DC322F" bgColor="859900" fontName="" fontStyle="1" fontSize="" />
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="073642" />
<WidgetStyle name="Selected text colour" styleID="0" bgColor="EEE8D5" />
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
<WidgetStyle name="Selected text colour" styleID="0" bgColor="EEE8D5" fgColor="000000" />
<WidgetStyle name="Multi-selected text color" styleID="0" bgColor="EEE8D5" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="EEE8D5" />
<WidgetStyle name="Multi-edit carets color" styleID="0" fgColor="EEE8D5" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="586E75" />
<WidgetStyle name="Line number margin" styleID="33" fgColor="586E75" bgColor="073642" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="073642" />
<WidgetStyle name="Change History margin" styleID="0" bgColor="073642" />
<WidgetStyle name="Change History modified" styleID="0" fgColor="FF8000" bgColor="FF8000" />
<WidgetStyle name="Change History revert modified" styleID="0" fgColor="A0C000" bgColor="A0C000" />
<WidgetStyle name="Change History revert origin" styleID="0" fgColor="40A0BF" bgColor="40A0BF" />
<WidgetStyle name="Change History saved" styleID="0" fgColor="00A000" bgColor="00A000" />
<WidgetStyle name="Fold" styleID="0" fgColor="586E75" bgColor="073642" />
<WidgetStyle name="Fold active" styleID="0" fgColor="DC322F" />
<WidgetStyle name="Fold margin" styleID="0" fgColor="586E75" bgColor="073642" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="B58900" />
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="FDF6E3" />
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="FDF6E3" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="6C71C4" />
<WidgetStyle name="Find status: Not found" styleID="0" fgColor="FF0000" />
<WidgetStyle name="Find status: Message" styleID="0" fgColor="0000FF" />
<WidgetStyle name="Find status: Search end reached" styleID="0" fgColor="008000" />
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="DC322F" />
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="268BD2" />
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="2AA198" />
@@ -924,5 +1545,18 @@ Installation:
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="002B36" />
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="EEE8D5" bgColor="586E75" />
<WidgetStyle name="Tab color 1" styleID="0" bgColor="F3F0CB" />
<WidgetStyle name="Tab color 2" styleID="0" bgColor="DBF3CB" />
<WidgetStyle name="Tab color 3" styleID="0" bgColor="CBDBF3" />
<WidgetStyle name="Tab color 4" styleID="0" bgColor="F3DBCB" />
<WidgetStyle name="Tab color 5" styleID="0" bgColor="F3CBEE" />
<WidgetStyle name="Tab color dark mode 1" styleID="0" bgColor="807848" />
<WidgetStyle name="Tab color dark mode 2" styleID="0" bgColor="568048" />
<WidgetStyle name="Tab color dark mode 3" styleID="0" bgColor="507094" />
<WidgetStyle name="Tab color dark mode 4" styleID="0" bgColor="804849" />
<WidgetStyle name="Tab color dark mode 5" styleID="0" bgColor="754880" />
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="839496" bgColor="002B36" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
</GlobalStyles>
</NotepadPlus>
</NotepadPlus>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="Windows-1252" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<!--//
Twilight
@@ -41,6 +41,7 @@ Credits:
Thanks for Fabio Zendhi Nagao for the tmTheme2nppStyler.
Thanks for the user for the tmTheme source.
2023-09-30: update Perl support.
//-->
<NotepadPlus>
<LexerStyles>
@@ -48,7 +49,7 @@ Credits:
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="8996A8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TYPEWORD" styleID="16" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
@@ -61,6 +62,14 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="cpp" desc="C++" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="8996A8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
@@ -79,9 +88,43 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="go" desc="Go" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="8996A8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
<WordsStyle name="PREDECLARED IDENTIFIERS" styleID="19" fgColor="CDA8CD" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="NUMBER" styleID="4" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VERBATIM" styleID="13" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="REGEX" styleID="14" fgColor="E9C062" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="java" desc="Java" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="8996A8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
@@ -97,6 +140,14 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="cs" desc="C#" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="8996A8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
@@ -115,6 +166,46 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="raku" desc="Raku" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT EMBED" styleID="3" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="POD" styleID="4" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC Q" styleID="6" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="HEREDOC QQ" styleID="7" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="8" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING Q" styleID="9" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRING QQ" styleID="10" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING Q_LANG" styleID="11" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING VAR" styleID="12" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="REGEX" styleID="13" fgColor="E9C062" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX VAR" styleID="14" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ADVERB" styleID="15" fgColor="8996A8" bgColor="141414" fontName="" fontStyle="0" fontSize="" keywordClass="type5" />
<WordsStyle name="NUMBER" styleID="16" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PREPROCESSOR" styleID="17" fgColor="8996A8" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="18" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="19" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="FUNCTION" styleID="20" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="IDENTIFIER" styleID="21" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="1" fontSize="" />
<!-- TYPEDEF styling applies to type1..type4 lists from langs.xml, but only associated with type1 in stylers/themes -->
<WordsStyle name="TYPEDEF" styleID="22" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="MU" styleID="23" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="POSITIONAL" styleID="24" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASSOCIATIVE" styleID="25" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CALLABLE" styleID="26" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="GRAMMAR" styleID="27" fgColor="8996A8" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CLASS" styleID="28" fgColor="8996A8" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="rc" desc="RC" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="8996A8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
@@ -133,6 +224,14 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="tcl" desc="TCL" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="8996A8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
@@ -174,12 +273,16 @@ Credits:
</LexerType>
<LexerType name="sql" desc="SQL" ext="">
<WordsStyle name="KEYWORD" styleID="5" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="USER1" styleID="16" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="KEYWORD2" styleID="19" fgColor="FF8080" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type3" />
<WordsStyle name="NUMBER" styleID="4" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING2" styleID="7" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="Q OPERATOR" styleID="24" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="html" desc="HTML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
@@ -187,7 +290,7 @@ Credits:
<WordsStyle name="NUMBER" styleID="5" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAG" styleID="1" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
@@ -196,6 +299,14 @@ Credits:
<WordsStyle name="CDATA" styleID="17" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VALUE" styleID="19" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ENTITY" styleID="10" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER TAGS 1" styleID="192" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER TAGS 2" styleID="193" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER TAGS 3" styleID="194" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER TAGS 4" styleID="195" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="196" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="197" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="198" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="199" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="php" desc="php" ext="">
<WordsStyle name="QUESTION MARK" styleID="18" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
@@ -209,8 +320,16 @@ Credits:
<WordsStyle name="COMMENT" styleID="124" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="125" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="127" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="PREDEFINED" styleID="213" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="FUNCS AND METHODS 1" styleID="214" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="FUNCS AND METHODS 2" styleID="215" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
<WordsStyle name="USER KEYWORDS 1" styleID="208" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="209" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="210" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="211" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="212" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
</LexerType>
<LexerType name="javascript" desc="JavaScript" ext="">
<LexerType name="javascript" desc="JavaScript (embedded)" ext="">
<WordsStyle name="DEFAULT" styleID="41" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="45" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="WORD" styleID="46" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
@@ -224,7 +343,31 @@ Credits:
<WordsStyle name="COMMENT" styleID="42" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="43" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTDOC" styleID="44" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="200" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="201" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="202" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="203" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="204" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="205" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="206" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="207" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="json" desc="JSON" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="1" fgColor="FF8000" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="2" fgColor="DCDCCC" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING EOL" styleID="3" fgColor="808080" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PROPERTY NAME" styleID="4" fgColor="8CD0D3" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ESCAPE SEQUENCE" styleID="5" fgColor="0000FF" bgColor="141414" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="LINE COMMENT" styleID="6" fgColor="008000" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BLOCK COMMENT" styleID="7" fgColor="008000" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="E3CEAB" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="URI" styleID="9" fgColor="FFFF80" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="141414" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="141414" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/>
<WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="141414" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="asp" desc="asp" ext="asp">
<WordsStyle name="DEFAULT" styleID="81" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="82" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
@@ -233,8 +376,16 @@ Credits:
<WordsStyle name="STRING" styleID="85" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="87" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="86" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ASPSYBOL" styleID="15" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
<WordsStyle name="ASPSYMBOL" styleID="15" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
<WordsStyle name="SCRIPTTYPE" styleID="16" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
<WordsStyle name="USER KEYWORDS 1" styleID="216" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="217" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="218" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="219" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="220" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="221" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="222" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="223" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="xml" desc="XML" ext="wpl">
<WordsStyle name="XMLSTART" styleID="12" fgColor="494949" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
@@ -252,6 +403,14 @@ Credits:
<WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CDATA" styleID="17" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="ENTITY" styleID="10" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="192" fgColor="CCCCCC" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="193" fgColor="CCCCCC" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="194" fgColor="CCCCCC" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="195" fgColor="CCCCCC" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 5" styleID="196" fgColor="CCCCCC" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 6" styleID="197" fgColor="CCCCCC" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 7" styleID="198" fgColor="CCCCCC" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 8" styleID="199" fgColor="CCCCCC" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="ini" desc="ini file" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
@@ -326,26 +485,47 @@ Credits:
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="perl" desc="Perl" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="8996A8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRING" styleID="6" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
<WordsStyle name="REGEX" styleID="17" fgColor="E9C062" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
<WordsStyle name="SCALAR" styleID="12" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
<WordsStyle name="ARRAY" styleID="13" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
<WordsStyle name="HASH" styleID="14" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
<WordsStyle name="PUNCTUATION" styleID="8" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
<WordsStyle name="POD" styleID="3" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
<WordsStyle name="ERROR" styleID="1" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
<WordsStyle name="LONGQUOTE" styleID="19" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
<WordsStyle name="DATASECTION" styleID="21" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
<WordsStyle name="REGSUBST" styleID="18" fgColor="E9C062" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
<WordsStyle name="BACKTICKS" styleID="20" fgColor="E9C062" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="10" fontSize="10" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="ARRAY" styleID="13" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="HASH" styleID="14" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="PROTOTYPE" styleID="40" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="STRING SINGLEQUOTE" styleID="7" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="STRING DOUBLEQUOTE" styleID="6" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="STRING BACKTICKS" styleID="20" fgColor="E9C062" bgColor="141414" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="STRING Q" styleID="26" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRING QQ" styleID="27" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QX" styleID="28" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QR" styleID="29" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QW" styleID="30" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX MATCH" styleID="17" fgColor="E9C062" bgColor="141414" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="REGEX SUBSTITUTION" styleID="18" fgColor="E9C062" bgColor="141414" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="TRANSLATION" styleID="44" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC DELIMITER" styleID="22" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="HEREDOC SINGLEQUOTE" styleID="23" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="HEREDOC DOUBLEQUOTE" styleID="24" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC BACKTICK" styleID="25" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VAR IN STRING" styleID="43" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX" styleID="54" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX SUBSTITUTION" styleID="55" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN BACKTICKS" styleID="57" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC DOUBLEQUOTE" styleID="61" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC BACKTICK" styleID="62" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QQ" styleID="64" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QX" styleID="65" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QR" styleID="66" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="FORMAT IDENTIFIER" styleID="41" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="FORMAT BODY" styleID="42" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATA SECTION" styleID="21" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="POD" styleID="3" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="10" fontSize="10" />
<WordsStyle name="POD VERBATIM" styleID="31" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="10" fontSize="10" />
</LexerType>
<LexerType name="python" desc="Python" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
@@ -361,17 +541,23 @@ Credits:
<WordsStyle name="OPERATOR" styleID="10" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTBLOCK" styleID="12" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="12" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="13" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BUILTINS" styleID="14" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="F STRING" styleID="16" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="F CHARACTER" styleID="17" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="F TRIPLE" styleID="18" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="F TRIPLEDOUBLE" styleID="19" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="batch" desc="Batch" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KEYWORDS" styleID="2" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
<WordsStyle name="LABEL" styleID="3" fgColor="9B703F" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HIDE SYBOL" styleID="4" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HIDE SYMBOL" styleID="4" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMAND" styleID="5" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="7587A6" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="lua" desc="Lua" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
@@ -388,6 +574,14 @@ Credits:
<WordsStyle name="FUNC1" styleID="13" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2"/>
<WordsStyle name="FUNC2" styleID="14" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type1"/>
<WordsStyle name="FUNC3" styleID="15" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type2"/>
<WordsStyle name="USER KEYWORD 1" styleID="16" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type3"/>
<WordsStyle name="USER KEYWORD 2" styleID="17" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type4"/>
<WordsStyle name="USER KEYWORD 3" styleID="18" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type5"/>
<WordsStyle name="USER KEYWORD 4" styleID="19" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="type6"/>
<WordsStyle name="USER KEYWORDS 5" styleID="128" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 6" styleID="129" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 7" styleID="130" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 8" styleID="131" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
</LexerType>
<LexerType name="tex" desc="TeX" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
@@ -397,6 +591,23 @@ Credits:
<WordsStyle name="COMMAND" styleID="4" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
<WordsStyle name="TEXT" styleID="5" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
</LexerType>
<LexerType name="toml" desc="TOML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FF0000" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="69B45C" bgColor="141414" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="C0C0C0" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="3" fgColor="B76FFF" bgColor="141414" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF8000" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TABLE" styleID="5" fgColor="FED750" bgColor="141414" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEY" styleID="6" fgColor="8CC6FF" bgColor="141414" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ERROR" styleID="7" fgColor="FF0000" bgColor="141414" fontName="" fontStyle="4" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="C0C0C0" bgColor="141414" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING SQ" styleID="9" fgColor="CE9B9B" bgColor="141414" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING DQ" styleID="10" fgColor="CE9B9B" bgColor="141414" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING SQ" styleID="11" fgColor="CE9B9B" bgColor="141414" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING DQ" styleID="12" fgColor="CE9B9B" bgColor="141414" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ESCAPE CHAR" styleID="13" fgColor="00FF00" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATETIME" styleID="14" fgColor="A0FAC7" bgColor="141414" fontName="" fontStyle="1" fontSize="" />
</LexerType>
<LexerType name="nsis" desc="NSIS" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="1" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
@@ -439,6 +650,14 @@ Credits:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="bash" desc="bash" ext="po">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10"/>
@@ -455,6 +674,14 @@ Credits:
<WordsStyle name="BACKTICKS" styleID="11" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HERE DELIM" styleID="12" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="HERE Q" styleID="13" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="F9EE98" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle4" />
<WordsStyle name="USER SCALAR 1" styleID="132" fgColor="8996A8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle5" />
<WordsStyle name="USER SCALAR 2" styleID="133" fgColor="8996A8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle6" />
<WordsStyle name="USER SCALAR 3" styleID="134" fgColor="8996A8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle7" />
<WordsStyle name="USER SCALAR 4" styleID="135" fgColor="8996A8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" keywordClass="substyle8" />
</LexerType>
<LexerType name="fortran" desc="Fortran" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
@@ -757,28 +984,52 @@ Credits:
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="FCE94F" bgColor="141414" fontName="" fontStyle="1" fontSize="10" />
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="EF2929" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="292929" />
<WidgetStyle name="Mark colour" styleID="0" fgColor="CC0000" bgColor="EDD400" />
<WidgetStyle name="Selected text colour" styleID="0" bgColor="3E3E3E" />
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
<WidgetStyle name="Selected text colour" styleID="0" bgColor="3E3E3E" fgColor="000000" />
<WidgetStyle name="Multi-selected text color" styleID="0" bgColor="3E3E3E" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="A7A7A7" />
<WidgetStyle name="Find Mark Style" styleID="31" fgColor="CC0000" bgColor="EDD400" fontName="" fontStyle="0" fontSize="10" />
<WidgetStyle name="Multi-edit carets color" styleID="0" fgColor="A7A7A7" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="EEEEEC" />
<WidgetStyle name="Line number margin" styleID="33" fgColor="EEEEEC" bgColor="2E3436" fontName="" fontStyle="0" fontSize="8" />
<WidgetStyle name="Fold" styleID="0" fgColor="2E3436" bgColor="EEEEEC"/>
<WidgetStyle name="Fold margin" styleID="0" fgColor="555753" bgColor="2E3436"/>
<WidgetStyle name="White space symbol" styleID="0" fgColor="FCAF3E"/>
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="8000FF" fgColor="555753"/>
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" fgColor="FCAF3E"/>
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF"/>
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000"/>
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="2E3436" />
<WidgetStyle name="Change History margin" styleID="0" bgColor="2E3436" />
<WidgetStyle name="Change History modified" styleID="0" fgColor="FF8000" bgColor="FF8000" />
<WidgetStyle name="Change History revert modified" styleID="0" fgColor="A0C000" bgColor="A0C000" />
<WidgetStyle name="Change History revert origin" styleID="0" fgColor="40A0BF" bgColor="40A0BF" />
<WidgetStyle name="Change History saved" styleID="0" fgColor="00A000" bgColor="00A000" />
<WidgetStyle name="Fold" styleID="0" fgColor="2E3436" bgColor="EEEEEC" />
<WidgetStyle name="Fold active" styleID="0" fgColor="2E3436" />
<WidgetStyle name="Fold margin" styleID="0" fgColor="555753" bgColor="2E3436" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="FCAF3E" />
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="8000FF" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" />
<WidgetStyle name="Find status: Not found" styleID="0" fgColor="FF0000" />
<WidgetStyle name="Find status: Message" styleID="0" fgColor="0000FF" />
<WidgetStyle name="Find status: Search end reached" styleID="0" fgColor="008000" />
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" />
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" />
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" />
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF"/>
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000"/>
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" fgColor="FFCAB0"/>
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="663a04" fgColor="b5834a"/>
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" fgColor="8080C0"/>
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" bgColor="FF0000"/>
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="80FF00"/>
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" />
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="663A04" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" />
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" />
<WidgetStyle name="Tab color 1" styleID="0" bgColor="F3F0CB" />
<WidgetStyle name="Tab color 2" styleID="0" bgColor="DBF3CB" />
<WidgetStyle name="Tab color 3" styleID="0" bgColor="CBDBF3" />
<WidgetStyle name="Tab color 4" styleID="0" bgColor="F3DBCB" />
<WidgetStyle name="Tab color 5" styleID="0" bgColor="F3CBEE" />
<WidgetStyle name="Tab color dark mode 1" styleID="0" bgColor="807848" />
<WidgetStyle name="Tab color dark mode 2" styleID="0" bgColor="568048" />
<WidgetStyle name="Tab color dark mode 3" styleID="0" bgColor="507094" />
<WidgetStyle name="Tab color dark mode 4" styleID="0" bgColor="804849" />
<WidgetStyle name="Tab color dark mode 5" styleID="0" bgColor="754880" />
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="F8F8F8" bgColor="141414" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
</GlobalStyles>
</NotepadPlus>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="Windows-1252" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Style Name: Port VibrantInk
Description: Based on the Textmate theme VibrantInk (http://alternateidea.com/blog/articles/2006/01/03/textmate-vibrant-ink-theme-and-prototype-bundle) by Justin Palmer
@@ -16,6 +16,7 @@ Keep Notepad++ development active, donate!:
http://sourceforge.net/donate/index.php?group_id=95717
2007.11.16
2023-09-30: update Perl support.
-->
<NotepadPlus>
<LexerStyles>
@@ -36,6 +37,14 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="0" fontSize="8" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="1" fontSize="8" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="0" fontSize="8" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="cpp" desc="C++" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="EDF8F9" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -54,9 +63,43 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="0" fontSize="8" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="1" fontSize="8" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="0" fontSize="8" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="go" desc="Go" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="EDF8F9" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="PREDECLARED IDENTIFIERS" styleID="19" fgColor="66FF66" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF8000" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="VERBATIM" styleID="13" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX" styleID="14" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="0" fontSize="8" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="0" fontSize="8" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="0" fontSize="8" />
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="0" fontSize="8" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="1" fontSize="8" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="0" fontSize="8" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="java" desc="Java" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="EDF8F9" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
@@ -72,6 +115,14 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="0" fontSize="8" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="1" fontSize="8" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="0" fontSize="8" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="cs" desc="C#" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="EDF8F9" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -90,6 +141,46 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="0" fontSize="8" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="1" fontSize="8" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="0" fontSize="8" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="raku" desc="Raku" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="FF80C0" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="8" fontSize="8" />
<WordsStyle name="COMMENT EMBED" styleID="3" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="8" fontSize="8" />
<WordsStyle name="POD" styleID="4" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="HEREDOC Q" styleID="6" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="HEREDOC QQ" styleID="7" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="8" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING Q" styleID="9" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRING QQ" styleID="10" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING Q_LANG" styleID="11" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING VAR" styleID="12" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="REGEX" styleID="13" fgColor="8080FF" bgColor="F8FEDE" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="REGEX VAR" styleID="14" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ADVERB" styleID="15" fgColor="EDF8F9" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="type5" />
<WordsStyle name="NUMBER" styleID="16" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="PREPROCESSOR" styleID="17" fgColor="EDF8F9" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="18" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="19" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="" fontSize="" keywordClass="instre1" />
<WordsStyle name="FUNCTION" styleID="20" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="" fontSize="" keywordClass="instre2" />
<WordsStyle name="IDENTIFIER" styleID="21" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<!-- TYPEDEF styling applies to type1..type4 lists from langs.xml, but only associated with type1 in stylers/themes -->
<WordsStyle name="TYPEDEF" styleID="22" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="" fontSize="" keywordClass="type1" />
<WordsStyle name="MU" styleID="23" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POSITIONAL" styleID="24" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASSOCIATIVE" styleID="25" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CALLABLE" styleID="26" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="GRAMMAR" styleID="27" fgColor="EDF8F9" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CLASS" styleID="28" fgColor="EDF8F9" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="rc" desc="RC" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="EDF8F9" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -108,6 +199,14 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="0" fontSize="8" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="1" fontSize="8" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="0" fontSize="8" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="tcl" desc="TCL" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="EDF8F9" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -149,12 +248,16 @@ http://sourceforge.net/donate/index.php?group_id=95717
</LexerType>
<LexerType name="sql" desc="SQL" ext="">
<WordsStyle name="KEYWORD" styleID="5" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="USER1" styleID="16" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="instre2" />
<WordsStyle name="KEYWORD2" styleID="19" fgColor="FF8080" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="type3" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF8000" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING2" styleID="7" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="0" fontSize="8" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="0" fontSize="8" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="0" fontSize="8" />
<WordsStyle name="Q OPERATOR" styleID="24" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="html" desc="HTML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
@@ -162,7 +265,7 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="NUMBER" styleID="5" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -171,6 +274,14 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="CDATA" styleID="17" fgColor="FF8000" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VALUE" styleID="19" fgColor="FF8000" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ENTITY" styleID="10" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="USER TAGS 1" styleID="192" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER TAGS 2" styleID="193" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER TAGS 3" styleID="194" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER TAGS 4" styleID="195" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="196" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="197" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="198" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="199" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="php" desc="php" ext="">
<WordsStyle name="QUESTION MARK" styleID="18" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -184,8 +295,16 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMENT" styleID="124" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="0" fontSize="8" />
<WordsStyle name="COMMENTLINE" styleID="125" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="0" fontSize="8" />
<WordsStyle name="OPERATOR" styleID="127" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PREDEFINED" styleID="213" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="FUNCS AND METHODS 1" styleID="214" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="FUNCS AND METHODS 2" styleID="215" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
<WordsStyle name="USER KEYWORDS 1" styleID="208" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="209" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="210" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="211" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="212" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
</LexerType>
<LexerType name="javascript" desc="JavaScript" ext="">
<LexerType name="javascript" desc="JavaScript (embedded)" ext="">
<WordsStyle name="DEFAULT" styleID="41" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="45" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="WORD" styleID="46" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -199,7 +318,31 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMENT" styleID="42" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTLINE" styleID="43" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTDOC" styleID="44" fgColor="772CB7" bgColor="070707" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="200" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="3" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="201" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="3" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="202" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="3" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="203" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="3" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="204" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="3" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="205" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="3" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="206" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="3" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="207" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="3" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="json" desc="JSON" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="1" fgColor="FF8000" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="2" fgColor="DCDCCC" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING EOL" styleID="3" fgColor="808080" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PROPERTY NAME" styleID="4" fgColor="8CD0D3" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ESCAPE SEQUENCE" styleID="5" fgColor="0000FF" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="LINE COMMENT" styleID="6" fgColor="008000" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BLOCK COMMENT" styleID="7" fgColor="008000" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="E3CEAB" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="URI" styleID="9" fgColor="FFFF80" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/>
<WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="asp" desc="asp" ext="asp">
<WordsStyle name="DEFAULT" styleID="81" fgColor="66FF00" bgColor="C4F9FD" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTLINE" styleID="82" fgColor="9933CC" bgColor="C4F9FD" fontName="" fontStyle="0" fontSize="8" />
@@ -208,8 +351,16 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="STRING" styleID="85" fgColor="66FF00" bgColor="C4F9FD" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="87" fgColor="66FF00" bgColor="C4F9FD" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="86" fgColor="FFFFFF" bgColor="C4F9FD" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASPSYBOL" styleID="15" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ASPSYMBOL" styleID="15" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SCRIPTTYPE" styleID="16" fgColor="FFFFFF" bgColor="FFC000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="216" fgColor="FFCC00" bgColor="C4F9FD" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="217" fgColor="FFCC00" bgColor="C4F9FD" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="218" fgColor="FFCC00" bgColor="C4F9FD" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="219" fgColor="FFCC00" bgColor="C4F9FD" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="220" fgColor="FFCC00" bgColor="C4F9FD" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="221" fgColor="FFCC00" bgColor="C4F9FD" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="222" fgColor="FFCC00" bgColor="C4F9FD" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="223" fgColor="FFCC00" bgColor="C4F9FD" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="xml" desc="XML" ext="">
<WordsStyle name="XMLSTART" styleID="12" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -227,6 +378,14 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="FFFFFF" bgColor="707070" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CDATA" styleID="17" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ENTITY" styleID="10" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="192" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="193" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="194" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="195" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 5" styleID="196" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 6" styleID="197" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 7" styleID="198" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 8" styleID="199" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ini" desc="ini file" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -274,7 +433,7 @@ http://sourceforge.net/donate/index.php?group_id=95717
</LexerType>
<LexerType name="css" desc="CSS" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="FF6600" bgColor="000000" fontName="Batang" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CLASS" styleID="2" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PSEUDOCLASS" styleID="3" fgColor="FF8000" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="UNKNOWN_PSEUDOCLASS" styleID="4" fgColor="FF8080" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -301,26 +460,47 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="9933CC" bgColor="707070" fontName="" fontStyle="0" fontSize="8" />
</LexerType>
<LexerType name="perl" desc="Perl" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="EDF8F9" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="REGEX" styleID="17" fgColor="8080FF" bgColor="F8FEDE" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="0" fontSize="8" />
<WordsStyle name="SCALAR" styleID="12" fgColor="FF8000" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ARRAY" styleID="13" fgColor="CF34CF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HASH" styleID="14" fgColor="999966" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="PUNCTUATION" styleID="8" fgColor="EDF8F9" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="POD" styleID="3" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="FF80C0" bgColor="000000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="LONGQUOTE" styleID="19" fgColor="FF8000" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATASECTION" styleID="21" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGSUBST" styleID="18" fgColor="999966" bgColor="FFEEEC" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BACKTICKS" styleID="20" fgColor="FFFF00" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFCC00" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="FF8000" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="ARRAY" styleID="13" fgColor="CF34CF" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="HASH" styleID="14" fgColor="999966" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="PROTOTYPE" styleID="40" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="8" fontSize="8" />
<WordsStyle name="STRING SINGLEQUOTE" styleID="7" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING DOUBLEQUOTE" styleID="6" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING BACKTICKS" styleID="20" fgColor="FFFF00" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING Q" styleID="26" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRING QQ" styleID="27" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QX" styleID="28" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QR" styleID="29" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QW" styleID="30" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX MATCH" styleID="17" fgColor="8080FF" bgColor="F8FEDE" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="REGEX SUBSTITUTION" styleID="18" fgColor="999966" bgColor="FFEEEC" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="TRANSLATION" styleID="44" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC DELIMITER" styleID="22" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="HEREDOC SINGLEQUOTE" styleID="23" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="HEREDOC DOUBLEQUOTE" styleID="24" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC BACKTICK" styleID="25" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VAR IN STRING" styleID="43" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX" styleID="54" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX SUBSTITUTION" styleID="55" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN BACKTICKS" styleID="57" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC DOUBLEQUOTE" styleID="61" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC BACKTICK" styleID="62" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QQ" styleID="64" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QX" styleID="65" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QR" styleID="66" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="FORMAT IDENTIFIER" styleID="41" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="FORMAT BODY" styleID="42" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATA SECTION" styleID="21" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD" styleID="3" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD VERBATIM" styleID="31" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="FF80C0" bgColor="000000" fontName="" fontStyle="" fontSize="" />
</LexerType>
<LexerType name="python" desc="Python" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -337,16 +517,22 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTBLOCK" styleID="12" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="0" fontSize="8" />
<WordsStyle name="STRINGEOL" styleID="12" fgColor="FFFF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BUILTINS" styleID="14" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="F STRING" styleID="16" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F CHARACTER" styleID="17" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F TRIPLE" styleID="18" fgColor="FF8000" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F TRIPLEDOUBLE" styleID="19" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="batch" desc="Batch" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="0" fontSize="8" />
<WordsStyle name="KEYWORDS" styleID="2" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="LABEL" styleID="3" fgColor="99CC99" bgColor="FFFF80" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="HIDE SYBOL" styleID="4" fgColor="FF00FF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HIDE SYMBOL" styleID="4" fgColor="FF00FF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMAND" styleID="5" fgColor="339999" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="FF8000" bgColor="FCFFF0" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="C68DE3" bgColor="FFFF80" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="lua" desc="Lua" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -363,6 +549,14 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="FUNC1" styleID="13" fgColor="0080C0" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="instre2" />
<WordsStyle name="FUNC2" styleID="14" fgColor="66FF00" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="type1" />
<WordsStyle name="FUNC3" styleID="15" fgColor="0000A0" bgColor="000000" fontName="" fontStyle="3" fontSize="" keywordClass="type2" />
<WordsStyle name="USER KEYWORD 1" styleID="16" fgColor="0000A0" bgColor="000000" fontName="" fontStyle="3" fontSize="" keywordClass="type3" />
<WordsStyle name="USER KEYWORD 2" styleID="17" fgColor="0000A0" bgColor="000000" fontName="" fontStyle="3" fontSize="" keywordClass="type4" />
<WordsStyle name="USER KEYWORD 3" styleID="18" fgColor="0000A0" bgColor="000000" fontName="" fontStyle="3" fontSize="" keywordClass="type5" />
<WordsStyle name="USER KEYWORD 4" styleID="19" fgColor="0000A0" bgColor="000000" fontName="" fontStyle="3" fontSize="" keywordClass="type6" />
<WordsStyle name="USER KEYWORDS 5" styleID="128" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 6" styleID="129" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 7" styleID="130" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 8" styleID="131" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
</LexerType>
<LexerType name="tex" desc="TeX" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -372,6 +566,23 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMAND" styleID="4" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="8" />
<WordsStyle name="TEXT" styleID="5" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="4" fontSize="" />
</LexerType>
<LexerType name="toml" desc="TOML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FF0000" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="69B45C" bgColor="000000" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="C0C0C0" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="3" fgColor="B76FFF" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF8000" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TABLE" styleID="5" fgColor="FED750" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEY" styleID="6" fgColor="8CC6FF" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ERROR" styleID="7" fgColor="FF0000" bgColor="000000" fontName="" fontStyle="4" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="C0C0C0" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING SQ" styleID="9" fgColor="CE9B9B" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING DQ" styleID="10" fgColor="CE9B9B" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING SQ" styleID="11" fgColor="CE9B9B" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING DQ" styleID="12" fgColor="CE9B9B" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ESCAPE CHAR" styleID="13" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATETIME" styleID="14" fgColor="A0FAC7" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
</LexerType>
<LexerType name="nsis" desc="NSIS" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="0" fontSize="8" />
@@ -410,6 +621,14 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="0" fontSize="8" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="1" fontSize="8" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="9933CC" bgColor="000000" fontName="" fontStyle="0" fontSize="8" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="bash" desc="bash" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -426,6 +645,14 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="BACKTICKS" styleID="11" fgColor="804040" bgColor="E1FFF3" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="HERE DELIM" styleID="12" fgColor="FF6600" bgColor="FF0000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="HERE Q" styleID="13" fgColor="99CC99" bgColor="0000FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FF6600" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER SCALAR 1" styleID="132" fgColor="FF8040" bgColor="FFFFD9" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER SCALAR 2" styleID="133" fgColor="FF8040" bgColor="FFFFD9" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER SCALAR 3" styleID="134" fgColor="FF8040" bgColor="FFFFD9" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER SCALAR 4" styleID="135" fgColor="FF8040" bgColor="FFFFD9" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="fortran" desc="Fortran" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
@@ -727,29 +954,53 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="C0C0C0" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="1" fontSize="12" />
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="CCFF33" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="333333" fgColor="0080C0" fontSize="" fontStyle="0" />
<WidgetStyle name="Mark colour" styleID="0" fgColor="C00000" bgColor="000000" />
<WidgetStyle name="Selected text colour" styleID="0" bgColor="6699CC" fgColor="8000FF" fontStyle="0" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FFFFFF" bgColor="112435" fontSize="" fontStyle="0" />
<WidgetStyle name="Find Mark Style" styleID="31" fgColor="FFFF00" bgColor="FF0000" fontName="" fontStyle="1" fontSize="" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="80FFFF" bgColor="F3F3F3" fontSize="8" fontStyle="0" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="333333" />
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
<WidgetStyle name="Selected text colour" styleID="0" bgColor="6699CC" fgColor="8000FF" />
<WidgetStyle name="Multi-selected text color" styleID="0" bgColor="6699CC" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FFFFFF" />
<WidgetStyle name="Multi-edit carets color" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="80FFFF" />
<WidgetStyle name="Line number margin" styleID="33" fgColor="E4E4E4" bgColor="333333" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Fold" styleID="0" fgColor="999999" bgColor="333333" fontSize="" fontStyle="0" />
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="333333" />
<WidgetStyle name="Change History margin" styleID="0" bgColor="333333" />
<WidgetStyle name="Change History modified" styleID="0" fgColor="FF8000" bgColor="FF8000" />
<WidgetStyle name="Change History revert modified" styleID="0" fgColor="A0C000" bgColor="A0C000" />
<WidgetStyle name="Change History revert origin" styleID="0" fgColor="40A0BF" bgColor="40A0BF" />
<WidgetStyle name="Change History saved" styleID="0" fgColor="00A000" bgColor="00A000" />
<WidgetStyle name="Fold" styleID="0" fgColor="999999" bgColor="333333" />
<WidgetStyle name="Fold active" styleID="0" fgColor="999999" />
<WidgetStyle name="Fold margin" styleID="0" fgColor="222222" bgColor="111111" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="FF8080" bgColor="000000" />
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="00FF00" fgColor="555753" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" fgColor="FCAF3E" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="FF8080" />
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="00FF00" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" />
<WidgetStyle name="Find status: Not found" styleID="0" fgColor="FF0000" />
<WidgetStyle name="Find status: Message" styleID="0" fgColor="0000FF" />
<WidgetStyle name="Find status: Search end reached" styleID="0" fgColor="008000" />
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" />
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" />
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" />
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" />
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" fgColor="FFCAB0" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" fgColor="000000" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" fgColor="8080C0" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" bgColor="FF0000" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="80FF00" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" />
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" />
<WidgetStyle name="Tab color 1" styleID="0" bgColor="F3F0CB" />
<WidgetStyle name="Tab color 2" styleID="0" bgColor="DBF3CB" />
<WidgetStyle name="Tab color 3" styleID="0" bgColor="CBDBF3" />
<WidgetStyle name="Tab color 4" styleID="0" bgColor="F3DBCB" />
<WidgetStyle name="Tab color 5" styleID="0" bgColor="F3CBEE" />
<WidgetStyle name="Tab color dark mode 1" styleID="0" bgColor="807848" />
<WidgetStyle name="Tab color dark mode 2" styleID="0" bgColor="568048" />
<WidgetStyle name="Tab color dark mode 3" styleID="0" bgColor="507094" />
<WidgetStyle name="Tab color dark mode 4" styleID="0" bgColor="804849" />
<WidgetStyle name="Tab color dark mode 5" styleID="0" bgColor="754880" />
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="FFFFFF" bgColor="000000" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
</GlobalStyles>
</NotepadPlus>

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="Windows-1252" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<!--//
File Name: khaki.xml
Style Name: khaki
@@ -9,6 +9,7 @@ Supported languages: All the languages supported by release 6.7.4
Created by: Paul Neubauer (PaulRNeubauer at gmail dot com)
Last Modified: 1/14/2015
Added support for CoffeeScript.
2023-09-30: update Perl support.
Released: 4/17/2012
License: Feel free to modify this theme.
This theme is available under the terms of the Creative Commons
@@ -53,6 +54,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="d700d7" bgColor="d7d7af" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ada" desc="ADA" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
@@ -91,8 +100,16 @@ Installation:
<WordsStyle name="WORD" styleID="84" fgColor="87005f" bgColor="bfbf97" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="STRING" styleID="85" fgColor="005f5f" bgColor="bfbf97" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="86" fgColor="000087" bgColor="bfbf97" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASPSYBOL" styleID="15" fgColor="005f00" bgColor="bfbf97" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ASPSYMBOL" styleID="15" fgColor="005f00" bgColor="bfbf97" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SCRIPTTYPE" styleID="16" fgColor="005f00" bgColor="bfbf97" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="216" fgColor="87005f" bgColor="bfbf97" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="217" fgColor="87005f" bgColor="bfbf97" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="218" fgColor="87005f" bgColor="bfbf97" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="219" fgColor="87005f" bgColor="bfbf97" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="220" fgColor="87005f" bgColor="bfbf97" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="221" fgColor="87005f" bgColor="bfbf97" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="222" fgColor="87005f" bgColor="bfbf97" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="223" fgColor="87005f" bgColor="bfbf97" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="autoit" desc="autoIt" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
@@ -126,22 +143,31 @@ Installation:
<WordsStyle name="BACKTICKS" styleID="11" fgColor="af0000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE DELIM" styleID="12" fgColor="af5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE Q" styleID="13" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER SCALAR 1" styleID="132" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER SCALAR 2" styleID="133" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER SCALAR 3" styleID="134" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER SCALAR 4" styleID="135" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="batch" desc="Batch" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="KEYWORDS" styleID="2" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="LABEL" styleID="3" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HIDE SYBOL" styleID="4" fgColor="870000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HIDE SYMBOL" styleID="4" fgColor="870000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMAND" styleID="5" fgColor="af0000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="000087" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="00005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="2" fontSize="" />
</LexerType>
<LexerType name="c" desc="C" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="5f0000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPEWORD" styleID="16" fgColor="5f005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="5f005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="005f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
@@ -154,6 +180,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="d700d7" bgColor="d7d7af" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="caml" desc="Caml" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
@@ -223,6 +257,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="d700d7" bgColor="d7d7af" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="coffeescript" desc="CoffeeScript" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="5f0000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
@@ -263,6 +305,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="d700d7" bgColor="d7d7af" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="css" desc="CSS" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
@@ -348,6 +398,33 @@ Installation:
<WordsStyle name="LABEL" styleID="13" fgColor="af0000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="d700d7" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="go" desc="Go" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="5f0000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="5f005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="PREDECLARED IDENTIFIERS" styleID="19" fgColor="5f335f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="NUMBER" styleID="4" fgColor="005f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="00005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VERBATIM" styleID="13" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX" styleID="14" fgColor="0087af" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="d700d7" bgColor="d7d7af" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="gui4cli" desc="GUI4CLI" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="1" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="2" fontSize="" />
@@ -385,7 +462,7 @@ Installation:
<WordsStyle name="NUMBER" styleID="5" fgColor="ff005f" bgColor="d7d7af" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="000087" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="000087" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="000087" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="ff005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
@@ -394,6 +471,14 @@ Installation:
<WordsStyle name="CDATA" styleID="17" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VALUE" styleID="19" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ENTITY" styleID="10" fgColor="870000" bgColor="d7d7af" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="USER TAGS 1" styleID="192" fgColor="000087" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER TAGS 2" styleID="193" fgColor="000087" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER TAGS 3" styleID="194" fgColor="000087" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER TAGS 4" styleID="195" fgColor="000087" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="196" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="197" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="198" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="199" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ini" desc="ini file" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
@@ -418,7 +503,6 @@ Installation:
<WordsStyle name="IDENTIFIER" styleID="12" fgColor="000087" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="java" desc="Java" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="5f0000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="5f005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
@@ -434,8 +518,16 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="d700d7" bgColor="d7d7af" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="javascript" desc="JavaScript" ext="">
<LexerType name="javascript" desc="JavaScript (embedded)" ext="">
<WordsStyle name="DEFAULT" styleID="41" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="45" fgColor="005f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="WORD" styleID="46" fgColor="000087" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
@@ -451,6 +543,30 @@ Installation:
<WordsStyle name="COMMENTDOC" styleID="44" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="3" fontSize="">param @projectDescription projectDescription @param</WordsStyle>
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="d700d7" bgColor="d7d7af" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="200" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="201" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="202" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="203" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="204" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="205" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="206" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="207" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="json" desc="JSON" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="1" fgColor="FF8000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="2" fgColor="800000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING EOL" styleID="3" fgColor="808080" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PROPERTY NAME" styleID="4" fgColor="8000FF" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ESCAPE SEQUENCE" styleID="5" fgColor="0000FF" bgColor="d7d7af" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="LINE COMMENT" styleID="6" fgColor="008000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BLOCK COMMENT" styleID="7" fgColor="008000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="000000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="URI" styleID="9" fgColor="0000FF" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="d7d7af" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="d7d7af" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/>
<WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="kix" desc="KiXtart" ext="">
<WordsStyle name="DEFAULT" styleID="31" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
@@ -493,6 +609,14 @@ Installation:
<WordsStyle name="FUNC1" styleID="13" fgColor="af0000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="FUNC2" styleID="14" fgColor="000087" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="FUNC3" styleID="15" fgColor="870000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="type2" />
<WordsStyle name="USER KEYWORD 1" styleID="16" fgColor="870000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="type3" />
<WordsStyle name="USER KEYWORD 2" styleID="17" fgColor="870000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="type4" />
<WordsStyle name="USER KEYWORD 3" styleID="18" fgColor="870000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="type5" />
<WordsStyle name="USER KEYWORD 4" styleID="19" fgColor="870000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="type6" />
<WordsStyle name="USER KEYWORDS 5" styleID="128" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 6" styleID="129" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 7" styleID="130" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 8" styleID="131" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
</LexerType>
<LexerType name="makefile" desc="Makefile" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
@@ -575,39 +699,47 @@ Installation:
<WordsStyle name="ASM" styleID="14" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="perl" desc="Perl" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="5f0000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="005f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="00005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX" styleID="17" fgColor="0087af" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGSUBST" styleID="18" fgColor="0087af" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="005f00" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="00005f" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="000087" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="000087" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ARRAY" styleID="13" fgColor="000087" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HASH" styleID="14" fgColor="000087" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="000087" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PUNCTUATION" styleID="8" fgColor="00005f" bgColor="d7d7af" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="POD" styleID="3" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="POD VERB" styleID="31" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="d700d7" bgColor="d7d7af" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="LONGQUOTE" styleID="19" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATASECTION" styleID="21" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BACKTICKS" styleID="20" fgColor="af0000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE DELIM" styleID="22" fgColor="870000" bgColor="afaf87" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE Q" styleID="23" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE QQ" styleID="24" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE QX" styleID="25" fgColor="af0000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="000087" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="ARRAY" styleID="13" fgColor="000087" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="HASH" styleID="14" fgColor="000087" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="000087" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="PROTOTYPE" styleID="40" fgColor="5F5F00" bgColor="D7D7AF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING SINGLEQUOTE" styleID="7" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING DOUBLEQUOTE" styleID="6" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING BACKTICKS" styleID="20" fgColor="af0000" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING Q" styleID="26" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QQ" styleID="27" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QX" styleID="28" fgColor="af0000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QR" styleID="29" fgColor="0087af" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QW" styleID="30" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="FORMAT IDENT" styleID="41" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="FORMAT" styleID="42" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX MATCH" styleID="17" fgColor="0087af" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="REGEX SUBSTITUTION" styleID="18" fgColor="0087af" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="TRANSLATION" styleID="44" fgColor="5F5F00" bgColor="D7D7AF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC DELIMITER" styleID="22" fgColor="870000" bgColor="afaf87" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC SINGLEQUOTE" styleID="23" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC DOUBLEQUOTE" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC BACKTICK" styleID="25" fgColor="af0000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VAR IN STRING" styleID="43" fgColor="5F5F00" bgColor="D7D7AF" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX" styleID="54" fgColor="5F5F00" bgColor="D7D7AF" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX SUBSTITUTION" styleID="55" fgColor="5F5F00" bgColor="D7D7AF" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN BACKTICKS" styleID="57" fgColor="5F5F00" bgColor="D7D7AF" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC DOUBLEQUOTE" styleID="61" fgColor="5F5F00" bgColor="D7D7AF" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC BACKTICK" styleID="62" fgColor="5F5F00" bgColor="D7D7AF" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QQ" styleID="64" fgColor="5F5F00" bgColor="D7D7AF" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QX" styleID="65" fgColor="5F5F00" bgColor="D7D7AF" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QR" styleID="66" fgColor="5F5F00" bgColor="D7D7AF" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="FORMAT IDENTIFIER" styleID="41" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="FORMAT BODY" styleID="42" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATA SECTION" styleID="21" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD" styleID="3" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD VERBATIM" styleID="31" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="d700d7" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" />
</LexerType>
<LexerType name="php" desc="php" ext="">
<WordsStyle name="QUESTION MARK" styleID="18" fgColor="af5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
@@ -621,6 +753,14 @@ Installation:
<WordsStyle name="COMMENT" styleID="124" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENTLINE" styleID="125" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="OPERATOR" styleID="127" fgColor="00005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PREDEFINED" styleID="213" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="FUNCS AND METHODS 1" styleID="214" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="FUNCS AND METHODS 2" styleID="215" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
<WordsStyle name="USER KEYWORDS 1" styleID="208" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="209" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="210" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="211" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="212" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
</LexerType>
<LexerType name="postscript" desc="Postscript" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
@@ -673,7 +813,12 @@ Installation:
<WordsStyle name="OPERATOR" styleID="10" fgColor="00005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="000087" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTBLOCK" styleID="12" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="12" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="13" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BUILTINS" styleID="14" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
<WordsStyle name="F STRING" styleID="16" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F CHARACTER" styleID="17" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F TRIPLE" styleID="18" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="F TRIPLEDOUBLE" styleID="19" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="r" desc="R" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
@@ -686,7 +831,45 @@ Installation:
<WordsStyle name="STRING2" styleID="7" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="00005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INFIX" styleID="10" fgColor="af0000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="9" fgColor="000087" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INFIXEOL" styleID="11" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BACKTICKS" styleID="12" fgColor="000087" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="RAWSTRING" styleID="13" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="RAWSTRING2" styleID="14" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ESCAPESEQUENCE" styleID="15" fgColor="0000FF" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="raku" desc="Raku" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="d700d7" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="COMMENT EMBED" styleID="3" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD" styleID="4" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="HEREDOC Q" styleID="6" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC QQ" styleID="7" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="8" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING Q" styleID="9" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QQ" styleID="10" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING Q_LANG" styleID="11" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING VAR" styleID="12" fgColor="5F5F00" bgColor="D7D7AF" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="REGEX" styleID="13" fgColor="0087af" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="REGEX VAR" styleID="14" fgColor="5F5F00" bgColor="D7D7AF" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ADVERB" styleID="15" fgColor="5f0000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="type5" />
<WordsStyle name="NUMBER" styleID="16" fgColor="005f00" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="PREPROCESSOR" styleID="17" fgColor="5f0000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="18" fgColor="00005f" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="19" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" keywordClass="instre1" />
<WordsStyle name="FUNCTION" styleID="20" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" keywordClass="instre2" />
<WordsStyle name="IDENTIFIER" styleID="21" fgColor="000087" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<!-- TYPEDEF styling applies to type1..type4 lists from langs.xml, but only associated with type1 in stylers/themes -->
<WordsStyle name="TYPEDEF" styleID="22" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" keywordClass="type1" />
<WordsStyle name="MU" styleID="23" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POSITIONAL" styleID="24" fgColor="5F5F00" bgColor="D7D7AF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASSOCIATIVE" styleID="25" fgColor="5F5F00" bgColor="D7D7AF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CALLABLE" styleID="26" fgColor="000087" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="GRAMMAR" styleID="27" fgColor="5f0000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CLASS" styleID="28" fgColor="5f0000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="rc" desc="RC" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="5f0000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
@@ -704,6 +887,14 @@ Installation:
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="d700d7" bgColor="d7d7af" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ruby" desc="Ruby" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
@@ -777,11 +968,14 @@ Installation:
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="NUMBER" styleID="4" fgColor="005f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="5" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="USER1" styleID="16" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="KEYWORD2" styleID="19" fgColor="008060" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="type3" />
<WordsStyle name="STRING" styleID="6" fgColor="af5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING2" styleID="7" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="00005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="Q OPERATOR" styleID="24" fgColor="af5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="tcl" desc="TCL" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
@@ -809,6 +1003,23 @@ Installation:
<WordsStyle name="COMMAND" styleID="4" fgColor="87005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEXT" styleID="5" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="toml" desc="TOML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FF0000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="008000" bgColor="d7d7af" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="000000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="3" fgColor="8000FF" bgColor="d7d7af" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF0000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TABLE" styleID="5" fgColor="804000" bgColor="d7d7af" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEY" styleID="6" fgColor="0000FF" bgColor="d7d7af" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ERROR" styleID="7" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="808000" bgColor="d7d7af" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING SQ" styleID="9" fgColor="808080" bgColor="d7d7af" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING DQ" styleID="10" fgColor="808080" bgColor="d7d7af" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING SQ" styleID="11" fgColor="808080" bgColor="d7d7af" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING DQ" styleID="12" fgColor="808080" bgColor="d7d7af" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ESCAPE CHAR" styleID="13" fgColor="8080FF" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATETIME" styleID="14" fgColor="FF8040" bgColor="d7d7af" fontName="" fontStyle="1" fontSize="" />
</LexerType>
<LexerType name="vb" desc="VB / VBS" ext="">
<WordsStyle name="DEFAULT" styleID="7" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="2" fontSize="" />
@@ -870,6 +1081,14 @@ Installation:
<WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CDATA" styleID="17" fgColor="005f5f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ENTITY" styleID="10" fgColor="870000" bgColor="d7d7af" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="192" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="193" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="194" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="195" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 5" styleID="196" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 6" styleID="197" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 7" styleID="198" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 8" styleID="199" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="yaml" desc="YAML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="5f5f00" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
@@ -885,34 +1104,58 @@ Installation:
</LexerStyles>
<GlobalStyles>
<!-- Attention : Don't modify the name of styleID="0" -->
<WidgetStyle name="Global override" styleID="0" fgColor="5f5f00" bgColor="d7d7af" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Default Style" styleID="32" fgColor="5f5f00" bgColor="d7d7af" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="afaf87" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="d7d7af" bgColor="005f00" fontName="" fontStyle="1" fontSize="" />
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="ff005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="afaf87" />
<WidgetStyle name="Selected text colour" styleID="0" bgColor="d7ff87" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="5f5f00" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="afaf87" />
<WidgetStyle name="Line number margin" styleID="33" fgColor="5f5f00" bgColor="afaf87" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Fold" styleID="0" fgColor="5f5f00" bgColor="afaf87" />
<WidgetStyle name="Fold active" styleID="0" fgColor="af0000" />
<WidgetStyle name="Fold margin" styleID="0" fgColor="afaf87" bgColor="afaf87" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="005f00" />
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="d7ff87" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="d7ff87" />
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="af5f00" />
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="005f5f" />
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="afaf87" />
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="87005f" />
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="d7ff87" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="d7ff87" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="afff87" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="5faf5f" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="5f0000" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="d7d7af" />
<WidgetStyle name="Global override" styleID="0" fgColor="5F5F00" bgColor="D7D7AF" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Default Style" styleID="32" fgColor="5F5F00" bgColor="D7D7AF" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="AFAF87" bgColor="D7D7AF" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="D7D7AF" bgColor="005F00" fontName="" fontStyle="1" fontSize="" />
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="FF005F" bgColor="D7D7AF" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="AFAF87" />
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
<WidgetStyle name="Selected text colour" styleID="0" bgColor="D7FF87" fgColor="000000" />
<WidgetStyle name="Multi-selected text color" styleID="0" bgColor="D7FF87" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="5F5F00" />
<WidgetStyle name="Multi-edit carets color" styleID="0" fgColor="5F5F00" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="AFAF87" />
<WidgetStyle name="Line number margin" styleID="33" fgColor="5F5F00" bgColor="AFAF87" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="AFAF87" />
<WidgetStyle name="Change History margin" styleID="0" bgColor="AFAF87" />
<WidgetStyle name="Change History modified" styleID="0" fgColor="FF8000" bgColor="FF8000" />
<WidgetStyle name="Change History revert modified" styleID="0" fgColor="A0C000" bgColor="A0C000" />
<WidgetStyle name="Change History revert origin" styleID="0" fgColor="40A0BF" bgColor="40A0BF" />
<WidgetStyle name="Change History saved" styleID="0" fgColor="00A000" bgColor="00A000" />
<WidgetStyle name="Fold" styleID="0" fgColor="5F5F00" bgColor="AFAF87" />
<WidgetStyle name="Fold active" styleID="0" fgColor="AF0000" />
<WidgetStyle name="Fold margin" styleID="0" fgColor="AFAF87" bgColor="AFAF87" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="005F00" />
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="D7FF87" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="D7FF87" />
<WidgetStyle name="Find status: Not found" styleID="0" fgColor="FF0000" />
<WidgetStyle name="Find status: Message" styleID="0" fgColor="0000FF" />
<WidgetStyle name="Find status: Search end reached" styleID="0" fgColor="008000" />
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="AF5F00" />
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="005F5F" />
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="AFAF87" />
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="87005F" />
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="D7FF87" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="D7FF87" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="AFFF87" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="5FAF5F" />
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="5F0000" />
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="D7D7AF" />
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="5f5f00" bgColor="d7d7af" />
<!-- <WidgetStyle name="Inactive tabs" styleID="0" fgColor="ffffd7" bgColor="5f5f00" /> -->
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="5F5F00" bgColor="D7D7AF" />
<WidgetStyle name="Tab color 1" styleID="0" bgColor="F3F0CB" />
<WidgetStyle name="Tab color 2" styleID="0" bgColor="DBF3CB" />
<WidgetStyle name="Tab color 3" styleID="0" bgColor="CBDBF3" />
<WidgetStyle name="Tab color 4" styleID="0" bgColor="F3DBCB" />
<WidgetStyle name="Tab color 5" styleID="0" bgColor="F3CBEE" />
<WidgetStyle name="Tab color dark mode 1" styleID="0" bgColor="807848" />
<WidgetStyle name="Tab color dark mode 2" styleID="0" bgColor="568048" />
<WidgetStyle name="Tab color dark mode 3" styleID="0" bgColor="507094" />
<WidgetStyle name="Tab color dark mode 4" styleID="0" bgColor="804849" />
<WidgetStyle name="Tab color dark mode 5" styleID="0" bgColor="754880" />
<WidgetStyle name="URL hovered" styleID="0" fgColor="808040" />
<WidgetStyle name="Document map" styleID="0" fgColor="5F5F00" bgColor="D7D7AF" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
</GlobalStyles>
</NotepadPlus>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="Windows-1252" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<NotepadPlus>
<LexerStyles>
<LexerType name="actionscript" desc="ActionScript" ext="">
@@ -22,6 +22,14 @@
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ada" desc="ADA" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
@@ -45,8 +53,16 @@
<WordsStyle name="STRING" styleID="85" fgColor="FFA0A0" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="87" fgColor="FFA0A0" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="86" fgColor="C0C0C0" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASPSYBOL" styleID="15" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ASPSYMBOL" styleID="15" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SCRIPTTYPE" styleID="16" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="216" fgColor="000080" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="217" fgColor="000080" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="218" fgColor="000080" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="219" fgColor="000080" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="220" fgColor="000080" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="221" fgColor="000080" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="222" fgColor="000080" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="223" fgColor="000080" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="asm" desc="Assembly" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
@@ -97,16 +113,25 @@
<WordsStyle name="BACKTICKS" styleID="11" fgColor="00FF40" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE DELIM" styleID="12" fgColor="80FF80" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HERE Q" styleID="13" fgColor="80FF00" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER SCALAR 1" styleID="132" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER SCALAR 2" styleID="133" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER SCALAR 3" styleID="134" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER SCALAR 4" styleID="135" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="batch" desc="Batch" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORDS" styleID="2" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="LABEL" styleID="3" fgColor="80FFFF" bgColor="000040" fontName="" fontStyle="4" fontSize="" />
<WordsStyle name="HIDE SYBOL" styleID="4" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HIDE SYMBOL" styleID="4" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMAND" styleID="5" fgColor="FF80FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="c" desc="C" ext="pmc">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
@@ -125,6 +150,14 @@
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="cpp" desc="C++" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
@@ -143,6 +176,14 @@
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="cs" desc="C#" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
@@ -161,6 +202,14 @@
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="caml" desc="Caml" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
@@ -198,7 +247,7 @@
</LexerType>
<LexerType name="css" desc="CSS" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="0000FF" bgColor="000040" fontName="Batang" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CLASS" styleID="2" fgColor="FF0000" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PSEUDOCLASS" styleID="3" fgColor="FF8000" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="UNKNOWN_PSEUDOCLASS" styleID="4" fgColor="FF8080" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
@@ -257,6 +306,33 @@
<WordsStyle name="LABEL" styleID="13" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="CONTINUATION" styleID="14" fgColor="008000" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="go" desc="Go" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="00FF00" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
<WordsStyle name="PREDECLARED IDENTIFIERS" styleID="19" fgColor="00FF00" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="FFA0A0" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="FFA0A0" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="VERBATIM" styleID="13" fgColor="00FFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX" styleID="14" fgColor="80FFFF" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="haskell" desc="Haskell" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="1" fgColor="C0C0C0" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
@@ -282,7 +358,7 @@
<WordsStyle name="NUMBER" styleID="5" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="6" fgColor="FFA0A0" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="7" fgColor="FFA0A0" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAG" styleID="1" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="TAGEND" styleID="11" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="FF0000" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
@@ -291,6 +367,14 @@
<WordsStyle name="CDATA" styleID="17" fgColor="FF8000" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VALUE" styleID="19" fgColor="FF8000" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ENTITY" styleID="10" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="USER TAGS 1" styleID="192" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER TAGS 2" styleID="193" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER TAGS 3" styleID="194" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER TAGS 4" styleID="195" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="196" fgColor="FF0000" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="197" fgColor="FF0000" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="198" fgColor="FF0000" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="199" fgColor="FF0000" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ini" desc="ini file" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
@@ -315,7 +399,6 @@
<WordsStyle name="IDENTIFIER" styleID="12" fgColor="C0C0C0" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="java" desc="Java" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="804000" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="11" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="TYPE WORD" styleID="16" fgColor="8000FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
@@ -331,8 +414,16 @@
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="javascript" desc="JavaScript" ext="">
<LexerType name="javascript" desc="JavaScript (embedded)" ext="">
<WordsStyle name="DEFAULT" styleID="41" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="45" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="WORD" styleID="46" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
@@ -346,7 +437,31 @@
<WordsStyle name="COMMENT" styleID="42" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTLINE" styleID="43" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTDOC" styleID="44" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="200" fgColor="000080" bgColor="000040" fontName="" fontStyle="3" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="201" fgColor="000080" bgColor="000040" fontName="" fontStyle="3" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="202" fgColor="000080" bgColor="000040" fontName="" fontStyle="3" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="203" fgColor="000080" bgColor="000040" fontName="" fontStyle="3" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="204" fgColor="000080" bgColor="000040" fontName="" fontStyle="3" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="205" fgColor="000080" bgColor="000040" fontName="" fontStyle="3" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="206" fgColor="000080" bgColor="000040" fontName="" fontStyle="3" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="207" fgColor="000080" bgColor="000040" fontName="" fontStyle="3" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="json" desc="JSON" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="1" fgColor="FF8000" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="2" fgColor="DCDCCC" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING EOL" styleID="3" fgColor="808080" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PROPERTY NAME" styleID="4" fgColor="8CD0D3" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ESCAPE SEQUENCE" styleID="5" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="LINE COMMENT" styleID="6" fgColor="008000" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BLOCK COMMENT" styleID="7" fgColor="008000" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="E3CEAB" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="URI" styleID="9" fgColor="FFFF80" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/>
<WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="kix" desc="KiXtart" ext="">
<!--
<WordsStyle name="" styleID="0" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
@@ -390,6 +505,14 @@
<WordsStyle name="FUNC1" styleID="13" fgColor="0080C0" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="instre2" />
<WordsStyle name="FUNC2" styleID="14" fgColor="8000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="type1" />
<WordsStyle name="FUNC3" styleID="15" fgColor="0000A0" bgColor="000040" fontName="" fontStyle="3" fontSize="" keywordClass="type2" />
<WordsStyle name="USER KEYWORD 1" styleID="16" fgColor="0000A0" bgColor="000040" fontName="" fontStyle="3" fontSize="" keywordClass="type3" />
<WordsStyle name="USER KEYWORD 2" styleID="17" fgColor="0000A0" bgColor="000040" fontName="" fontStyle="3" fontSize="" keywordClass="type4" />
<WordsStyle name="USER KEYWORD 3" styleID="18" fgColor="0000A0" bgColor="000040" fontName="" fontStyle="3" fontSize="" keywordClass="type5" />
<WordsStyle name="USER KEYWORD 4" styleID="19" fgColor="0000A0" bgColor="000040" fontName="" fontStyle="3" fontSize="" keywordClass="type6" />
<WordsStyle name="USER KEYWORDS 5" styleID="128" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 6" styleID="129" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 7" styleID="130" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 8" styleID="131" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
</LexerType>
<LexerType name="makefile" desc="Makefile" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
@@ -466,26 +589,47 @@
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="perl" desc="Perl" ext="cgi">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="804000" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="FFA0A0" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="7" fgColor="FFA0A0" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX" styleID="17" fgColor="8080FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="FF8000" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ARRAY" styleID="13" fgColor="CF34CF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HASH" styleID="14" fgColor="8080C0" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="FF0000" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PUNCTUATION" styleID="8" fgColor="804000" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="POD" styleID="3" fgColor="00FF00" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="FF80C0" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="LONGQUOTE" styleID="19" fgColor="FF8000" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATASECTION" styleID="21" fgColor="808080" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGSUBST" styleID="18" fgColor="8080C0" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BACKTICKS" styleID="20" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="SCALAR" styleID="12" fgColor="FF8000" bgColor="000040" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="ARRAY" styleID="13" fgColor="CF34CF" bgColor="000040" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="HASH" styleID="14" fgColor="8080C0" bgColor="000040" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="FF0000" bgColor="000040" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="PROTOTYPE" styleID="40" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING SINGLEQUOTE" styleID="7" fgColor="FFA0A0" bgColor="000040" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING DOUBLEQUOTE" styleID="6" fgColor="FFA0A0" bgColor="000040" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING BACKTICKS" styleID="20" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING Q" styleID="26" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRING QQ" styleID="27" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QX" styleID="28" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QR" styleID="29" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING QW" styleID="30" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX MATCH" styleID="17" fgColor="8080FF" bgColor="000040" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="REGEX SUBSTITUTION" styleID="18" fgColor="8080C0" bgColor="000040" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="TRANSLATION" styleID="44" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC DELIMITER" styleID="22" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="HEREDOC SINGLEQUOTE" styleID="23" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="HEREDOC DOUBLEQUOTE" styleID="24" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEREDOC BACKTICK" styleID="25" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VAR IN STRING" styleID="43" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX" styleID="54" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN REGEX SUBSTITUTION" styleID="55" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN BACKTICKS" styleID="57" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC DOUBLEQUOTE" styleID="61" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN HEREDOC BACKTICK" styleID="62" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QQ" styleID="64" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QX" styleID="65" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="VAR IN STRING QR" styleID="66" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="FORMAT IDENTIFIER" styleID="41" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="FORMAT BODY" styleID="42" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATA SECTION" styleID="21" fgColor="808080" bgColor="000040" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD" styleID="3" fgColor="00FF00" bgColor="000040" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD VERBATIM" styleID="31" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="FF80C0" bgColor="000040" fontName="" fontStyle="" fontSize="" />
</LexerType>
<LexerType name="php" desc="php" ext="">
<WordsStyle name="QUESTION MARK" styleID="18" fgColor="FF0000" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
@@ -499,6 +643,14 @@
<WordsStyle name="COMMENT" styleID="124" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTLINE" styleID="125" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="127" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="PREDEFINED" styleID="213" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="FUNCS AND METHODS 1" styleID="214" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="FUNCS AND METHODS 2" styleID="215" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
<WordsStyle name="USER KEYWORDS 1" styleID="208" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="209" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="210" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="211" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="212" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
</LexerType>
<LexerType name="postscript" desc="Postscript" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
@@ -539,6 +691,39 @@
<WordsStyle name="IDENTIFIER" styleID="11" fgColor="C0C0C0" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENTBLOCK" styleID="12" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="12" fgColor="008080" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="BUILTINS" styleID="14" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="10" keywordClass="instre2" />
</LexerType>
<LexerType name="raku" desc="Raku" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="ERROR" styleID="1" fgColor="FF80C0" bgColor="000040" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="COMMENT EMBED" styleID="3" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POD" styleID="4" fgColor="00FF00" bgColor="000040" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="CHARACTER" styleID="5" fgColor="FFA0A0" bgColor="000040" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="HEREDOC Q" styleID="6" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="HEREDOC QQ" styleID="7" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="8" fgColor="FFA0A0" bgColor="000040" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="STRING Q" styleID="9" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRING QQ" styleID="10" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING Q_LANG" styleID="11" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING VAR" styleID="12" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="REGEX" styleID="13" fgColor="8080FF" bgColor="000040" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="REGEX VAR" styleID="14" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="3" fontSize="" />
<WordsStyle name="ADVERB" styleID="15" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="type5" />
<WordsStyle name="NUMBER" styleID="16" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="PREPROCESSOR" styleID="17" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="18" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="INSTRUCTION WORD" styleID="19" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="" fontSize="" keywordClass="instre1" />
<WordsStyle name="FUNCTION" styleID="20" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="" fontSize="" keywordClass="instre2" />
<WordsStyle name="IDENTIFIER" styleID="21" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<!-- TYPEDEF styling applies to type1..type4 lists from langs.xml, but only associated with type1 in stylers/themes -->
<WordsStyle name="TYPEDEF" styleID="22" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="" fontSize="" keywordClass="type1" />
<WordsStyle name="MU" styleID="23" fgColor="FFA0A0" bgColor="000040" fontName="" fontStyle="" fontSize="" />
<WordsStyle name="POSITIONAL" styleID="24" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ASSOCIATIVE" styleID="25" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CALLABLE" styleID="26" fgColor="FFFFBF" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="GRAMMAR" styleID="27" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CLASS" styleID="28" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="rc" desc="RC" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="804000" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
@@ -557,6 +742,14 @@
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="ruby" desc="Ruby" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
@@ -602,12 +795,16 @@
</LexerType>
<LexerType name="sql" desc="SQL" ext="pck">
<WordsStyle name="KEYWORD" styleID="5" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="USER1" styleID="16" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="KEYWORD2" styleID="19" fgColor="FF8080" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="type3" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING" styleID="6" fgColor="FFA0A0" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRING2" styleID="7" fgColor="FF80FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT DOC" styleID="3" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="Q OPERATOR" styleID="24" fgColor="FFA0A0" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="tcl" desc="TCL" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="804000" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
@@ -635,6 +832,23 @@
<WordsStyle name="COMMAND" styleID="4" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TEXT" styleID="5" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="toml" desc="TOML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FF0000" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="69B45C" bgColor="000040" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="2" fgColor="C0C0C0" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="KEYWORD" styleID="3" fgColor="B76FFF" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF8000" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TABLE" styleID="5" fgColor="FED750" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEY" styleID="6" fgColor="8CC6FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ERROR" styleID="7" fgColor="FF0000" bgColor="000040" fontName="" fontStyle="4" fontSize="" />
<WordsStyle name="OPERATOR" styleID="8" fgColor="C0C0C0" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING SQ" styleID="9" fgColor="CE9B9B" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRING DQ" styleID="10" fgColor="CE9B9B" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING SQ" styleID="11" fgColor="CE9B9B" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="TRIPLE STRING DQ" styleID="12" fgColor="CE9B9B" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="ESCAPE CHAR" styleID="13" fgColor="00FF00" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DATETIME" styleID="14" fgColor="A0FAC7" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
</LexerType>
<LexerType name="vb" desc="VB / VBS" ext="">
<WordsStyle name="DEFAULT" styleID="7" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
@@ -696,6 +910,14 @@
<WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CDATA" styleID="17" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="ENTITY" styleID="10" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="USER ATTRIBUTES 1" styleID="192" fgColor="00FF40" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="substyle1" />
<WordsStyle name="USER ATTRIBUTES 2" styleID="193" fgColor="00FF40" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="substyle2" />
<WordsStyle name="USER ATTRIBUTES 3" styleID="194" fgColor="00FF40" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="substyle3" />
<WordsStyle name="USER ATTRIBUTES 4" styleID="195" fgColor="00FF40" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="substyle4" />
<WordsStyle name="USER ATTRIBUTES 5" styleID="196" fgColor="00FF40" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="substyle5" />
<WordsStyle name="USER ATTRIBUTES 6" styleID="197" fgColor="00FF40" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="substyle6" />
<WordsStyle name="USER ATTRIBUTES 7" styleID="198" fgColor="00FF40" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="substyle7" />
<WordsStyle name="USER ATTRIBUTES 8" styleID="199" fgColor="00FF40" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="substyle8" />
</LexerType>
<LexerType name="yaml" desc="YAML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
@@ -725,16 +947,33 @@
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="80FF80" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="FF8000" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Current line background colour" styleID="0" bgColor="000040" />
<WidgetStyle name="Mark colour" styleID="0" fgColor="C00000" bgColor="000040" />
<WidgetStyle name="Selected text colour" styleID="0" bgColor="2050D0" />
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
<WidgetStyle name="Selected text colour" styleID="0" bgColor="2050D0" fgColor="000000" />
<WidgetStyle name="Multi-selected text color" styleID="0" bgColor="2050D0" />
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FFFF00" />
<WidgetStyle name="Find Mark Style" styleID="31" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WidgetStyle name="Multi-edit carets color" styleID="0" fgColor="FFFF00" />
<WidgetStyle name="Edge colour" styleID="0" fgColor="80FFFF" />
<WidgetStyle name="Line number margin" styleID="33" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="000040" />
<WidgetStyle name="Change History margin" styleID="0" bgColor="000040" />
<WidgetStyle name="Change History modified" styleID="0" fgColor="FF8000" bgColor="FF8000" />
<WidgetStyle name="Change History revert modified" styleID="0" fgColor="A0C000" bgColor="A0C000" />
<WidgetStyle name="Change History revert origin" styleID="0" fgColor="40A0BF" bgColor="40A0BF" />
<WidgetStyle name="Change History saved" styleID="0" fgColor="00A000" bgColor="00A000" />
<WidgetStyle name="Fold" styleID="0" fgColor="FFFFFF" bgColor="000040" />
<WidgetStyle name="Fold active" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Fold margin" styleID="0" fgColor="000040" bgColor="000040" />
<WidgetStyle name="White space symbol" styleID="0" fgColor="004040" />
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="2050D0" />
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="2050D0" />
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="000040" />
<WidgetStyle name="Find status: Not found" styleID="0" fgColor="FF0000" />
<WidgetStyle name="Find status: Message" styleID="0" fgColor="0000FF" />
<WidgetStyle name="Find status: Search end reached" styleID="0" fgColor="008000" />
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" />
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" />
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" />
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" />
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" />
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="008000" />
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="000040" />
<WidgetStyle name="Tags attribute" styleID="26" bgColor="000040" />
@@ -742,9 +981,18 @@
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" />
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="8080C0" bgColor="CECECE" />
<WidgetStyle name="Unsaved change marker" styleID="0" bgColor="FF0000" />
<WidgetStyle name="Saved change marker" styleID="0" bgColor="80FF00" />
<WidgetStyle name="Tab color 1" styleID="0" bgColor="F3F0CB" />
<WidgetStyle name="Tab color 2" styleID="0" bgColor="DBF3CB" />
<WidgetStyle name="Tab color 3" styleID="0" bgColor="CBDBF3" />
<WidgetStyle name="Tab color 4" styleID="0" bgColor="F3DBCB" />
<WidgetStyle name="Tab color 5" styleID="0" bgColor="F3CBEE" />
<WidgetStyle name="Tab color dark mode 1" styleID="0" bgColor="807848" />
<WidgetStyle name="Tab color dark mode 2" styleID="0" bgColor="568048" />
<WidgetStyle name="Tab color dark mode 3" styleID="0" bgColor="507094" />
<WidgetStyle name="Tab color dark mode 4" styleID="0" bgColor="804849" />
<WidgetStyle name="Tab color dark mode 5" styleID="0" bgColor="754880" />
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="FFFFBF" bgColor="000040" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
</GlobalStyles>
</NotepadPlus>