lua IDE ZeroBrane Studio配置

阎星河
2023-12-01

配置文件:

editor.fontname = "Menlo"
editor.showfncall = false
editor.tabwidth = 4
editor.usetabs = true
editor.autotabs = true
editor.usewrap = false
editor.smartindent = true


local G = ...
styles = G.loadfile('cfg/tomorrow.lua')('Zenburn')
styleoutshell = styles

More:http://studio.zerobrane.com/doc-editor-preferences.htm
ZeroBrane Studio下载:http://studio.zerobrane.com/

转载于:https://my.oschina.net/stz/blog/726061

 类似资料: