summaryrefslogtreecommitdiff
path: root/pygments/lexers/functional.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Fix Elixir lexerCarlos Galdino2012-03-061-1/+1
| * Add changelog entry and fix test suite to cope with Elixir console lexer.Georg Brandl2012-02-291-7/+15
| * Add Elixir and Elixir Console lexerCarlos Galdino2012-02-291-1/+121
* | Fix an ordering issue in CoqLexerTim Hatch2012-03-091-1/+1
* | Remove duplicates from character classesTim Hatch2012-03-091-1/+1
* | Fix a bunch of minor issues noticed by regexlintTim Hatch2012-03-091-1/+4
* | Merge pygments-main with pygments-timTim Hatch2012-02-271-2/+2
|\ \ | |/ |/|
| * Merge pygments-main with pygments-timTim Hatch2012-01-031-2/+2
| |\
| | * Bulk changes to improve many lexers inner workingsTim Hatch2011-03-191-2/+2
* | | Merge newLISP lexer from https://bitbucket.org/cormullion/pygments-mainGeorg Brandl2012-02-061-21/+538
|\ \ \
| * | | Copyright update.Georg Brandl2012-02-051-1/+1
| * | | Closes #734: support the Coq theorem prover.Georg Brandl2012-02-051-2/+142
| * | | Closes #720: use CommonLisp lexer for *.lsp files.Georg Brandl2012-02-051-1/+1
| * | | Add Erlang script file extensions.Georg Brandl2012-02-051-1/+1
| * | | Clean up Opa a bit and exclude from arbitrary-string test for now.Georg Brandl2012-02-041-40/+32
| * | | Add attribution and changelog entry for Opa.Georg Brandl2012-01-251-1/+3