summaryrefslogtreecommitdiff
path: root/pygments/lexers/_mapping.py
Commit message (Expand)AuthorAgeFilesLines
* Added lexer for Zig programming language and test file.Stephen2019-05-231-0/+1
* Rename the F# parser to F# (same as C#.)Matth?us G. Chajdas2019-05-091-1/+1
* All lexers should have an alias.Georg Brandl2019-05-081-1/+1
* Update mappings, CHANGS and languages.Matth?us G. Chajdas2019-04-301-1/+1
* Merged in sgarnotel/pygments-main (pull request #785)Matth?us G. Chajdas2019-04-301-0/+1
|\
| * Add FreeFem++ lexersgarnotel2018-11-271-0/+1
* | Merged in kurtmckee/pygments-main/support-tera-term (pull request #749)Anteru2019-04-301-0/+1
|\ \
| * | Support the Tera Term macro languageKurt McKee2018-01-281-0/+1
* | | Merged in andrescarrasco/pygments-main/boa (pull request #756)Anteru2019-04-301-4/+22
|\ \ \
| * \ \ Merged in Praetonus/pygments-main/pony (pull request #627)Anteru2019-04-301-8/+26
| |\ \ \
| | * \ \ Merged in gerph/pygments-main (pull request #806)Anteru2019-04-301-0/+7
| | |\ \ \
| | | * | | Various fixes and cleanups to the last batch of new languages.Matth?us G. Chajdas2019-04-281-4/+4
| | | * | | Merged in Freso/pygments-main (pull request #807)Anteru2019-04-281-0/+3
| | | |\ \ \
| | | | * \ \ Merged in bwtiffin/pygments-unicon (pull request #731)Matth?us G. Chajdas2019-04-011-0/+3
| | | | |\ \ \
| | | | | * | | _mapping.py edited online with Bitbucket to fix Typoscript mapping merge conf...Brian Tiffin2019-03-201-1/+1
| | | | | * | | _mapping.py edited online with BitbucketBrian Tiffin2017-08-311-0/+3
| | | | | |/ /
| | | * | | | Add lexers for DASM16, Augeas, TOML, and SlashFrederik ?Freso? S. Olesen2019-03-311-0/+4
| | | |/ / /
| | * | | | Create a Lexer class for BBC Basic files.Charles Ferguson2019-03-141-0/+1
| | |/ / /
| | * | | Merged in roskakori/pygments-vbscript (pull request #673)Anteru2019-03-061-8/+17
| | |\ \ \
| | | * | | Fix #1498.Matth?us G. Chajdas2019-03-061-1/+1
| | | * | | Don't use Charm++ CI for C++ reserved MIME types.Matth?us G. Chajdas2019-02-121-1/+1
| | | * | | Merged in mdiener/pygments-main (pull request #788)Anteru2019-02-121-0/+3
| | | |\ \ \
| | | | * | | Small improvements to the SGF lexer.Matth?us G. Chajdas2019-01-041-0/+1
| | | | * | | Small cleanups to the Slurm lexer.Matth?us G. Chajdas2018-12-211-1/+1
| | | | * | | Merged in bgcook/pygments-main (pull request #760)Anteru2018-12-211-3/+8
| | | | |\ \ \
| | | | | * | | Add Hspec lexerSimon Hengel2018-12-191-0/+1
| | | | * | | | added Slurm script parserBrandon Cook2018-05-111-0/+1
| | | | | |/ / | | | | |/| |
| | | * | | | add lexer for Charm++ ci filesMatthias Diener2018-12-171-0/+1
| | | | |/ / | | | |/| |
| | | * | | Add FloScript sample file, update mappings & changes.Matth?us G. Chajdas2018-12-171-2/+2
| | | * | | Merged in 0486/pygments-main (pull request #750)Anteru2018-12-171-2/+5
| | | |\ \ \
| | | | * | | Update SARL added date, regenerate mapping.Matth?us G. Chajdas2018-12-161-1/+2
| | | | | |/ | | | | |/|
| | | | * | Minimal fixup changes for the release, add release date.2.3.0Georg Brandl2018-11-251-1/+1
| | | | * | Merged in technomancy/pygments-main/fennel (pull request #783)Anteru2018-11-241-0/+1
| | | | |\ \
| | | | | * | Add support for the Fennel programming languagePhil Hagelberg2018-11-161-0/+1
| | | | | |/
| | | | * | Merged in Reedbeta/pygments-main/hlsl-lexer (pull request #675)Anteru2018-11-241-6/+7
| | | | |\ \
| | | | | * \ Merge with stable.Matth?us G. Chajdas2018-11-241-1/+1
| | | | | |\ \ | | | | | | |/ | | | | | |/|
| | | | | | * Add rs alias for Rust.Georg Brandl2017-01-271-2/+2
| | | | * | | Add HLSL lexerNathan Reed2016-10-051-0/+1
| | | * | | | Added FloScript lexer04862018-02-031-0/+1
| | | | |/ / | | | |/| |
| | * | | | Added lexer for VBScript.Thomas Aglassinger2016-10-021-0/+1
| | | |/ / | | |/| |
| * | | | Add lexer for the Pony languageBenoit Vey2016-07-251-0/+1
| |/ / /
* | | | Add a lexer for the Boa Domain-Specific Langauge.Andr?s Carrasco2018-04-171-0/+1
| |/ / |/| |
* | | Xorg: fixup style, add test file, regenerate mapping.Georg Brandl2017-01-291-2/+2
* | | _mapping.py edited online with Bitbucketcronolio2017-01-271-0/+1
| |/ |/|
* | mapfile updateGeorg Brandl2017-01-221-1/+1
* | Merged in belak/pygments-main/lexers-shell-zsh-files (pull request #654)Georg Brandl2017-01-221-1/+1
|\ \
| * | Highlight zsh files using the BashLexerKaleb Elwert2016-08-181-1/+1
| |/
* | Merged in belak/pygments-main/lexer-delphi-dpr-ext (pull request #655)Georg Brandl2017-01-221-1/+1
|\ \
| * | Update mapfiles.Georg Brandl2017-01-171-1/+1
| |/
* | Match .dpr files as DelphiKaleb Elwert2016-08-181-1/+1
|/