summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch swift-langswift-langGeorg Brandl2014-11-040-0/+0
* Swift: PR FixesStephen Celis2014-10-291-5/+6
* Swift: Address PR feedbackStephen Celis2014-10-291-5/+7
* Swift Lexer: Whitespace not optionalStephen Celis2014-10-241-3/+3
* Swift Lexer: change " *" to "\s*" for flexibilityStephen Celis2014-10-241-9/+9
* Implement proper Swift lexerStephen Celis2014-10-231-34/+195
* Update BroLexer hex constant.Tim Hatch2014-10-211-1/+1
* Add regexopt test for suffix ordering.Tim Hatch2014-10-211-0/+8
* add a analyse_text to the http lexerGeorg Brandl2014-10-211-0/+4
* postgres builtins: dont always import stuff needed for the selfupdate machineryGeorg Brandl2014-10-191-109/+109
* Javascript: allow shebangsGeorg Brandl2014-10-171-0/+1
* Add docstring to ResourceBundle lexer.Georg Brandl2014-10-171-0/+5
* Closes #1043: fix PHP closing tag recognitionGeorg Brandl2014-10-171-1/+2
* Fix sphinx extension for doc gen.Georg Brandl2014-10-161-3/+5
* Added tag 2.0rc1 for changeset da509a68ea62Georg Brandl2014-10-160-0/+0
* Bump to 2.0rc1.2.0rc1Georg Brandl2014-10-163-5/+5
* Closes #1042: dont recognize *.md as MiniD anymore (which is now Croc).Georg Brandl2014-10-163-2/+2
* More fixes thanks to regexlint.Georg Brandl2014-10-1615-51/+39
* Fix "matches empty string" complaints from regexlint.Georg Brandl2014-10-1619-81/+107
* Fix typo.Georg Brandl2014-10-161-1/+1
* Curly brace escaping, round 2.Tim Hatch2014-10-159-27/+28
* Curly brace escaping, round 1.Tim Hatch2014-10-1521-46/+46
* KconfigLexer: Be explicit about single repetition.Tim Hatch2014-10-151-1/+5
* HttpLexer: Use \Z explicitly for end of file.Tim Hatch2014-10-151-4/+4
* maxunicode is 0xffff for narrow buildsGeorg Brandl2014-10-151-2/+4
* Skip known-failing tests on JythonTim Hatch2014-10-151-1/+9
* Merge with -mainTim Hatch2014-10-154-27/+24
|\
| * Use unistring.combine in dotnet lexers.Tim Hatch2014-10-151-15/+15
| * Use unistring.combine for slight speedup.Tim Hatch2014-10-152-8/+8
| * Minor cleanup in TestcaseFormatterTim Hatch2014-10-151-3/+1
* | all lexers: fix unescaped { and } so that the "regex" module can compile our ...Georg Brandl2014-10-1534-182/+183
* | unistring: only add non-BMP characters to categories on wide/flexible buildsGeorg Brandl2014-10-151-43/+87
|/
* Twig: some corrections, test suite passesGeorg Brandl2014-10-151-1/+2
* Twig: address comments by Christophe CoevoetGeorg Brandl2014-10-151-11/+23
* unistring: fix generated Cs category on Py2.Georg Brandl2014-10-152-10/+7
* Rename test file to use the correct lexer.Georg Brandl2014-10-151-0/+0
* changelog updateGeorg Brandl2014-10-151-0/+4
* Merged in dscorbett/pygments-tads3-2 (pull request #407)Georg Brandl2014-10-1521-185/+557
|\
| * merge headsGeorg Brandl2014-10-154-1/+90
| |\
| | * rb is already an alias for the RubyLexer.Tim Hatch2014-10-142-2/+2
| | * Make mapfiles.Tim Hatch2014-10-141-1/+1
| | * Add ResourceBundle lexer.Tim Hatch2014-10-143-0/+89
| * | unistring: regenerate using UCD 6.3.0 (Py3.4)Georg Brandl2014-10-151-10/+10
| * | unistring: regenerate using also non-BMP charactersGeorg Brandl2014-10-151-28/+29
| * | Automatically generate xid_start and xid_continue in unistring; regenerate wi...Georg Brandl2014-10-151-23/+39
| |/
| * Test fixes for Python3Tim Hatch2014-10-141-2/+2
| * Skip some unistring tests on Jython.Tim Hatch2014-10-141-0/+8
| * Allow unistring to use character ranges.Tim Hatch2014-10-142-28/+87
| * Improve Modelica lexer (Pull Request #390)Tim Hatch2014-10-141-69/+48
| * terminal formatters: PEP8 cleanupGeorg Brandl2014-10-142-27/+27