summaryrefslogtreecommitdiff
path: root/pygments/lexers/_openedgebuiltins.py
Commit message (Collapse)AuthorAgeFilesLines
* move module names from _XXXbuiltins to _XXX_builtins to be consistentGeorg Brandl2014-10-041-2569/+0
|
* fix most remaining overlong lines.Georg Brandl2014-10-041-4/+2
|
* Swap two builtins over to one-word-per-lineTim Hatch2014-10-041-551/+2560
|
* Make all keyword lists in special modules into tuples.Georg Brandl2014-09-191-2/+2
| | | | | 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
|
* Fix issues found by "make check".Georg Brandl2013-01-091-0/+11
|
* Move OpenEdge keywords into their own module.Tim Hatch2012-10-071-0/+551