summaryrefslogtreecommitdiff
path: root/pygments/lexers/text.py
Commit message (Expand)AuthorAgeFilesLines
* Add lexer for DockerfilesTim Hatch2014-04-241-1/+28
* Minor style fix to remove space around "=" for kwargsGaurav Jain2014-04-181-1/+1
* Add analyse_text method to CMake lexerGaurav Jain2014-04-161-0/+6
* Many minor style fixes (trailing whitespace, tabs, etc.)Georg Brandl2014-04-151-10/+10
* Add mimetype to lexer and versionadded rstJharrod LaFon2014-04-141-0/+3
* Merged headJharrod LaFon2014-04-141-31/+44
|\
| * Fixed VimL literal string lexer.Andrew Dunn2014-03-141-1/+1
| * Overhaul the Makefile lexer a bit more.Georg Brandl2014-03-041-9/+18
| * Fix Makefile highlighting with target expansionasylumfunk2014-03-021-2/+4
| * Next version will be 2.0.Georg Brandl2014-01-191-1/+1
| * use versionadded directivesGeorg Brandl2014-01-191-23/+25
* | Make regular expressions with newlines raw strings for Java compatJharrod LaFon2014-04-141-2/+2
* | Fix comment re: complete task entry points.Geoffrey Oxberry2014-01-141-1/+1
* | Add lexer for Todo.txt format to-do lists.Geoffrey Oxberry2014-01-131-1/+98
|/
* new year in copyright noticeGeorg Brandl2014-01-101-1/+1
* Closes #923: remove blanket nonzero analyse_text returns, and add an analyse_...Georg Brandl2014-01-101-1/+6
* Closes #942: add CMake generator expressions.Georg Brandl2014-01-091-0/+1
* Closes #928: now also code-block directives are handled specially.Georg Brandl2014-01-091-4/+5
* reST: fix for indented field list after blank line (fixes #905)EricFromCanada2014-01-091-1/+1
* Updated teh CMake lexer to properly handle empty comments.John Lamp2013-06-011-1/+1
* Closes #866: allow digits in CMake directives.Georg Brandl2013-05-191-1/+1
* merge with https://bitbucket.org/bd808/pygments-main/ (EBNF lexer), pull requ...Georg Brandl2013-05-191-7/+9
|\
| * merge with mgorny/pygments-vim-modelines-r1 (pull request #118)Georg Brandl2013-05-191-4/+4
| |\
| | * Add vim-specific aliases for lexers.Micha? G?rny2012-10-191-4/+4
| * | HTTP: Add support for PATCH, clean-up protocol detection.Damien Tournoud2013-04-231-3/+3
* | | Code review changes.Bryan Davis2013-05-061-18/+9
* | | Remove comment.Bryan Davis2013-04-251-14/+0
* | | Lexer for ISO/IEC 14977 EBNF grammars.Bryan Davis2013-04-251-1/+72
|/ /
* | Closes #837: add an alias for the RegeditLexer.Georg Brandl2013-01-201-1/+1
* | Fix stuff in new lexers found by regexlint.Georg Brandl2013-01-121-1/+1
* | Merged in blackjack/pygments-main (pull request #88: CBM BASIC V2 and ca65 as...Georg Brandl2013-01-091-5/+89
|\ \ | |/ |/|
| * Happy new year 2013.Georg Brandl2013-01-091-1/+1
| * Integrate hxml lexer, with changes (PR#40)Tim Hatch2012-12-231-1/+42
| * Added "--end of the loop--" for PyPyLog.Even Wiik Thomassen2012-12-171-1/+1
| * Fix as PyPyLogs can contain nested builtin names.Even Wiik Thomassen2012-12-161-1/+1
| * Add registry file lexer (#819)Tim Hatch2012-11-061-2/+45
|/
* Closes #798: fix assignment syntax regex in BaseMakefileLexerGeorg Brandl2012-08-191-1/+1
* Handle continuous header lines (HttpLexer)Hong Minhee2012-08-141-0/+6
* Closes #758: allow underscores in Apache directive names.Georg Brandl2012-05-081-1/+1
* Added a missing op to the pypy lexer.Alex Gaynor2012-03-251-1/+1
* Merged in rafaelmartins/pygments-main (pull request #60)Georg Brandl2012-03-101-20/+21
|\
| * Simplify character classesTim Hatch2012-03-091-9/+11
| * Fix infinite loop bug in DarcsPatchLexerTim Hatch2012-03-091-2/+2
| * Simplify character classes, ordering fixesTim Hatch2012-03-091-6/+5
| * [\w_] is the same as \wTim Hatch2012-03-091-1/+1
| * Fix a bunch of minor issues noticed by regexlintTim Hatch2012-03-091-2/+2
* | Added more vim and bash configuration file names.Rafael G. Martins2012-03-101-1/+1
|/
* Copyright update.Georg Brandl2012-02-051-1/+1
* Move pypylog to text module.Georg Brandl2012-02-051-2/+75
* Closes #646: fix recognizing some Vim strings as comments.Georg Brandl2012-02-051-2/+3