1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: css-mode
Section: editors
Priority: extra
Maintainer: Chris Lawrence <lawrencc@debian.org>
Build-Depends-Indep: debhelper (>> 3.0.0)
Standards-Version: 3.5.2
Package: css-mode
Architecture: all
Depends: emacs21 | emacsen
Recommends: html-helper-mode
Description: A Cascading Style Sheets (CSS) editing mode for Emacs
This is a simple Emacs mode for editing CSS style sheets. It adds
font-locking and some basic auto-indentation support to Emacs. It
works with Emacs 19.34, but should also work with both older and
newer versions as well as XEmacs.
.
While CSS has a C-like syntax, this mode does a better job than
cc-mode of handling the features of the CSS language. It supports
both CSS Level 1 and Level 2.
.
Home Page: http://www.garshol.priv.no/download/software/css-mode/
|