summaryrefslogtreecommitdiff
path: root/pygments/lexers/css.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove all files, redirect to GitHub.HEADmasterMatth?us G. Chajdas2019-11-101-692/+0
|
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
|
* 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
| | | | | | | | | | | | - Add the functional notation keywords list - Update the color keyword list - Update the keyword value list - Update the CSS property list (fixes #1130, #1083) - Update the supported units - Change the token type for hexadecimal color values to Number.Hex - Refactor the module for easier future maintenance - Parse floating point and integer numbers separately - Some small fixes in tokenization
* 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.
| * Ability to handle LESS files.Vincent Bernat2015-06-061-2/+2
| | | | | | | | | | The CSS parser just works fine with those files. Just add the appropriate extension and an alias.
* | Bug fix for ScssLexer when highlighting lines that have multiple ↵Sanders Kleinfeld2015-04-131-0/+1
|/ | | | propety/value pairs, or inline comments
* 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
| | | | regexes
* fix most remaining overlong lines.Georg Brandl2014-10-041-3/+3
|
* split up web lexersGeorg Brandl2014-09-191-0/+496