sublime text 配置lua

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

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

原文地址:https://www.cnblogs.com/aibox222/p/8807728.html