summaryrefslogtreecommitdiff
path: root/pygments/lexers/_asybuiltins.py
Commit message (Collapse)AuthorAgeFilesLines
* move module names from _XXXbuiltins to _XXX_builtins to be consistentGeorg Brandl2014-10-041-1645/+0
|
* Make all keyword lists in special modules into tuples.Georg Brandl2014-09-191-4/+4
| | | | | 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
|
* 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
|
* Fix various "make check" issues.Georg Brandl2010-01-011-8/+8
|
* Add Asymptote lexer, by Olivier Guibe.Georg Brandl2010-01-011-0/+1645