Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purcell/flymake-haml
Emacs flymake handler for haml and sass files
https://github.com/purcell/flymake-haml
Last synced: about 2 months ago
JSON representation
Emacs flymake handler for haml and sass files
- Host: GitHub
- URL: https://github.com/purcell/flymake-haml
- Owner: purcell
- Created: 2011-07-05T10:40:01.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T07:25:09.000Z (3 months ago)
- Last Synced: 2024-11-07T08:26:10.689Z (3 months ago)
- Language: Emacs Lisp
- Size: 8.79 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Melpa Status](http://melpa.org/packages/flymake-haml-badge.svg)](https://melpa.org/#/flymake-haml)
[![Melpa Stable Status](http://stable.melpa.org/packages/flymake-haml-badge.svg)](http://stable.melpa.org/#/flymake-haml)
[![Build Status](https://github.com/purcell/flymake-haml/actions/workflows/test.yml/badge.svg)](https://github.com/purcell/flymake-haml/actions/workflows/test.yml)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][melpa] and [Marmalade][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](https://github.com/purcell/flymake-easy).Usage
=====Add the following to your emacs init file:
(require 'flymake-haml)
(add-hook 'haml-mode-hook 'flymake-haml-load)[marmalade]: http://marmalade-repo.org
[melpa]: http://melpa.org
[💝 Support this project and my other Open Source work via Patreon](https://www.patreon.com/sanityinc)
[💼 LinkedIn profile](https://uk.linkedin.com/in/stevepurcell)
[✍ sanityinc.com](http://www.sanityinc.com/)