Skip to content

Commit 95562d0

Browse files
committed
feat: supplement list of typical Package contents
- .sublime-commands after menus and before `metadata` since commands seem relatively common in Packages. - .sublime-completions before `snippets` since, according to the official documentation, a Snippet is just a Completion with more flexible (and more readable) content formatting.
1 parent b9e16a4 commit 95562d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/guide/extensibility/packages.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,12 @@ Typical resources found in packages include:
7272
- key maps (`.sublime-keymap`)
7373
- macros (`.sublime-macro`)
7474
- menus (`.sublime-menu`)
75+
- commands (`.sublime-commands`)
7576
- metadata (`.tmPreferences`)
7677
- mouse maps (`.sublime-mousemap`)
7778
- plugins (`.py`)
7879
- settings (`.sublime-settings`)
80+
- completions (`.sublime-completions`)
7981
- snippets (`.sublime-snippet`)
8082
- syntax definitions (`.sublime-syntax`, `.tmLanguage`)
8183
- themes (`.sublime-theme`)

0 commit comments

Comments
 (0)