Files
9TailedKitsune/source/UDL/9tailedKitsune-A.00.00.05.xml
Unstable Kitsune cfcf6ab7c7 feat: add syntax highlighting for Kitsunic language
Introduces multiple User-Defined Language (UDL) XML files for Notepad++
to enable syntax highlighting, keyword recognition, and styling of the
Kitsunic scripting language. Covers various iterations and enhances
developer productivity by improving code readability and editing
experience in supported editors.
2025-09-05 03:55:30 -04:00

65 lines
5.3 KiB
XML

<NotepadPlus>
<UserLang name="Kitsunic" ext="kit kitsunic" darkModeTheme="yes" udlVersion="2.1">
<Settings>
<Global caseIgnored="yes" allowFoldOfComments="no" foldCompact="no" forcePureLC="0" decimalSeparator="0" />
<Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" />
</Settings>
<KeywordLists>
<Keywords name="Comments">00.# 00?# 01// 02#. 02#? 03/# 04#/</Keywords>
<Keywords name="Numbers, prefix1"></Keywords>
<Keywords name="Numbers, prefix2"></Keywords>
<Keywords name="Numbers, extras1"></Keywords>
<Keywords name="Numbers, extras2"></Keywords>
<Keywords name="Numbers, suffix1">.</Keywords>
<Keywords name="Numbers, suffix2">.</Keywords>
<Keywords name="Numbers, range"></Keywords>
<Keywords name="Operators1">&lt;\ &lt;/ // \\ /&gt; \&gt;</Keywords>
<Keywords name="Operators2">and exclude nor as or not to from is was before after now equal opt var set pull drop sync part</Keywords>
<Keywords name="Folders in code1, open">&lt;/</Keywords>
<Keywords name="Folders in code1, middle">//</Keywords>
<Keywords name="Folders in code1, close">/&gt;</Keywords>
<Keywords name="Folders in code2, open">&lt;\</Keywords>
<Keywords name="Folders in code2, middle">\\</Keywords>
<Keywords name="Folders in code2, close">\&gt;</Keywords>
<Keywords name="Folders in comment, open">!#</Keywords>
<Keywords name="Folders in comment, middle">//</Keywords>
<Keywords name="Folders in comment, close">#!</Keywords>
<Keywords name="Keywords1"></Keywords>
<Keywords name="Keywords2"></Keywords>
<Keywords name="Keywords3"></Keywords>
<Keywords name="Keywords4"></Keywords>
<Keywords name="Keywords5"></Keywords>
<Keywords name="Keywords6"></Keywords>
<Keywords name="Keywords7"></Keywords>
<Keywords name="Keywords8">../ (../ http:// (http:// https:// (https:// mailto: (mailto: ftp:// (ftp:// ftps:// (ftps:// (/ /</Keywords>
<Keywords name="Delimiters">00@ 01: 02; 03!# 04// 05#! 06.# 07// 08#. 09/# 10// 11#/ 12 13 14 15 16 17 18 19 20 21 22 23</Keywords>
</KeywordLists>
<Styles>
<WordsStyle name="DEFAULT" fgColor="DCDCCC" bgColor="000000" fontStyle="0" nesting="0" />
<WordsStyle name="COMMENTS" fgColor="0080FF" bgColor="3F3F3F" colorStyle="1" fontStyle="2" nesting="1" />
<WordsStyle name="LINE COMMENTS" fgColor="008080" bgColor="3F3F3F" colorStyle="1" fontStyle="1" nesting="1" />
<WordsStyle name="NUMBERS" fgColor="8CD0D3" bgColor="3F3F3F" colorStyle="1" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS1" fgColor="EDD6ED" bgColor="3F3F3F" colorStyle="1" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS2" fgColor="FF8040" bgColor="3F3F3F" colorStyle="1" fontStyle="1" nesting="0" />
<WordsStyle name="KEYWORDS3" fgColor="E3CEAB" bgColor="3F3F3F" colorStyle="1" fontStyle="3" nesting="0" />
<WordsStyle name="KEYWORDS4" fgColor="E3CEAB" bgColor="3F3F3F" colorStyle="1" fontStyle="1" nesting="0" />
<WordsStyle name="KEYWORDS5" fgColor="E3CEAB" bgColor="3F3F3F" colorStyle="1" fontStyle="2" nesting="0" />
<WordsStyle name="KEYWORDS6" fgColor="E3CEAB" bgColor="3F3F3F" colorStyle="1" fontStyle="3" nesting="0" />
<WordsStyle name="KEYWORDS7" fgColor="E3CEAB" bgColor="3F3F3F" colorStyle="1" fontStyle="3" nesting="0" />
<WordsStyle name="KEYWORDS8" fgColor="DCDCCC" bgColor="3F3F3F" colorStyle="0" fontStyle="0" nesting="0" />
<WordsStyle name="OPERATORS" fgColor="FFFF80" bgColor="3F3F3F" colorStyle="1" fontStyle="3" nesting="0" />
<WordsStyle name="FOLDER IN CODE1" fgColor="00FF80" bgColor="FFFF80" colorStyle="1" fontStyle="7" nesting="0" />
<WordsStyle name="FOLDER IN CODE2" fgColor="DCDCCC" bgColor="3F3F3F" colorStyle="0" fontStyle="0" nesting="0" />
<WordsStyle name="FOLDER IN COMMENT" fgColor="0080FF" bgColor="FFFFFF" colorStyle="1" fontName="@Malgun Gothic" fontStyle="6" fontSize="10" nesting="0" />
<WordsStyle name="DELIMITERS1" fgColor="808000" bgColor="3F3F3F" colorStyle="1" fontStyle="2" nesting="117441287" />
<WordsStyle name="DELIMITERS2" fgColor="FF8080" bgColor="3F3F3F" colorStyle="1" fontStyle="1" nesting="117441286" />
<WordsStyle name="DELIMITERS3" fgColor="FF8040" bgColor="3F3F3F" colorStyle="1" fontStyle="3" nesting="117441283" />
<WordsStyle name="DELIMITERS4" fgColor="0080C0" bgColor="3F3F3F" colorStyle="1" fontStyle="1" nesting="117441295" />
<WordsStyle name="DELIMITERS5" fgColor="E3CEAB" bgColor="3F3F3F" colorStyle="1" fontStyle="2" nesting="32800" />
<WordsStyle name="DELIMITERS6" fgColor="E3CEAB" bgColor="3F3F3F" colorStyle="1" fontStyle="3" nesting="0" />
<WordsStyle name="DELIMITERS7" fgColor="E3CEAB" bgColor="3F3F3F" colorStyle="1" fontStyle="3" nesting="0" />
<WordsStyle name="DELIMITERS8" fgColor="DCDCCC" bgColor="3F3F3F" colorStyle="0" fontStyle="0" nesting="0" />
</Styles>
</UserLang>
</NotepadPlus>