summaryrefslogtreecommitdiff
path: root/pygments/lexers/functional.py
Commit message (Expand)AuthorAgeFilesLines
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Copyright update.Georg Brandl2017-01-221-1/+1
* Merge with -main, fixing conflicts.Tim Hatch2015-10-141-1/+1
|\
| * Merge heads (main and ShenLexer)Bruno Deferrari2014-10-161-3820/+10
| |\
| * | Add lexer for the Shen programming language.Bruno Deferrari2014-07-281-1/+161
* | | Copyright year update.Georg Brandl2015-01-211-1/+1
| |/ |/|
* | Remove the misc subpackage.Georg Brandl2014-09-201-2/+2
* | split up functional lexersGeorg Brandl2014-09-191-3669/+10
* | Merged in timjb/pygments-main (pull request #398)Georg Brandl2014-09-161-57/+65
|\ \
| * \ merge with megajoule/pygments-main.Georg Brandl2014-09-161-1/+1
| |\ \
| | * | `exaxt` => `exact` in Idris lexerEvan Jenkins2014-07-121-1/+1
| | |/
| * | [Elixir] Fix some inconsistencies in operator parsing.Alexei Sholik2014-09-111-6/+6
| * | [Elixir] Add the last batch of new operators introduced just before the 1.0.0...Alexei Sholik2014-09-101-2/+6
| * | [Elixir] Parse maps and tuples to make non-trivial and nested string interpol...Alexei Sholik2014-08-151-3/+21
| * | [Elixir] Resolve issues with ':' and '::' punctionationAlexei Sholik2014-08-151-4/+8
| * | [Elixir] Update character escape rulesAlex2014-08-151-9/+10
| * | [Elixir] Remove "xor" from keywords and update regex patterns for numbersAlexei Sholik2014-08-151-4/+4
| * | [Elixir] No longer balance sigil terminatorsAlexei Sholik2014-08-151-32/+12
| * | Fix regular expressions for identifiers in ElixirLexerAlexei Sholik2014-06-271-2/+3
| |/
* | Idris lexer: add new directivesTim Baumann2014-08-311-3/+3
* | Idris lexer: add support for doc commentsTim Baumann2014-08-311-0/+1
* | Idris lexer: parse commented out type declarations as commentsTim Baumann2014-08-311-5/+5
|/
* Merged in megajoule/pygments-main (pull request #372)Tim Hatch2014-06-071-1/+11
|\
| * Adds commented form #;(sexpr) to comment out whole sexprs and supportJoe Jevnik2014-06-041-1/+11
* | A few fix-ups for the updated ElixirLexer filesAlexei Sholik2014-06-071-1/+1
* | Update ElixirConsoleLexer and add example fileAlexei Sholik2014-06-051-4/+8
* | Update ElixirLexer and example_elixir.exAlexei Sholik2014-06-051-66/+229
|/
* Adds block comments for scheme as defined in R6RS.Joe Jevnik2014-06-031-0/+8
* Merged in dscorbett/pygments-numbers (pull request #364)Tim Hatch2014-05-201-13/+19
|\
| * Add token type Number.BinDavid Corbett2014-05-191-13/+19
* | Add 'emacs-lisp' alias to make org-mode happy.Tim Hatch2014-05-191-1/+1
|/
* Apply default state transition in various lexers to avoid extra token generationGaurav Jain2014-05-181-15/+15
* Improve RacketLexerDavid Corbett2014-05-161-431/+762
* Merged in funfunctor/pygments-main (pull request #344)Tim Hatch2014-05-161-5/+166
|\
| * fixups as per commentsEdward O'Callaghan2014-05-061-2/+2
| * Cryptol lexer fix typoEdward O'Callaghan2014-05-051-1/+1
| * new/cryptol: Initial supportEdward O'Callaghan2014-05-051-5/+166
* | Merged in jaingaurav2/pygments-main (pull request #357)Tim Hatch2014-05-161-4/+4
|\ \
| * | Overlap due to case insensitive modeGaurav Jain2014-05-151-2/+2
| * | Overlap in character classGaurav Jain2014-05-151-1/+1
| * | Superfluous character class when only one charGaurav Jain2014-05-151-1/+1
* | | Merged birkenfeld/pygments-main into defaultGaurav Jain2014-05-161-11/+14
|\ \ \ | |/ / |/| |
| * | Use unistring list to enable support for unicode leading character in HaskellGaurav Jain2014-05-161-11/+12
| * | Restore default MULTILINE flag to Haskell lexerGaurav Jain2014-05-131-1/+1
| * | Improve support for Unicode in Haskell identifiersGaurav Jain2014-05-131-7/+9
| |/
* | Replace addtional hidden occurences of a-zA-Z0-9_ with \wGaurav Jain2014-05-141-7/+7
* | Replace all occurences of a-zA-Z0-9_ with \wGaurav Jain2014-05-141-21/+21
* | Replace all occurences of [a-zA-Z0-9_] with \wGaurav Jain2014-05-141-4/+4
|/
* Restore order of comment regex. Instead copy better expression from root state.Gaurav Jain2014-04-201-2/+2
* Move order of comment match after operator matchGaurav Jain2014-04-191-2/+2