summaryrefslogtreecommitdiff
path: root/pygments/lexers/functional.py
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+3672
| /
* | 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
| * 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
| * Merged in crazymaster/pygments-main (pull request #295)Georg Brandl2014-03-241-3/+4
| |\
| | * Merged in iElectric/pygments-main (pull request #301)Georg Brandl2014-03-161-1/+1
| | |\
| | | * Haskell: restrict char literals to 1 character if no escapesGeorg Brandl2014-03-161-1/+1
| | * | Nix: add null constant and improve text highlightingDomen Kozar2014-03-151-2/+3
| | |/
| * | Add in the lexer classKenichi Ito2014-03-241-1/+1
| |/