sublime text 配置lua

{
"cmd": ["C:/Lua/lua5.1.exe", "$file"],  
"file_regex": "^(?:lua:)?[\t ](...*?):([0-9]*):?([0-9]*)",  
"selector": "source.lua"  
}

在制定位置加上lua解释器就可以了 按F7可见

posted on 2018-04-12 14:53  echo111333  阅读(205)  评论(0编辑  收藏  举报

导航