summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix doc build with underscores in filename patterns.1.5Georg Brandl2012-03-101-1/+1
* Bump version to 1.5.Georg Brandl2012-03-103-5/+5
* Move Kotlin to JVM lexers, add changelog and authors entry.Georg Brandl2012-03-105-140/+123
* Merged in jstrachan/pygments-main (pull request #58)Georg Brandl2012-03-103-0/+186
|\
| * add support for Kotlin programming languageJames Strachan2012-03-053-0/+186
* | Fixes #746: OCaml allows (*) as an operator, not comment start.Georg Brandl2012-03-101-1/+1
* | Add changelog entry and author for Tea lexer.Georg Brandl2012-03-103-0/+3
* | Style fixes, remove unneeded import.Georg Brandl2012-03-103-12/+16
* | Merged in jaxzin/pygments-main (pull request #56)Georg Brandl2012-03-105-3/+129
|\ \
| * | Added support for Tea. http://teatrove.orgBrian R. Jackson2012-02-255-3/+129
* | | Merged in jpolley_atlassian/pygments-main (pull request #55)Georg Brandl2012-03-102-2/+4
|\ \ \
| * | | Extend the parsing of Generic.Prompt when lexing a shell session to support t...James Polley2012-02-202-2/+4
* | | | Update lexer mapping.Georg Brandl2012-03-101-2/+2
* | | | Merged in rafaelmartins/pygments-main (pull request #60)Georg Brandl2012-03-1021-235/+249
|\ \ \ \
| * \ \ \ Merge with http://code.timhatch.com/hg/pygments-timGeorg Brandl2012-03-1021-232/+246
| |\ \ \ \
| | * | | | Update chnages to note regexlint editsTim Hatch2012-03-091-0/+6
| | * | | | Fix some Elixir issues found with regexlintTim Hatch2012-03-091-3/+4
| | * | | | Merge pygments-main with pygments-timTim Hatch2012-03-098-4/+502
| | |\ \ \ \
| | * | | | | Simplify some trivial character classesTim Hatch2012-03-091-5/+5
| | * | | | | Simplify character classesTim Hatch2012-03-092-16/+18
| | * | | | | Support exactly one close paren in ObjectiveJ typesTim Hatch2012-03-091-1/+1
| | * | | | | Update TODO, Nemerle is done.Tim Hatch2012-03-091-2/+0
| | * | | | | Fix infinite loop bug in DarcsPatchLexerTim Hatch2012-03-091-2/+2
| | * | | | | Simplify character classes, ordering fixesTim Hatch2012-03-095-22/+21
| | * | | | | [\w_] is the same as \w in FantomLexer; minor space fixTim Hatch2012-03-091-5/+5
| | * | | | | [\w_] is the same as \wTim Hatch2012-03-093-9/+9
| | * | | | | Move verilog package/import up in match orderTim Hatch2012-03-091-5/+3
| | * | | | | Remove trailing whitespace from DTD lexerTim Hatch2012-03-091-7/+7
| | * | | | | Fix a couple of empty matchesTim Hatch2012-03-092-2/+2
| | * | | | | Minor lint fixesTim Hatch2012-03-093-13/+13
| | * | | | | Fix an ordering issue in CoqLexerTim Hatch2012-03-091-1/+1
| | * | | | | Fix broken unicode constants in XQueryLexerTim Hatch2012-03-091-8/+8
| | * | | | | Fix a '\b' into r'\b' to match word boundaryTim Hatch2012-03-091-1/+1
| | * | | | | Remove duplicates from character classesTim Hatch2012-03-094-5/+5
| | * | | | | Fix a bunch of minor issues noticed by regexlintTim Hatch2012-03-098-32/+37
| | * | | | | Fix a data loss bug in mupad lexerTim Hatch2012-03-092-2/+3
| | * | | | | Fix a data loss bug in antlr lexerTim Hatch2012-03-092-1/+2
| | * | | | | Merge pygments-main with pygments-timTim Hatch2012-02-2711-94/+97
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | * | | | Merge pygments-main with pygments-timTim Hatch2012-01-0311-96/+99
| | | |\ \ \ \
| | | | * | | | Bulk changes to improve many lexers inner workingsTim Hatch2011-03-1911-96/+101
| * | | | | | | Patch from Dietmar Winkler: Adds `semiLinear` and `homotopy` to the list of f...Georg Brandl2012-03-071-3/+3
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Added more vim and bash configuration file names.Rafael G. Martins2012-03-102-2/+3
| |_|_|_|/ / |/| | | | |
* | | | | | Fix Elixir lexerCarlos Galdino2012-03-061-1/+1
|/ / / / /
* | | | | Scilab: fix string expr and "$" builtin.Georg Brandl2012-02-292-2/+4
* | | | | Add changelog entry and fix test suite to cope with Elixir console lexer.Georg Brandl2012-02-293-8/+18
* | | | | Add Elixir example fileCarlos Galdino2012-02-291-0/+363
* | | | | Add Elixir and Elixir Console lexerCarlos Galdino2012-02-293-1/+124
|/ / / /
* | | | Scilab: move builtins to separate file and small fixes.Georg Brandl2012-02-185-42/+38
* | | | Add the support of the Scilab languagesylvestre2012-02-186-1/+134
* | | | Closes #739: replace generator-send with custom class to work under 2.4.Georg Brandl2012-02-181-7/+16
| |_|/ |/| |