首页 > 代码库 > sublime text 3 我的习惯配置

sublime text 3 我的习惯配置

{
	"color_scheme": "Packages/Boxy Theme/schemes/Boxy Solarized Light.tmTheme",
	"font_size": 15,
	"ignored_packages":
	[
		"Vintage"
	],
	"open_files_in_new_window": false,
	"scroll_past_end": true,
	"theme": "Boxy Solarized Light.sublime-theme",
	"word_separators": "./\\()\"‘-:,.;<>~!@#%^&*|+=[]{}`~?"
}

 

插件列表

 

AvalonHelper

HTML-CSS-JS Prettify

LocalizedMenu

less

less2css   安装完成后记得看readme

emmet

alignment

boxy theme

sublime text 3 我的习惯配置