summaryrefslogtreecommitdiff
path: root/tests/examplefiles
Commit message (Collapse)AuthorAgeFilesLines
* Add lexer for ShExCLucas Werkmeister2019-07-201-0/+20
| | | | | | | | | | | | | | | | | 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/+263
|
* Merged in sgarnotel/pygments-main (pull request #785)Matth?us G. Chajdas2019-04-301-0/+94
|\
| * Add FreeFem++ lexersgarnotel2018-11-271-0/+94
| |
* | Update apache2.conf sample, CHANGES.Matth?us G. Chajdas2019-04-301-0/+5
| |
* | Merged in kurtmckee/pygments-main/support-tera-term (pull request #749)Anteru2019-04-301-0/+34
|\ \ | | | | | | | | | Support Tera Term macro language
| * | Support the Tera Term macro languageKurt McKee2018-01-281-0/+34
| | | | | | | | | | | | | | | | | | 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-3023-510/+1850
|\ \ \ | | | | | | | | | | | | Add a lexer for the Boa Domain-Specific Langauge.
| * \ \ Merged in Praetonus/pygments-main/pony (pull request #627)Anteru2019-04-3025-510/+1922
| |\ \ \ | | | | | | | | | | | | | | | Add lexer for the Pony language
| | * \ \ Merged in gerph/pygments-main (pull request #806)Anteru2019-04-306-1/+959
| | |\ \ \ | | | | | | | | | | | | | | | | | | Create a Lexer class for BBC Basic files.
| | | * | | Add example TOML fileFrederik ?Freso? S. Olesen2019-04-011-0/+181
| | | | | | | | | | | | | | | | | | | | | | | | Based on https://github.com/toml-lang/toml/blob/master/README.md
| | | * | | Merged in cjwatson/pygments-main (pull request #753)Anteru2019-04-011-0/+3
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | Markdown: add support for reference-style links
| | | | * | | Markdown: add support for reference-style linksColin Watson2018-02-221-0/+3
| | | | |/ /
| | | * | | Merged in bwtiffin/pygments-unicon (pull request #731)Matth?us G. Chajdas2019-04-014-1/+775
| | | |\ \ \
| | | | * | | example.icn created online with BitbucketBrian Tiffin2017-08-311-0/+283
| | | | | | |
| | | | * | | example.u1 created online with BitbucketBrian Tiffin2017-08-311-0/+111
| | | | | | |
| | | | * | | example.u edited online with BitbucketBrian Tiffin2017-08-311-111/+547
| | | | | | |
| | | | * | | example.u created online with BitbucketBrian Tiffin2017-08-311-548/+111
| | | | | | |
| | | | * | | example.icon created online with BitbucketBrian Tiffin2017-08-311-0/+381
| | | | |/ /
| | * | | | Create a Lexer class for BBC Basic files.Charles Ferguson2019-03-141-0/+156
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0617-509/+752
| | |\ \ \ | | | | | | | | | | | | | | | | | | Added lexer for VBScript
| | | * | | Add test for the Charmci lexerMatthias Diener2019-02-121-0/+20
| | | | | |
| | | * | | Merged in sblondon/pygments-main (pull request #780)Anteru2019-01-041-0/+35
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | Add SGF lexer
| | | | * | | Add SGF lexerStephane"2018-10-211-0/+35
| | | | |/ /
| | | * | | Fix Stan lexer changes eating whitespace, fix typos in example file.Matth?us G. Chajdas2018-12-231-2/+2
| | | | | |
| | | * | | Small cleanups to the Slurm lexer.Matth?us G. Chajdas2018-12-211-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Remove debug output, add a test file for the Slurm lexer.
| | | * | | Add FloScript sample file, update mappings & changes.Matth?us G. Chajdas2018-12-171-0/+40
| | | | | |
| | | * | | Fixed typos in terraform lexerJames Edwards2018-12-051-0/+1
| | | | | |
| | | * | | Added newer Terraform keywords.James Edwards2018-12-051-0/+35
| | | | | |
| | | * | | Merged in mppf5/pygments-main (pull request #735)Anteru2018-11-277-507/+496
| | | |\ \ \ | | | | | |/ | | | | |/| | | | | | | Updating Chapel highlighter
| | | | * | Merged in nwhetsell/pygments-main (pull request #684)Anteru2018-11-263-504/+98
| | | | |\ \ | | | | | | | | | | | | | | | | | | | | | Update for Csound 6.09.0
| | | | | * | Add Csound Score d statementNathan Whetsell2017-05-271-1/+1
| | | | | | |
| | | | | * | Fix issue with opcode typesNathan Whetsell2017-05-261-1/+1
| | | | | | |
| | | | | * | Merged birkenfeld/pygments-main into defaultNathan Whetsell2017-05-253-504/+98
| | | | | |\ \ | | | | | | |/ | | | | | |/|
| | | | | | * Merged birkenfeld/pygments-main into defaultNathan Whetsell2017-02-151-0/+48
| | | | | | |\
| | | | | | * | Update lexersNathan Whetsell2017-01-273-492/+98
| | | | | | | |
| | | | | | * | Merged birkenfeld/pygments-main into defaultNathan Whetsell2017-01-273-39/+27
| | | | | | |\ \
| | | | | | | * \ Merged birkenfeld/pygments-main into defaultNathan Whetsell2017-01-193-39/+27
| | | | | | | |\ \
| | | | | | | | * | Update for Csound 6.08.0Nathan Whetsell2016-12-113-39/+27
| | | | | | | | | |
| | | | * | | | | | Merged in camilstaps/pygments-main-3 (pull request #621)Anteru2018-11-261-1/+43
| | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Complete rewrite of the Clean lexer
| | | | | * | | | | | Clean lexer: better support for qualified imports; add testsCamil Staps2018-11-251-1/+43
| | | | | | |_|_|_|/ | | | | | |/| | | |
| | | | * | | | | | Merged in maxime_vidori/pygments-main (pull request #714)Anteru2018-11-241-2/+31
| | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Dockerfile lexer Approved-by: m m <marnitto@gmail.com>
| | | | | * | | | | | Update Dockerfile lexerMaxime Vidori2017-03-281-2/+31
| | | | | | |/ / / / | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Dockerfiles new keyword in the lexer Improve lexer to parse json arrays on specific commands Handle line breaks as a bash syntax
| | | | * | | | | | Merged in technomancy/pygments-main/fennel (pull request #783)Anteru2018-11-241-0/+156
| | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for the Fennel programming language
| | | | | * | | | | | Add support for the Fennel programming languagePhil Hagelberg2018-11-161-0/+156
| | | | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-244-0/+90
| | | | |\ \ \ \ \ \ | | | | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add HLSL lexer Approved-by: Anteru <bitbucket@ca.sh13.net>
| | | | * | | | | | Add string literal parsing to HLSL lexer (copied from the one for C++).Nathan Reed2016-12-291-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Also added a snippet to the example file where a string shows up (uncommon in HLSL).
| | | | * | | | | | Add example file for HLSLNathan Reed2016-10-051-0/+157
| | | | | |_|_|_|/ | | | | |/| | | |
| | | * | | | | | example shows new keywordsmppf52018-09-101-0/+7
| | | | | | | | |
| | | * | | | | | Updating Chapel highlightermppf52017-09-251-0/+20
| | | | |/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include new error handling keywords * fix problems with 1-character procs * include Type.method in method name * highlight iterators in addition to procs