Skip to content

fhightower/idyll-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Idyll Lang Sublime Text Snippets (v0.1.1)

Sublime Text snippets for using the Idyll markup language.

Documentation

There are snippets for all of the built-in components listed here: https://idyll-lang.org/docs/components.

Installation

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:

OSX

cd ~/Library/Application Support/Sublime Text 3/Packages
git clone --depth 1 https://github.com/fhightower/idyll-snippets.git

Linux (may vary based on distro.)

cd ~/.config/sublime-text-3/Packages
git clone --depth 1 https://github.com/fhightower/idyll-snippets.git

Windows

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.

Credits

The framework for this package was created from the Sublime Text Snippet Template available here: https://gitlab.com/fhightower-templates/sublime-snippet-package-template.

About

Sublime Text snippets for using the Idyll markup language.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published