Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.36 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.36 KB

Melpa Status Melpa Stable Status Build Status Support me

flymake-haml.el

An Emacs flymake handler for syntax-checking HAML source code.

Installation

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.

Usage

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

💼 LinkedIn profile

✍ sanityinc.com