summaryrefslogtreecommitdiff
path: root/pygments/lexers/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Properly decode text in guess_lexer if necessary.Georg Brandl2019-05-281-1/+8
* Fix ResourceWarning: unclosed fileMicka?l Schoentgen2019-01-071-1/+2
* -x functionality updates, Python 3 compatibility fixGeorg Brandl2017-01-221-4/+6
* Merged in tprynn/pygments-main/command-line-lexer-formatter (pull request #559)Georg Brandl2017-01-221-4/+4
|\
| * Housekeeping.Georg Brandl2017-01-221-1/+1
| * Merged in roskakori/pygments-find-lexer (pull request #669)Georg Brandl2017-01-221-1/+1
| |\
| | * Copyright update.Georg Brandl2017-01-221-1/+1
| * | Changed find_lexer_class_for_filename() to use the lexer name as secondary cr...Thomas Aglassinger2016-10-011-2/+2
| |/
* | Add load_from_file functions to __all__ in lexers and formattersTanner Prynn2016-02-291-1/+1
* | Use exec instead of imp.load_sourceTanner Prynn2016-02-261-9/+7
* | Update pull request per comments by birkenfeld.Tanner Prynn2016-02-241-10/+23
* | Add additional command line option to prevent users from using eval() on untr...Tanner Prynn2016-02-221-1/+8
* | add basic CLI support for custom lexers/formattersTanner Prynn2016-02-221-0/+14
|/
* Added `lexers.find_lexer_class_by_name()` (closes #1203)Georg Brandl2016-02-021-0/+22
* Closes #1069: look up plugin lexer aliases like regular: lowercasedGeorg Brandl2015-03-081-1/+1
* Copyright year update.Georg Brandl2015-01-211-1/+1
* Take lexer priority into account when sorting equal analyse scores.Georg Brandl2014-11-091-8/+10
* Default lexer encoding is now "guess", i.e. UTF-8 / Locale / Latin1 isGeorg Brandl2014-11-061-2/+2
* Fix refactoring error.Georg Brandl2014-10-011-2/+2
* Don't test lexer classes from arbitrary plugins.Georg Brandl2014-09-201-3/+4
* Add an API to get a lexer class for a filename without instantiating it.Georg Brandl2014-09-201-5/+18
* Refactored formatter mapping to work like the lexer mapping.Georg Brandl2014-09-201-34/+28
* merge with iElectric/pygments-mainGeorg Brandl2014-03-161-0/+3
|\
| * get_lexer_by_name: handle edge case when _alias is NoneDomen Kozar2014-03-151-0/+3
* | Fix docstring from analyze_text to analyse_textNicolas Cornu2014-02-061-1/+1
* | Finalize single-source port for Py2.[67] and Py3.3+.Georg Brandl2014-01-181-7/+7
* | new year in copyright noticeGeorg Brandl2014-01-101-1/+1
* | Closes #939: make alias lookup case-insensitiveGeorg Brandl2014-01-091-1/+1
* | Merged in ddbennett/pygments (pull request #205)Georg Brandl2014-01-091-1/+7
|\ \ | |/
| * Make pygments.lexers.guess_lexer_for_filename py3 compatible.goodwillcoding2013-08-171-1/+7
* | Use a regular expression cache to avoid redundant and expensive RE compiles whenddbennett2013-05-241-4/+18
|/
* merge with mgorny/pygments-vim-modelines-r1 (pull request #118)Georg Brandl2013-05-191-0/+11
|\
| * Try vim modelines in guess_lexer().Micha? G?rny2012-08-191-0/+11
* | Merged in alastairh/pygments (pull request #141: Improve and unify C family l...Georg Brandl2013-01-091-1/+1
|\ \
| * | Happy new year 2013.Georg Brandl2013-01-091-1/+1
| |/
* | Added support for inheritance to RegexLexer, so that subclasses canAlastair Houghton2012-12-191-1/+1
|/
* Copyright update.Georg Brandl2012-02-051-1/+1
* Closes #705: Prefer explicit filename patterns for multiple matches.Georg Brandl2012-02-051-9/+11
* Closes #707: iterate lexer classes in sorted order.Georg Brandl2012-02-051-1/+2
* Fix current copyright year.Georg Brandl2011-07-091-1/+1
* Remove compatibility "sets" imports.Georg Brandl2010-02-181-7/+2
* Happy new year!Georg Brandl2010-01-011-1/+1
* Port Pygments to Python 3.1.gbrandl2009-03-311-1/+6
* Update copyrighting style to standard "team" tags.gbrandl2009-01-041-2/+2
* Support guessing even with a filename (#355)thatch2008-12-311-4/+22
* [svn] Quite a few things:gbrandl2007-02-121-6/+24
* [svn] Copyright notice update.gbrandl2007-02-041-1/+1
* [svn] Some style nits and make check.gbrandl2006-12-201-4/+2
* [svn] Change Pygments license to BSD.gbrandl2006-12-101-1/+1