Skip to content

Flymake support for css using csslint

Notifications You must be signed in to change notification settings

emacsmirror/flymake-css

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

flymake-css.el

An Emacs flymake handler for syntax-checking CSS source code using csslint.

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-css.el to your load-path, and then (require 'flymake-css). You'll also need to install flymake-easy.

Usage

Add the following to your emacs init file:

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

Beware that csslint is quite slow, so there can be a significant lag between editing and the highlighting of resulting errors.


Steve Purcell's blog // @sanityinc on Twitter

Packages

No packages published

Languages

  • Emacs Lisp 100.0%