summaryrefslogtreecommitdiff
path: root/pygments/lexers/_mapping.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove all files, redirect to GitHub.HEADmasterMatth?us G. Chajdas2019-11-101-524/+0
|
* Add lexer for ShExCLucas Werkmeister2019-07-201-0/+1
| | | | | | | | | | | | | | | | | ShExC [1] is one syntax for the ShEx (shape expressions) language [2] to describe the structure of RDF graphs (the other two syntaxes are based on JSON-LD and RDF and don?t need special lexers). It is syntactically similar to SPARQL, which is why a lot of the productions of ShExCLexer are copied from SparqlLexer, but at the same time has enough differences that I feel it?s better to simply copy the productions rather than trying to share them between the two lexers (compare e.?g. PN_LOCAL_ESCAPE_CHARS or IRIREF). The example file purports to be a brief schema for Pygments lexers, which I put together from scratch to avoid licensing issues with existing example schemas; it should not be taken too seriously. [1]: https://shex.io/shex-semantics/#shexc [2]: https://shexspec.github.io/primer/
* 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
| | | | | fsharp continues to be a valid alias, so existing code which asks for the FSharp lexer will continue to work.
* 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 Tera Term macro language
| * | Support the Tera Term macro languageKurt McKee2018-01-281-0/+1
| | | | | | | | | | | | | | | | | | The patch modifies the Turtle parser in rdf.py, which uses the same file extension. A unit test file is included.
* | | Merged in andrescarrasco/pygments-main/boa (pull request #756)Anteru2019-04-301-4/+22
|\ \ \ | | | | | | | | | | | | Add a lexer for the Boa Domain-Specific Langauge.
| * \ \ Merged in Praetonus/pygments-main/pony (pull request #627)Anteru2019-04-301-8/+26
| |\ \ \ | | | | | | | | | | | | | | | Add lexer for the Pony language
| | * \ \ Merged in gerph/pygments-main (pull request #806)Anteru2019-04-301-0/+7
| | |\ \ \ | | | | | | | | | | | | | | | | | | Create a Lexer class for BBC Basic files.
| | | * | | Various fixes and cleanups to the last batch of new languages.Matth?us G. Chajdas2019-04-281-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add to CHANGES, languages, add versionadded, recreate mappings, fix DASM16 alias.
| | | * | | Merged in Freso/pygments-main (pull request #807)Anteru2019-04-281-0/+3
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | Add lexers for DASM16, Augeas, TOML, and Slash
| | | | * \ \ 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 ↵Brian Tiffin2019-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | conflict when submitting the Unicon and Icon lexers
| | | | | * | | _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
| | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lexers copied unmodified from https://github.com/liluo/pygments-github-lexers which is available under a 2-clause BSD license (same as pygments), copyright 2012 to GitHub, Inc. Fixes #1391 and #1150.
| | * | | | Create a Lexer class for BBC Basic files.Charles Ferguson2019-03-141-0/+1
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Lexer class for BBC Basic handles both the numbered lines, and unnumbered lines, of the detokenised (text) format of BBC BASIC. The tokeniser copes, in a naive manner, with the orignal versions, and BASIC V. It does not handle other extensions at this time, nor does it handle inline assembler. This should be sufficient for most cases where code needs to be presented in a colourful manner.
| | * | | Merged in roskakori/pygments-vbscript (pull request #673)Anteru2019-03-061-8/+17
| | |\ \ \ | | | | | | | | | | | | | | | | | | Added lexer for VBScript
| | | * | | Fix #1498.Matth?us G. Chajdas2019-03-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | .typoscript is used for TypoScript files, removing the ambiguity with TypeScript.
| | | * | | 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
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | add lexer for Charm++ ci files
| | | | * | | Small improvements to the SGF lexer.Matth?us G. Chajdas2019-01-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update CHANGES, simplify regex, regenerate mappings.
| | | | * | | Small cleanups to the Slurm lexer.Matth?us G. Chajdas2018-12-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove debug output, add a test file for the Slurm lexer.
| | | | * | | Merged in bgcook/pygments-main (pull request #760)Anteru2018-12-211-3/+8
| | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | add Slurm script parser
| | | | | * | | 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
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | Added FloScript lexer
| | | | * | | 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 language
| | | | | * | Add support for the Fennel programming languagePhil Hagelberg2018-11-161-0/+1
| | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a pretty straightforward language in the lisp family with a small number of special forms. Since Fennel runs on the Lua runtime, the list of builtins is the same as that of Lua, so it might be possible to re-use the definition from the Lua lexer, but since I don't know Python I couldn't figure out how that would work; maybe someone else could add that.
| | | | * | Merged in Reedbeta/pygments-main/hlsl-lexer (pull request #675)Anteru2018-11-241-6/+7
| | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add HLSL lexer Approved-by: Anteru <bitbucket@ca.sh13.net>
| | | | | * \ 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 BashLexer
| * | 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
|\ \ | | | | | | | | | Match .dpr files as Delphi