https://github.com/haroenv/sublime-snippets
This is a repository for some of my snippets for sublime text [not really maintained anymore]
https://github.com/haroenv/sublime-snippets
Last synced: 9 months ago
JSON representation
This is a repository for some of my snippets for sublime text [not really maintained anymore]
- Host: GitHub
- URL: https://github.com/haroenv/sublime-snippets
- Owner: Haroenv
- Created: 2015-03-02T08:30:28.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-09T10:06:53.000Z (about 10 years ago)
- Last Synced: 2025-04-11T23:49:35.909Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sublime Snippets
This is a repository for all user-generated snippets, made by Haroen Viaene.
# Languages
## HTML
* A [header](temp.sublime-snippet) for use in the course WebTech 1 (@Odisee)
* shortcut: `temp`
* filetype: `.html`
* A [header](tempjc.sublime-snippet) for use in the course WebTech 1 (@Odisee)
* without javascript and css
* shortcut: `tempjc`
* filetype: `.html`
## Markdown
* [CC-BY-NC](/md/cc.sublime-snippet), for use in i.e. github repositories
* shortcut: `cc`
* highlight tag for Jekyll `{% highlight $1 %}$2{% endhighlight %}`
* shortcut: `hl`
## ETC
* [Sublime preferences used](/ETC/Preferences.sublime-settings)
# Installing
## With Git
Navigate to your Sublime Text 2 user packages directory:
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/User/
And clone the repo to a new directory right then and there:
git clone git@github.com:haroenv/sublime-snippets.git
## Manually
* Download the .zip file from the GitHub downloads modal
* Unzip the files and rename the folder to "sublime-snippets"
* Copy the folder to your Sublime Text 2 user packagers directory (`~/Library/Application Support/Sublime Text 2/Packages/User/)
# License

sublime-snippets is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. No warranty whatsoever.