summaryrefslogtreecommitdiff
path: root/pygments/lexers/resource.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | These locations were all found by regexlint and done semi-manually, leaving braces within [] alone (they aren't special in the 'regex' module).
* all lexers: fix unescaped { and } so that the "regex" module can compile our ↵Georg Brandl2014-10-151-6/+6
| | | | regexes
* rb is already an alias for the RubyLexer.Tim Hatch2014-10-141-1/+1
|
* Add ResourceBundle lexer.Tim Hatch2014-10-141-0/+79
Fixes #1038