Code Monkey home page Code Monkey logo

flymake-csslint's Introduction

flymake-csslint

flymake-csslint.el is an Emacs integration of CSSLint. The implementation is very much based on flymake-jshint.el by Wilfred Hughes.

Installation and usage

The easiest way to install flymake-csslint is probably to install it via the ELPA archive at Marmalade.

ELPA (package.el) is part of Emacs 24. For Emacs 23 see Marmalade for installation instructions.

If you don't install via ELPA make sure that flymake-csslint.el is in your load-path and require the library

(add-to-list 'load-path "~/.emacs.d/path/to/flymake-csslint")
(require 'flymake-csslint)

Requirements

To use CSSLint with emacs, you will need to have a command line version of CSSLint installed, see installation instructions at https://github.com/stubbornella/csslint/wiki/Command-line-interface.

If the csslint executable is not available on your PATH your need to configure the flymake-csslint-program variable and let it point to the executable.

M-x customize-variable <RET> flymake-csslint-program <RET>

Debugging

If CSSLint isn't working for any reason, execute

M-x set-variable <RET> flymake-log-level <RET> 3 <RET>

and you will see what is going wrong listed in the Messages buffer.

Development of flymake-csslint

flymake-csslint.el is developed at GitHub. Feature requests, ideas, bug reports, and pull request are more that welcome!

flymake-csslint's People

Contributors

arnested avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

emacsmirror

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.