flymake-haml.el

November 7, 2024 ยท View on GitHub

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