Syntax highlighting for Galen Framework version 2+.
- Search for Galen v2+ in
Package Control: Install Package
. - Install the package.
- Download the zip archive.
- Go to
<SUBLIME_CONFIG_FOLDER>/Packages/
. - Create a folder called
Galen
and extract the content of thezip
file into it. - You may need to restart Sublime Text
Highlighting is available for .gspec
files, assuming no other syntax highlighting plugin is installed for that file extension. In the lower right corner of Sublime Text, there should be "Galen v2" option.
You can set Galen v2
syntax hightlighting for all .gspec
files by going to View > Syntax > Open all with current extension as... > Galen v2
when you have a .gspec
file already open.
- Fork the repository.
- Create your feature branch:
git checkout -b my-new-feature
. - Commit your changes:
git commit -am 'Add some feature'
. - Push to the branch:
git push origin my-new-feature
. - Submit a pull request.
Code copyright 2016. Code released under the MIT License.