summaryrefslogtreecommitdiff
path: root/pygments/lexers/text.py
Commit message (Expand)AuthorAgeFilesLines
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Add SGF lexerStephane"2018-10-211-0/+1
* Copyright update.Georg Brandl2017-01-221-1/+1
* Copyright year update.Georg Brandl2015-01-211-1/+1
* Remove the misc subpackage.Georg Brandl2014-09-201-2/+1
* split up web lexersGeorg Brandl2014-09-191-1/+1
* split up text lexersGeorg Brandl2014-09-191-2044/+15
* Apply default state transition in various lexers to avoid extra token generationGaurav Jain2014-05-181-2/+2
* Overlap due to case insensitive modeGaurav Jain2014-05-151-2/+2
* Instead of negating character class, flip case of builtin classGaurav Jain2014-05-151-1/+1
* Merged in jaingaurav2/pygments-main (pull request #351)Tim Hatch2014-05-151-0/+9
|\
| * Fixed incorrect backtrack indexGaurav Jain2014-05-141-1/+1
| * Ensure whitespace between python keyword and python commandGaurav Jain2014-05-141-2/+2
| * Add support for embedded python in Vim scriptsGaurav Jain2014-05-141-0/+9
* | Replace all occurences of a-zA-Z0-9_ with \wGaurav Jain2014-05-141-4/+4
* | Replace all occurences of [a-zA-Z0-9_] with \wGaurav Jain2014-05-141-1/+1
|/
* 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