summaryrefslogtreecommitdiff
path: root/pygments/lexers/css.py
Commit message (Expand)AuthorAgeFilesLines
* SCSS: fix wrong token type for single-quote strings (fixes #1322).Georg Brandl2017-01-291-10/+13
* Copyright update.Georg Brandl2017-01-221-1/+1
* - Add the vendor prefixes (fixes #1130)Miikka Salminen2016-03-061-156/+321
* Fix most complaints from regexlint.Georg Brandl2016-02-141-3/+3
* Closes #1181: make CSS highlighting classes more consistent.Georg Brandl2016-01-161-2/+2
* Temporarily comment ScssLexer's attr handling (#1157)Tim Hatch2015-10-131-2/+3
* Fixup SuperCollider, split out LessCss.Tim Hatch2015-10-131-4/+28
* Merged in vbernat/pygments/feature/less-lexer (pull request #475)Tim Hatch2015-10-131-2/+2
|\
| * Ability to handle LESS files.Vincent Bernat2015-06-061-2/+2
* | Bug fix for ScssLexer when highlighting lines that have multiple propety/valu...Sanders Kleinfeld2015-04-131-0/+1
|/
* Copyright year update.Georg Brandl2015-01-211-1/+1
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-061-1/+2
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-061-6/+6
* Scss: fix @media highlight and endless state stacking without #popGeorg Brandl2014-11-061-2/+3
* all lexers: fix unescaped { and } so that the "regex" module can compile our ...Georg Brandl2014-10-151-8/+8
* fix most remaining overlong lines.Georg Brandl2014-10-041-3/+3
* split up web lexersGeorg Brandl2014-09-191-0/+496