.SUBLIME-BUILD 文件扩展名
Sublime Text Build File
| 开发者 | Jon Skinner |
| 受欢迎程度 |
1.5 | 2 票 |
什么是 SUBLIME-BUILD 文件?
Build file used by Sublime Text, an open source text editor used primarily to edit source code; contains a build system, which includes JSON formatted configuration data, a Sublime Text command that drives the process, and an optional, external executable file.
更多信息
A build system is designed to run an external program to process your Sublime Text project files and see the generated output without having to leave the Sublime Text application. It is helpful for when you need to run files through build programs, interpreters, and command line utilities.
注: Build options can be accessed through the Tools menu in Sublime Text.