码迷,mamicode.com
首页 > 其他好文 > 详细

emeditor lua.esy lua语法文件,肯定好多人找不到

时间:2015-04-20 06:59:48      阅读:349      评论:0      收藏:0      [点我收藏+]

标签:lua   color   

; EmEditor Syntax File
;
; To import this file to an existing configuration, select Configuration
; under the Tool menu, select Define Configurations, select a configuration
; you want to import to, press [Properties], select the Highlight page, and
; press [Import].
;
; Submit your customized file to submit@emurasoft.com
; to be listed in www.emurasoft.com user files pages.
;
#Highlight=on
#BeginTag=
#EndTag=
#CommentBegin=--[[
#CommentEnd=]]
#LineComment1=--
#LineComment2=
#SingleQuote=on
#DoubleQuote=on
#ContinueQuote=off
#Escape=#ScriptBegin=
#ScriptEnd=
#SpecialSyntax=off
#HighlightBraces=on
#Keyword color=4,word=on,rightall=off,case=on,insidetag=off,regexp=off
do
end
while
nil
false
true
function
not
and
or
repeat
until
if
then
elseif
else
return
break
for
do
in
local
#Keyword color=2,word=on,rightall=off,case=on,insidetag=off,regexp=off
error
getmetatable
setmetatable
getfenv
setfenv
next
ipairs
pairs
print
tonumber
tostring
type
assert
unpack
rawequal
rawget
rawset
pcall
xpcall
collectgarbage
gcinfo
loadfile
dofile
loadstring
require
table.concat
table.foreach
table.foreachi
table.getn
table.sort
table.insert
table.setn
table.remove
table.setn
io.close
io.flush
io.input
io.lines
io.open
io.output
io.read
io.tmpfile
io.type
io.write
string.byte
string.char
string.dump
string.find
string.len
string.lower
string.rep
string.sub
string.upper
string.format
string.gfind
string.gsub
os.clock
os.date
os.time
os.difftime
os.execute
os.exit
os.getenv
os.remove
os.rename
os.setlocale
os.time
os.tmpname
debug.debug
debug.gethook
debug.getinfo
debug.getlocal
debug.getinfo
debug.getupvalue
debug.setlocal
debug.setupvalue
debug.sethook
debug.traceback
技术分享

emeditor lua.esy lua语法文件,肯定好多人找不到

标签:lua   color   

原文地址:http://blog.csdn.net/whitehack/article/details/45144337

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!