summaryrefslogtreecommitdiff
path: root/pygments/lexers/pypylog.py
Commit message (Expand)AuthorAgeFilesLines
* Move pypylog to text module.Georg Brandl2012-02-051-87/+0
* Updates to the PyPy lexer for new instructions.Alex Gaynor2011-12-271-3/+4
* new keywords for the pypy lexerAlex Gaynor2011-10-271-3/+4
* add a new keyword to the pypy lexerAlex Gaynor2011-10-201-1/+1
* another operation.Alex Gaynor2011-09-211-1/+1
* Add in another operation to the pypylog lexer.Alex Gaynor2011-09-021-1/+1
* add some missing instructions to the pypy lexerAlex Gaynor2011-08-261-3/+5
* fixed a typo.Alex Gaynor2011-08-031-1/+1
* Added a few more instructions to the PyPy lexer that are only seen in no-opt ...Alex Gaynor2011-08-021-2/+2
* Added a few more operations which only show up in noopt loops.Alex Gaynor2011-08-011-2/+2
* Again more keywords for the pypy lexer.Armin Ronacher2011-07-291-2/+2
* Some missing words in the pypy lexer.Armin Ronacher2011-07-171-1/+1
* Fix current copyright year.Georg Brandl2011-07-091-1/+1
* Fix coding style and add a file header.Georg Brandl2011-07-091-13/+28
* Fix oversight in PyPy log lexer.Georg Brandl2011-06-181-1/+1
* Bad AlexArmin Ronacher2011-06-091-1/+1
* More improvements for the PyPy lexer.Armin Ronacher2011-06-081-5/+7
* More comparision operators and keywords for the pypy lexer.Armin Ronacher2011-06-071-2/+3
* More pypy changes. 'new' is accepted there too.Armin Ronacher2011-06-071-1/+1
* Even more keywords for pypy.Armin Ronacher2011-06-071-1/+1
* Small update to the pypy lexer for missing words.Armin Ronacher2011-06-071-1/+1
* Added docstring for pypy lexerArmin Ronacher2011-05-231-0/+5
* Added changelog entry and mimetype for pypy logArmin Ronacher2011-05-231-1/+2
* Added pypylog lexerAlex Gaynor2011-05-231-0/+59