Created
January 22, 2019 15:07
-
-
Save YellowAfterlife/332d8768769153eff6e9b291e3d294f9 to your computer and use it in GitHub Desktop.
Killa UDL for Notepad++
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<NotepadPlus> | |
<UserLang name="Killa" ext="kia txm" udlVersion="2.0"> | |
<Settings> | |
<Global caseIgnored="no" allowFoldOfComments="no" forceLineCommentsAtBOL="no" foldCompact="no" /> | |
<Prefix Keywords1="no" Keywords2="no" Keywords3="yes" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" /> | |
</Settings> | |
<KeywordLists> | |
<Keywords name="Comments" id="0">00// 01 02 03/* 04*/</Keywords> | |
<Keywords name="Numbers, additional" id="1"></Keywords> | |
<Keywords name="Numbers, prefixes" id="2">0x</Keywords> | |
<Keywords name="Numbers, extras with prefixes" id="3">A B C D E F a b c d e f</Keywords> | |
<Keywords name="Numbers, suffixes" id="4"></Keywords> | |
<Keywords name="Operators1" id="5">= + - * / % < > . , : ; ? ( ) [ ] $ & | ^ !</Keywords> | |
<Keywords name="Operators2" id="6"></Keywords> | |
<Keywords name="Folders in code1, open" id="7">{</Keywords> | |
<Keywords name="Folders in code1, middle" id="8"></Keywords> | |
<Keywords name="Folders in code1, close" id="9">}</Keywords> | |
<Keywords name="Folders in code2, open" id="10"></Keywords> | |
<Keywords name="Folders in code2, middle" id="11"></Keywords> | |
<Keywords name="Folders in code2, close" id="12"></Keywords> | |
<Keywords name="Folders in comment, open" id="13">/*</Keywords> | |
<Keywords name="Folders in comment, middle" id="14"></Keywords> | |
<Keywords name="Folders in comment, close" id="15">*/</Keywords> | |
<Keywords name="Keywords1" id="16">var global this
true false null
private public function
switch case default
while do for
each in to break continue
if else goto return</Keywords> | |
<Keywords name="Keywords2" id="17">assert collectgarbage error
getfenv setfenv arg _G
require module
dofile load loadfile pcall xpcall
pairs ipairs next select
print trace
rawequal rawget rawset
getmetatable setmetatable
tonumber tostring type unpack</Keywords> | |
<Keywords name="Keywords3" id="18">string.byte string.char string.dump string.find string.format string.gmatch string.gsub string.len string.lower string.match string.rep string.reverse string.sub string.upper
table.concat table.insert table.maxn table.sort
math.log math.acos math.ldexp math.huge math.pi math.rad math.tanh math.deg math.tan math.cosh math.cos math.random math.sinh math.frexp math.ceil math.floor math.randomseed math.abs math.sqrt math.modf math.asin math.min math.pow math.fmod math.max math.atan2 math.exp math.sin math.atan
io.lines io.write io.close io.flush io.open io.output io.type io.read io.stderr io.stdin io.input io.stdout io.popen io.tmpfile
os.exit os.setlocale os.date os.getenv os.difftime os.remove os.time os.clock os.tmpname os.rename os.execute
bit32.band bit32.extract bit32.bor bit32.bnot bit32.arshift bit32.rshift bit32.rrotate bit32.replace bit32.lshift bit32.lrotate bit32.btest bit32.bxor
debug.getupvalue debug.setuservalue debug.debug debug.getmetatable debug.setmetatable debug.setlocal debug.gethook debug.sethook debug.upvalueid debug.traceback debug.upvaluejoin debug.getinfo debug.setupvalue debug.getuservalue debug.getregistry debug.getlocal
coroutine.resume coroutine.yield coroutine.status coroutine.wrap coroutine.create coroutine.running</Keywords> | |
<Keywords name="Keywords4" id="19">string table math io os bit32 debug coroutine</Keywords> | |
<Keywords name="Keywords5" id="20"></Keywords> | |
<Keywords name="Keywords6" id="21"></Keywords> | |
<Keywords name="Keywords7" id="22"></Keywords> | |
<Keywords name="Keywords8" id="23"></Keywords> | |
<Keywords name="Delimiters" id="24">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" styleID="0" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="COMMENTS" styleID="1" fgColor="008000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="LINE COMMENTS" styleID="2" fgColor="008000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="NUMBERS" styleID="3" fgColor="FA3232" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="KEYWORDS1" styleID="4" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="KEYWORDS2" styleID="5" fgColor="1E3296" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="KEYWORDS3" styleID="6" fgColor="3282AA" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="KEYWORDS4" styleID="7" fgColor="3282AA" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="KEYWORDS5" styleID="8" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="KEYWORDS6" styleID="9" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="KEYWORDS7" styleID="10" fgColor="1E3296" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="KEYWORDS8" styleID="11" fgColor="3282AA" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="OPERATORS" styleID="12" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="FOLDER IN CODE1" styleID="13" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="FOLDER IN CODE2" styleID="14" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="FOLDER IN COMMENT" styleID="15" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="DELIMITERS1" styleID="16" fgColor="96321E" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="4" /> | |
<WordsStyle name="DELIMITERS2" styleID="17" fgColor="96321E" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="4" /> | |
<WordsStyle name="DELIMITERS3" styleID="18" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="DELIMITERS4" styleID="19" fgColor="008040" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="DELIMITERS5" styleID="20" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="DELIMITERS6" styleID="21" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="2" nesting="117505824" /> | |
<WordsStyle name="DELIMITERS7" styleID="22" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
<WordsStyle name="DELIMITERS8" styleID="23" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" /> | |
</Styles> | |
</UserLang> | |
</NotepadPlus> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment