Sublime Text snippets for using the Idyll markup language.
There are snippets for all of the built-in components listed here: https://idyll-lang.org/docs/components.
If you're using Package Control for Sublime Text, simply install the Idyll Lang package.
Alternatively, you can clone this repository directly into your Sublime plugin folder and install the snippets manually as described below:
cd ~/Library/Application Support/Sublime Text 3/Packages
git clone --depth 1 https://github.com/fhightower/idyll-snippets.git
cd ~/.config/sublime-text-3/Packages
git clone --depth 1 https://github.com/fhightower/idyll-snippets.git
cd "%APPDATA%\Sublime Text 3\Packages"
git clone --depth 1 https://github.com/fhightower/idyll-snippets.git
Note: If you are having trouble finding the correct location to install the snippets, refer to the documentation on the subject.
The framework for this package was created from the Sublime Text Snippet Template available here: https://gitlab.com/fhightower-templates/sublime-snippet-package-template.