.SUBLIME-PACKAGE 파일 확장자
Sublime Text Package File
| 개발사 | Jon Skinner |
| 인기도 |
3.6 | 5 투표 |
SUBLIME-PACKAGE 파일이란 무엇인가요?
Package used by Sublime Text, a text editor used primarily to edit source code; contains a collection of resources, which includes plugins, menus, themes, snippets, and syntax highlighting definitions that provide functionality to the application.
추가 정보
SUBLIME-PACKAGE files are used to extend the functionality of Sublime Text. You can create your own and share them with other users or download and install packages created by other users. Packages are compressed with Zip compression but can also be stored unzipped in a directory.
참고: Packages that come with Sublime Text will be located in the <executable_path>/Packages directory and packages you install will be located in the <data_path>/Installed Packages directory.