Sublime Forum

Public Snippets

#1

Hey team,

Following up!

I’ve made about 3 snippets for the sublime text 3. And I would like to make these snippets available for the public. So that other developers can make use of my snippets.

Could you please tell me how can I do this? I’m a noobie in this field, but I know this will help a lot of developers for sure.

Thanks a lot :slight_smile:

0 Likes

#2

Is that what called a package? ( I mean, a collection of snippets makes a package!?)
I don’t know, please guide me!

Thanks :blush:

0 Likes

#3

Here are instructions on submitting a package for Package Control: https://packagecontrol.io/docs/submitting_a_package.

Anything you’d like to throw in it. Be it snippets, syntax languages, themes, color schemes, etc. However, it is wise to limit a given package to only related items, i.e. it likely doesn’t make sense to package snippets & a theme together.

There are plenty of snippet only packages, here is a good example of one: https://github.com/jvcasillas/R-snippets.

0 Likes

#4

Thanks :slight_smile:

0 Likes