显然,我看到的其他帖子对我没用
Lua安装:nil
测试文件:http://prntscr.com/9kr5dv
构建系统:
{
"cmd": ["lua", "$file"],
"file_regex": "^(?:(?:\t)|(?:.+: ))(.+):([0-9]+): (.*)$",
"selector": "source.lua"
}
偏好设置:
{
"ignored_packages":
[
"Vintage"
]
}
{
"additional_path_items" : ["~/Documents"]
}
答案 0 :(得分:0)
.sublime-build
。配置对我来说是正确的。 毕竟转到您的文件并按Ctrl + B
,它应该有效。