From ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kate/data/lua.xml | 237 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 237 insertions(+) create mode 100644 kate/data/lua.xml (limited to 'kate/data/lua.xml') diff --git a/kate/data/lua.xml b/kate/data/lua.xml new file mode 100644 index 000000000..5b868aeec --- /dev/null +++ b/kate/data/lua.xml @@ -0,0 +1,237 @@ + + + + + + and + end + local + return + break + for + do + if + nil + then + function + not + until + else + or + while + elseif + in + repeat + + + string.byte + string.char + string.find + string.len + string.lower + string.rep + string.sub + string.upper + string.format + string.gfind + string.gsub + table.concat + table.foreach + table.foreachi + table.getn + table.sort + table.insert + table.remove + table.setn + math.abs + math.sin + math.cos + math.tan + math.asin + math.acos + math.atan + math.atan2 + math.ceil + math.floor + math.mod + math.frexp + math.ldexp + math.squrt + math.min + math.max + math.log + math.log10 + math.exp + math.deg + math.rad + math.random + math.randomseed + io.close + io.flush + io.input + io.lines + io.open + io.output + io.read + io.stderr + io.stdin + io.stdout + io.tmpfile + io.write + os.clock + os.date + os.difftime + os.execute + os.exit + os.getenv + os.remove + os.rename + os.setlocale + os.time + os.tmpname + debug.getinfo + debug.getlocal + debug.setlocal + debug.sethook + debug.gethook + assert + collectgarbage + dofile + error + next + print + rawget + rawset + tonumber + tostring + type + _ALERT + _ERRORMESSAGE + call + copytagmethods + dostring + foreach + foreachi + getglobal + getn + gettagmethod + globals + newtag + setglobal + settag + settagmethod + sort + tag + tinsert + tremove + openfile + closefile + flush + seek + setlocale + execute + remove + rename + tmpname + getenv + date + clock + exit + readfrom + writeto + appendto + read + write + abs + sin + cos + tan + asin + acos + atan + atan2 + ceil + floor + mod + frexp + ldexp + squrt + min + max + log + log10 + exp + deg + rad + random + randomseed + strlen + strsub + strlower + strupper + strchar + strrep + ascii + strbyte + format + strfind + gsub + getinfo + getlocal + setlocal + setcallhook + setlinehook + getglobals + getmetatable + gcinfo + ipairs + loadfile + loadstring + pairs + pcall + require + setglobals + setmetatable + unpack + LUA_PATH + _LOADED + _VERSION + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3