Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all files, redirect to GitHub.HEADmaster | Matth?us G. Chajdas | 2019-11-10 | 1 | -692/+0 |
| | |||||
* | Fixup all headers and some more minor problems.2.4.2 | Georg Brandl | 2019-05-28 | 1 | -1/+1 |
| | |||||
* | SCSS: fix wrong token type for single-quote strings (fixes #1322). | Georg Brandl | 2017-01-29 | 1 | -10/+13 |
| | |||||
* | Copyright update. | Georg Brandl | 2017-01-22 | 1 | -1/+1 |
| | |||||
* | - Add the vendor prefixes (fixes #1130) | Miikka Salminen | 2016-03-06 | 1 | -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 Brandl | 2016-02-14 | 1 | -3/+3 |
| | |||||
* | Closes #1181: make CSS highlighting classes more consistent. | Georg Brandl | 2016-01-16 | 1 | -2/+2 |
| | |||||
* | Temporarily comment ScssLexer's attr handling (#1157) | Tim Hatch | 2015-10-13 | 1 | -2/+3 |
| | |||||
* | Fixup SuperCollider, split out LessCss. | Tim Hatch | 2015-10-13 | 1 | -4/+28 |
| | |||||
* | Merged in vbernat/pygments/feature/less-lexer (pull request #475) | Tim Hatch | 2015-10-13 | 1 | -2/+2 |
|\ | | | | | | | Ability to handle LESS files. | ||||
| * | Ability to handle LESS files. | Vincent Bernat | 2015-06-06 | 1 | -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 Kleinfeld | 2015-04-13 | 1 | -0/+1 |
|/ | | | | propety/value pairs, or inline comments | ||||
* | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Simplify charclasses in a few more modules | Georg Brandl | 2014-11-06 | 1 | -1/+2 |
| | |||||
* | Simplify charclasses in a few more modules | Georg Brandl | 2014-11-06 | 1 | -6/+6 |
| | |||||
* | Scss: fix @media highlight and endless state stacking without #pop | Georg Brandl | 2014-11-06 | 1 | -2/+3 |
| | |||||
* | all lexers: fix unescaped { and } so that the "regex" module can compile our ↵ | Georg Brandl | 2014-10-15 | 1 | -8/+8 |
| | | | | regexes | ||||
* | fix most remaining overlong lines. | Georg Brandl | 2014-10-04 | 1 | -3/+3 |
| | |||||
* | split up web lexers | Georg Brandl | 2014-09-19 | 1 | -0/+496 |