summaryrefslogtreecommitdiff
path: root/pygments/lexers/resource.py
Commit message (Expand)AuthorAgeFilesLines
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Copyright update.Georg Brandl2017-01-221-1/+1
* ResourceLexer.analyse_text must return float or NoneKurt Neufeld2016-06-031-1/+2
* Copyright year update.Georg Brandl2015-01-211-1/+1
* Fix duplicate import.Georg Brandl2014-11-061-2/+2
* Add docstring to ResourceBundle lexer.Georg Brandl2014-10-171-0/+5
* More fixes thanks to regexlint.Georg Brandl2014-10-161-5/+5
* Curly brace escaping, round 1.Tim Hatch2014-10-151-4/+4
* all lexers: fix unescaped { and } so that the "regex" module can compile our ...Georg Brandl2014-10-151-6/+6
* rb is already an alias for the RubyLexer.Tim Hatch2014-10-141-1/+1
* Add ResourceBundle lexer.Tim Hatch2014-10-141-0/+79