Skip to content

emacsmirror/flymake-sass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

flymake-sass.el

An Emacs flymake handler for syntax-checking SASS 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-sass.el to your load-path, and then (require 'flymake-sass). You'll also need to install flymake-easy.

Usage

Add the following to your emacs init file:

(require 'flymake-sass)
(add-hook 'sass-mode-hook 'flymake-sass-load)

Steve Purcell's blog // @sanityinc on Twitter

Packages

No packages published

Languages

  • Emacs Lisp 100.0%