summaryrefslogtreecommitdiff
path: root/pygments/lexers/functional.py
Commit message (Expand)AuthorAgeFilesLines
* Add Unicode prefix to lambda string literal in Racket lexer: u'?'Greg Hendershott2013-07-181-1/+1
* 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
* Remove Elixir __LOCAL__Carlos Galdino2012-05-251-2/+2
* Update Elixir syntaxCarlos Galdino2012-05-251-3/+3
* Add support for Elixir sigil with uppercase lettersCarlos Galdino2012-05-251-1/+17
* Add sigil support for ElixirCarlos Galdino2012-05-251-3/+26
* Resolve conflict in functional.pyCarlos Galdino2012-03-261-6/+4
|\
| * Update to Elixir 0.9.0.devCarlos Galdino2012-03-261-3/+2
* | Haskell lexer: template-haskell quoted namesDag Odenhall2012-03-181-2/+2
* | Fixes #746: OCaml allows (*) as an operator, not comment start.Georg Brandl2012-03-101-1/+1
* | Fix some Elixir issues found with regexlintTim Hatch2012-03-091-3/+4
* | Merge pygments-main with pygments-timTim Hatch2012-03-091-1/+129
|\ \ | |/