]> git.eshelyaron.com Git - emacs.git/commit
Fix highlighting of short selectors in CSS mode
authorSimen Heggestøyl <simenheg@gmail.com>
Sun, 16 Apr 2017 09:55:33 +0000 (11:55 +0200)
committerSimen Heggestøyl <simenheg@gmail.com>
Sun, 16 Apr 2017 09:55:33 +0000 (11:55 +0200)
commitbdd0c8600fcd33b6f8a535a66343591a29575042
treebfd64c80407b05e459ef7a3202cf71a77ac064d7
parent58430f29968a5661caff630d20dbbe7c864fe08d
Fix highlighting of short selectors in CSS mode

* lisp/textmodes/css-mode.el (css--font-lock-keywords): Highlight
selectors where the part before a colon is only one character long,
such as `a:hover'.
lisp/textmodes/css-mode.el