summaryrefslogtreecommitdiff
path: root/pygments/lexers/_mapping.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | start julia lexerMike Nolta2012-03-041-0/+2
| |/ / /
| * | | Add Elixir and Elixir Console lexerCarlos Galdino2012-02-291-0/+2
| |/ /
| * | Scilab: move builtins to separate file and small fixes.Georg Brandl2012-02-181-1/+1
| | |
| * | Add the support of the Scilab languagesylvestre2012-02-181-0/+1
| | |
| * | Merge with birkenfeld/pygments-mainIgor Kalnitsky2012-02-071-23/+37
| |\ \
| | * \ Merge newLISP lexer from https://bitbucket.org/cormullion/pygments-mainGeorg Brandl2012-02-061-23/+37
| | |\ \ | | | |/ | | |/|
| | | * Merge Bro lexer from https://bitbucket.org/mavam/pygments-mainGeorg Brandl2012-02-051-1/+2
| | | |\
| | | | * Add Bro lexer.Matthias Vallentin2011-07-011-0/+1
| | | | |
| | | * | Merge Fantom lexer from https://bitbucket.org/ivan_inozemtsev/pygments-mainGeorg Brandl2012-02-051-24/+35
| | | |\ \
| | | | * | Copyright update.Georg Brandl2012-02-051-1/+1
| | | | | |
| | | | * | Move pypylog to text module.Georg Brandl2012-02-051-1/+1
| | | | | |
| | | | * | Move JVM languages to their own module.Georg Brandl2012-02-051-7/+7
| | | | | |
| | | | * | Closes #715: Add Dart lexer.Georg Brandl2012-02-051-1/+2
| | | | | |
| | | | * | Closes #654: add PowerShell lexer.Georg Brandl2012-02-051-0/+1
| | | | | |
| | | | * | Closes #734: support the Coq theorem prover.Georg Brandl2012-02-051-3/+1
| | | | | |
| | | | * | Module reorganizing: move sql stuff together, create new "shell" module.Georg Brandl2012-02-051-8/+10
| | | | | |
| | | | * | 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
| | | | | |
| | | | * | Move HTTP lexer to text lexers.Georg Brandl2012-02-041-1/+1
| | | | | |
| | | | * | Merged in GordonMcGregor/pygments-systemverilog (pull request #35)Georg Brandl2012-02-041-1/+9
| | | | |\ \
| | | | | * \ merge with https://bitbucket.org/abevoelker/pygments-mainGeorg Brandl2012-02-041-0/+1
| | | | | |\ \
| | | | | | * | Add basic lexer for OpenEdge ABL (formerly known as Progress) languageAbe Voelker2011-09-251-0/+1
| | | |_|_|/ / | | |/| | | |
| | | | | * | Urbiscript: move to other.py, fix example file, add attribution and ↵Georg Brandl2012-02-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | changelog entry.
| | | | | * | Merged in prevostc/pygments-main (pull request #17)Georg Brandl2012-02-041-0/+1
| | | | | |\ \
| | | | | | * | adding an urbiscript Lexerprevost20092011-08-291-0/+1
| | | | | | | |
| | | | | * | | Merge and fix ECL lexer.Georg Brandl2012-02-041-2/+7
| | | | | |\ \ \
| | | | | | * \ \ mergeGeorg Brandl2012-02-041-0/+1
| | | | | | |\ \ \
| | | | | | | * \ \ Merged in leafo/pygments-main (pull request #43)Georg Brandl2012-02-041-1/+5
| | | | | | | |\ \ \
| | | | | | | * | | | Added MoonScript lexerLeaf Corcoran2011-12-161-0/+1
| | | |_|_|_|/ / / / | | |/| | | | | | |
| | | | | | * | | | SNOBOL: add to changelog, authors, move to other.py, add mimetypeGeorg Brandl2012-02-041-1/+1
| | | | | | |/ / /
| | | | | | * | | Merged in larvacea/pygments-main (pull request #30)Georg Brandl2012-02-041-0/+1
| | | | | | |\ \ \
| | | | | | | * | | SNOBOL4 lexerMartin Harriman2011-09-271-0/+1
| | | |_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a simple lexer for the SNOBOL4 language. The test suite (including the new example.snobol examplefile) passes.
| | | | | | * | | Merged in normanrichards/pygments-main (pull request #31)Georg Brandl2012-01-251-1/+2
| | | | | | |\ \ \
| | | | | | | * | | Add JSONLexerNorman Richards2011-09-291-1/+2
| | | |_|_|_|/ / / | | |/| | | | | |
| | | | | | * | | Merged in dahlia/pygments-main (pull request #42)Georg Brandl2012-01-251-0/+1
| | | | | | |\ \ \
| | | | | | | * | | add http lexer and examples for itHong Minhee2011-12-131-0/+1
| | | |_|_|_|/ / / | | |/| | | | | |
| | | | | | * | | Adding new lexer for Opa (http://opalang.org).Adam Koprowski2011-10-271-0/+1
| | | |_|_|/ / / | | |/| | | | |
| | | | | * | | Adding preliminary ECL lexerrengolin2011-09-231-0/+1
| | | |_|/ / / | | |/| | | |
| | | | * | | Added new SystemVerilog lexer to hdl.py. Fixed integer typo in Verilog ↵Gordon McGregor2011-10-041-1/+2
| | | |/ / / | | |/| | | | | | | | | | | | | | | lexer. Added *.sv|*.svh filetypes for systemverilog lexer and downgraded verilog lexer to just *.v files
| | | * | | Fixed few bugs in fantom lexerIvan Inozemtsev2012-02-051-0/+1
| | |/ / /
| * | | | Added VHDL Lexer.Igor Kalnitsky2012-01-221-0/+1
| |/ / /
| * | | Merged in zzamboni/pygments-main (pull request #13)Georg Brandl2011-09-221-1/+3
| |\ \ \
| | * | | Changelog entry and coding style fixes.Georg Brandl2011-09-221-1/+1
| | | | |
| | * | | Merged in robsimmons/pygments-main (pull request #14)Georg Brandl2011-09-221-0/+1
| | |\ \ \
| | | * | | Add Standard ML lexerRobert J. Simmons2011-08-251-0/+1
| | | |/ /
| | * | | Merged in jordigh/pygments-main (pull request #22)Georg Brandl2011-09-221-12/+26
| | |\ \ \ | | | |/ /
| | * | | Add an Octave lexer, change Matlab's lexer description to not suggest it as ↵Jordi Guti?rrez Hermoso2011-01-311-1/+2
| | | | | | | | | | | | | | | | | | | | an Octave lexer
| * | | | Added lexer for CFEngine3 files (http://cfengine.org/)Diego Zamboni2011-08-081-0/+1
| | |/ / | |/| |
| * | | Add Gosu changelog entry and versionadded notices.Georg Brandl2011-08-031-1/+1
| | | |
| * | | mergepreevs2011-08-021-12/+24
| |\ \ \