Tools>build system>new build system

1
2
3
4
{
"cmd": ["/Applications/Google Chrome.app/Contents/MacOS/Google Chrome", "$file"],
"selector": ["text.html"]
}

保存为browse.sublime-build,然后写一个html。mac上用command+b,windows上用win+b