Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purcell/flymake-css
Emacs flymake syntax-checker for css using csslint
https://github.com/purcell/flymake-css
Last synced: 3 days ago
JSON representation
Emacs flymake syntax-checker for css using csslint
- Host: GitHub
- URL: https://github.com/purcell/flymake-css
- Owner: purcell
- Created: 2011-12-07T09:40:28.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T07:36:24.000Z (3 months ago)
- Last Synced: 2024-12-02T18:11:12.180Z (2 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 4.88 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
flymake-css.el
==============An Emacs flymake handler for syntax-checking CSS source code
using [`csslint`](https://github.com/stubbornella/csslint).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-css.el` to your `load-path`, and then
`(require 'flymake-css)`. 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-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.[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/)