This linter plugin for SublimeLinter provides an interface to haml. It will be used with files that have the "Ruby Haml" syntax.
SublimeLinter must be installed in order to use this plugin.
Please use Package Control to install the linter plugin.
Before using this plugin, ensure that haml (4.0.0 or later) is installed on your system.
To install haml, do the following:
-
Install Ruby.
-
Install
hamlby typing the following in a terminal:[sudo] gem install haml -
If you are using
rbenvorrvm, ensure that they are loaded in your shell’s correct startup file. See here for more information.
Please make sure that the path to haml is available to SublimeLinter.
The docs cover troubleshooting PATH configuration.
- SublimeLinter settings: http://sublimelinter.com/en/latest/settings.html
- Linter settings: http://sublimelinter.com/en/latest/linter_settings.html