An Emacs flymake handler for syntax-checking HAML source code.
If you choose not to use one of the convenient packages in
Melpa and Marmalade, you'll need to add the
directory containing flymake-haml.el
to your load-path
, and then
(require 'flymake-haml)
. You'll also need to install
flymake-easy.
Add the following to your emacs init file:
(require 'flymake-haml)
(add-hook 'haml-mode-hook 'flymake-haml-load)
💝 Support this project and my other Open Source work via Patreon