summaryrefslogtreecommitdiff
path: root/pygments/lexers/functional.py
Commit message (Expand)AuthorAgeFilesLines
* Next version will be 2.0.Georg Brandl2014-01-191-3/+3
* use versionadded directivesGeorg Brandl2014-01-191-18/+18
* Finalize single-source port for Py2.[67] and Py3.3+.Georg Brandl2014-01-181-2/+2
* new year in copyright noticeGeorg Brandl2014-01-101-1/+1
* lexer mapping updateGeorg Brandl2014-01-091-1/+1
* Merged in greghendershott/pygments-main/fix-racket-lambda (pull request #218)Georg Brandl2014-01-091-1/+1
|\
| * Add Unicode prefix to lambda string literal in Racket lexer: u'?'Greg Hendershott2013-07-181-1/+1
* | Merged in splattael/pygments-main/elixir-non-greed-single-quote (pull request...Georg Brandl2014-01-091-1/+1
|\ \
| * | Elixir's lexer should be greedy on single quoted strings.Peter Suschlik2013-07-111-1/+1
| |/
* | Nix: fix lexer as suggested by birkenfeld on pull requestDomen Kozar2014-01-091-17/+15
* | add Nix language lexerDomen Kozar2014-01-011-1/+124
|/
* merge with timjb/pygments-main (Agda lexers), pull request #203Georg Brandl2013-05-201-18/+133
|\
| * Cosmetic changes in Agda lexerTim Baumann2013-05-191-3/+4
| * Factored out LiterateLexer as a base class for both LiterateAgdaLexer andTim Baumann2013-05-191-92/+95
| * Test files for Agda and literate Agda modeTim Baumann2013-05-191-7/+12
| * Add support for Literate Agda (factoring out some helper functionsTim Baumann2013-05-191-44/+73
| * Added lexer for AgdaTim Baumann2013-05-191-2/+72
* | merge with https://bitbucket.org/daanl/pygments-main/, pull request #201Georg Brandl2013-05-191-27/+34
|\ \
| * \ merge with mgorny/pygments-vim-modelines-r1 (pull request #118)Georg Brandl2013-05-191-2/+2
| |\ \ | | |/ | |/|
| | * Add vim-specific aliases for lexers.Micha? G?rny2012-10-191-2/+2
* | | Koka: fixed superfluous \ddaan2013-05-131-1/+1
* | | Improved Koka lexing with named operatorsdaan2013-05-121-8/+9
* | | Updated Koka language lexer and test files to correspond to the latest specif...daan2013-05-101-40/+47
|/ /
* | Added symbol handling for symbols that begin with :# and ::. Fixes #811Russell Sim2013-04-231-0/+2
* | changelog entries, fix long linesGeorg Brandl2013-04-051-3/+4
* | Opa: added keywordsHenri Binsztok2013-02-181-2/+2
* | Closes #841: fix handling for unquoted attribute values in Opa.Georg Brandl2013-02-031-3/+4
* | Happy new year 2013.Georg Brandl2013-01-091-1/+1
* | Fix issues found by "make check".Georg Brandl2013-01-091-1/+1
* | Get ready for release: update "new in" version numbers and rename CUDALexerTim Hatch2012-11-121-1/+2
|/
* Style rework for Koka lexer.Tim Hatch2012-10-061-40/+52
* Merged in daanl/pygments-main (pull request #102)Tim Hatch2012-10-061-1/+190
|\
| * Added lexer for the Koka languageDaan Leijen2012-08-241-1/+190
* | Remove unnecessary flags from Racket and Jags lexers; fix repetition bug.Tim Hatch2012-08-271-1/+1
|/
* Stylistic fixes for Racket. Add changelog entry.Georg Brandl2012-08-231-439/+435
* Merged in greghendershott/pygments-main (pull request #94)Georg Brandl2012-08-231-2/+567
|\
| * Improve comments.Greg Hendershott2012-08-131-2/+2
| * Generate `keywords' and `builtins' lists from `namespace-mapped-symbols'.Greg Hendershott2012-08-131-81/+438
| * Also treat curly braces like parentheses.Greg Hendershott2012-08-131-3/+3
| * Handle all permutations of Racket numbers.Greg Hendershott2012-08-131-12/+55
| * Change some comments.Greg Hendershott2012-08-121-6/+3
| * Add RacketLexer.Greg Hendershott2012-08-121-2/+170
* | Closes #695: match namespace:function names in Erlang.Georg Brandl2012-08-191-2/+3
* | Closes #759: allow square brackets for SchemeGeorg Brandl2012-08-191-0/+1
* | Closes #426: Haskell single-line comment syntax update.Georg Brandl2012-08-191-1/+1
* | Closes #788: ELisp: allow \-newline continuation in strings.Georg Brandl2012-08-191-1/+1
* | Closes #793: add "value" as an Ocaml keyword.Georg Brandl2012-08-191-1/+1
|/
* Add Elixir regular expression ruleCarlos Galdino2012-05-251-0/+1
* Update Elixir sigil without interpolationCarlos Galdino2012-05-251-1/+1
* Refactor Elixir sigil rulesCarlos Galdino2012-05-251-45/+35