https://github.com/sublimelinter/sublimelinter-haml
SublimeLinter 3 plugin for Haml, using haml -c.
https://github.com/sublimelinter/sublimelinter-haml
Last synced: 10 months ago
JSON representation
SublimeLinter 3 plugin for Haml, using haml -c.
- Host: GitHub
- URL: https://github.com/sublimelinter/sublimelinter-haml
- Owner: SublimeLinter
- License: mit
- Created: 2013-12-29T18:34:09.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T10:14:22.000Z (10 months ago)
- Last Synced: 2025-04-24T11:26:29.173Z (10 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 14
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SublimeLinter-haml
=========================
[](https://travis-ci.org/SublimeLinter/SublimeLinter-haml)
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to [haml](http://haml.info).
It will be used with files that have the "Ruby Haml" syntax.
## Installation
SublimeLinter must be installed in order to use this plugin.
Please use [Package Control](https://packagecontrol.io) 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:
1. Install [Ruby](http://www.ruby-lang.org).
1. Install `haml` by typing the following in a terminal:
```
[sudo] gem install haml
```
1. If you are using `rbenv` or `rvm`, ensure that they are loaded in your shell’s correct startup file. See [here](http://sublimelinter.com/en/latest/troubleshooting.html#shell-startup-files) for more information.
Please make sure that the path to `haml` is available to SublimeLinter.
The docs cover [troubleshooting PATH configuration](http://sublimelinter.com/en/latest/troubleshooting.html#finding-a-linter-executable).
## Settings
- SublimeLinter settings: http://sublimelinter.com/en/latest/settings.html
- Linter settings: http://sublimelinter.com/en/latest/linter_settings.html