summaryrefslogtreecommitdiff
path: root/pygments/lexers/_lua_builtins.py
Commit message (Expand)AuthorAgeFilesLines
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Fixes #1320: restore Py2.6 compatibilityGeorg Brandl2017-01-271-1/+1
* Copyright update.Georg Brandl2017-01-221-1/+1
* Also include Lua 5.2 builtinsTim Hatch2016-05-311-7/+39
* Improve LuaLexerDavid Corbett2016-03-211-24/+36
* Copyright year update.Georg Brandl2015-01-211-1/+1
* Bring coverage testing up to scratch. Add "pragma: no cover" to __main__ blocks.Georg Brandl2014-11-101-1/+2
* Closes #980: fix DeprecationWarnings (mostly due to files closed by __del__) ...Georg Brandl2014-10-071-10/+6
* move module names from _XXXbuiltins to _XXX_builtins to be consistentGeorg Brandl2014-10-041-0/+254