summaryrefslogtreecommitdiff
path: root/pygments/lexers/_clbuiltins.py
Commit message (Collapse)AuthorAgeFilesLines
* move module names from _XXXbuiltins to _XXX_builtins to be consistentGeorg Brandl2014-10-041-232/+0
|
* Make all keyword lists in special modules into tuples.Georg Brandl2014-09-191-14/+14
| | | | | Tuples of strings are stored as prebuild constants in the .pyc file instead of having to build a list element by element at runtime.
* new year in copyright noticeGeorg Brandl2014-01-101-1/+1
|
* Use lookup in sets, not lists, for common listp and openendgeGeorg Brandl2014-01-101-14/+14
|
* Happy new year 2013.Georg Brandl2013-01-091-1/+1
|
* Copyright update.Georg Brandl2012-02-051-1/+1
|
* Fix current copyright year.Georg Brandl2011-07-091-1/+1
|
* Happy new year!Georg Brandl2010-01-011-1/+1
|
* Update copyrighting style to standard "team" tags.gbrandl2009-01-041-2/+2
| | | | Update AUTHORS file accordingly.
* Make check.gbrandl2007-10-141-1/+1
|
* Add Common Lisp and Debian Control file lexer.gbrandl2007-10-141-0/+232