summaryrefslogtreecommitdiff
path: root/doc/languages.rst
Commit message (Collapse)AuthorAgeFilesLines
* Update CHANGES and language list.Matthäus G. Chajdas2020-09-031-0/+1
|
* Add lexer for Pointless (#1494)Avery N. Nortonsmith2020-08-231-0/+1
| | | | | | | | | | | | | | | | | | | * add lexer for pointless * lexer docstring formatting * added link to languages doc * update authors * update version * added double string * added upval keyword * simplify ptls example code * rename doubleString -> multiString
* Added BARE schema lexer (#1488)Martijn Braam2020-08-221-0/+1
|
* Manually merge PR#1497.Matthäus G. Chajdas2020-08-221-0/+48
| | | | | This is a manual merge as we don't want to pull in the documentation change as part of this fix for a cleaner history.
* Updated languages list with more links (#1472)Rys Sommefeldt2020-06-031-129/+129
|
* Update CHAGES, language list.Matthäus G. Chajdas2020-06-011-1/+3
|
* Add lexer for Devicetree language (#1434)Maxime Chretien2020-05-261-0/+1
| | | | | | | | | | | | | | | | | | | * Add lexer for Devicetree language Signed-off-by: Maxime Chretien <maxime.chretien@bootlin.com> * Devicetree lexer: fix random input test error Signed-off-by: Maxime Chretien <maxime.chretien@bootlin.com> * Devicetree lexer: fix example file reference Signed-off-by: Maxime Chretien <maxime.chretien@bootlin.com> * Devicetree lexer: Reduce example file size Also add some missing language elements Signed-off-by: Maxime Chretien <maxime.chretien@bootlin.com>
* Add lexer for YANG 1.1 (#1408)GRIBOK2020-04-131-0/+1
| | | | | | | | | | | | | | | | | | | * Add yang lexer for issue pygments/pygments#1407 * fix copyright statement * adjust examplefile for yang * fix to avoid duplicate code in lexer * add more testcases for yang lexer * simplify yang lexer * simplify default rule in yang lexer * change example yang file * add version to yang lexer
* Add execline lexer (#1393)Molly Miller2020-04-101-0/+1
| | | | | | | | | | | | | | | | | * Implement lexer for execline. This commit introduces a lexer for Laurent Bercot's execline scripting language (https://skarnet.org/software/execline) based on Pygments' existing bash lexer, with some minor adaptations for execline's variable naming rules. * Add versionadded note and website link to execline lexer. * Add execline to languages.rst and example execline script * Explicitly mark non-special characters in execline lexer as Text * Correct execline lexer version addded Co-authored-by: Molly Miller <sysvinit@users.noreply.github.com>
* A lexer for F*, an ML dialect for program verification (#1409)Denis Merigoux2020-04-101-0/+1
| | | | | | | | | | | | | | | | | | | * A lexer for F*, an ML dialect for program verification * Fix treatment of infix applications, e.g. * Correct modifications * Better lexing * Added F* to the list of supported languages * Add example file * Bumped versionadded field * Added link to language Co-authored-by: Jonathan Protzenko <jonathan.protzenko@gmail.com>
* Update CHANGES, docs, add versionadded.Matthäus G. Chajdas2020-04-101-0/+1
|
* Add ReasonML lexer. (#1386)Florian Hammerschmidt2020-02-291-0/+1
|
* Mention MiniScript in language list/CHANGES, add versionadded.Matthäus G. Chajdas2020-02-291-0/+1
|
* Fix links (#1389)Ofek Lev2020-02-101-1/+1
| | | | | | * Fix link * here too
* Update CHANGES, language list, and regenerate mapfile.Matthäus G. Chajdas2020-01-241-0/+1
|
* Add a PEG (Parsing Expression Grammar) lexer (#1336)Michael Wayne Goodman2020-01-161-0/+1
| | | | | * Add a PEG (Parsing Expression Grammar) lexer * Add PEG to doc/languages.rst and indicate version
* Add Haxe to languages.rstJohn Gabriele2020-01-141-0/+1
| | | Not sure why Haxe wasn't in there. Pygments supports it.
* Merge branch 'master' into 671/upsuper/webidlMatthäus G. Chajdas2020-01-071-33/+147
|\ | | | | | | This allows us to resolve the merge conflict properly.
| * Update CHANGES, language list.Matthäus G. Chajdas2020-01-041-0/+1
| | | | | | | | Add the Sieve lexer which was just merged.
| * Update many links to use HTTPS and skip redirectsKurt McKee2019-12-181-19/+19
| |
| * dmesg lexer refinements:Georg Brandl2019-12-091-5/+1
| | | | | | | | | | | | * move to textfmts.py where other logfiles are * fix detection of dmesg -x (heuristic "unknown" state must be last) * change styles for debug/warn lines
| * This commit adds a lexer for linux kernel logs as outputted by `dmesg`martijn@msi.localhost2019-12-091-0/+5
| | | | | | | | | | | | | | | | It supports output from `dmesg`, in that case it highlights based on keywords in the line It can also highlight `dmesg -x` output. In that case it uses the loglevels from the kernel to highlight the lines.
| * Mosel: style fixes, add changelog entry etcGeorg Brandl2019-12-081-0/+3
| |
| * Merged with master and resolved a minor merge conflict in languages.rstColin Kennedy2019-11-301-28/+137
| |\
| | * doc: update language listGeorg Brandl2019-11-301-28/+137
| | |
| * | Added USD to supporting filesColin Kennedy2019-11-261-0/+1
| |/
* | Add versionadded, fix conflict.Matthäus G. Chajdas2020-01-071-0/+1
| |
* | Add Web IDL lexerXidorn Quan2019-11-281-0/+1
|/
* Update docs for 2.5 release.Matthäus G. Chajdas2019-11-261-0/+5
|
* Add Zeek lexer based on the Bro lexerJon Siwek2019-11-251-0/+1
| | | | | | | Bro has been renamed to Zeek, but the language is essentially the same without any different treatment of .zeek files from .bro files. This change also adds general improvements to the lexer.
* fix small issues in the docsGeorg Brandl2019-11-241-3/+3
|
* Update mappings, CHANGS and languages.Matth?us G. Chajdas2019-04-301-0/+1
|
* Add Tera Term to CHANGES, languages.Matth?us G. Chajdas2019-04-301-0/+1
|
* Add Boa to CHANGES, language list.Matth?us G. Chajdas2019-04-301-0/+1
|
* Update CHANGES, language list.Matth?us G. Chajdas2019-04-301-0/+2
|
* Various fixes and cleanups to the last batch of new languages.Matth?us G. Chajdas2019-04-281-0/+4
| | | | | Add to CHANGES, languages, add versionadded, recreate mappings, fix DASM16 alias.
* Add Perl 6 to the language listTobias Boege2019-03-021-1/+1
| | | | | It is sufficiently different from Perl 5 from the perspective of syntax highlighting that it deserves a separate mention.
* Update CHANGES and language list.Matth?us G. Chajdas2019-02-121-0/+5
|
* Add Fennel and HLSL to the list of supported languages.Matth?us G. Chajdas2018-11-241-0/+2
|
* Implement Crystal lexer (based on RubyLexer)Oleh Prypin2016-03-221-0/+1
|
* Add Elm to list of supported languagesento2016-01-171-0/+1
|
* Merge ezhillang/pygments-main (pull request #443)Tim Hatch2015-10-311-0/+1
|\
| * 1) add unittest for Ezhil PygmentsMuthiah Annamalai2015-02-021-0/+1
| | | | | | | | 2) add example Ezhil script 'ezhil_primefactors.n'
| * spelling/grammar/syntax fixes for docsEricFromCanada2014-11-141-3/+4
| |
* | Resolves #643: Remove 'here' as link text in docs.Tim Hatch2015-10-171-3/+3
| |
* | Remove trailing </ul> from language listTarjei Hus?y2015-06-101-1/+0
| |
* | spelling/grammar/syntax fixes for docsEricFromCanada2014-11-141-3/+4
|/
* Update ElixirLexer and example_elixir.exAlexei Sholik2014-06-051-0/+151
Elixir syntax has evolved quite significantly since the initial lexer was written. In this update I have rewritten most of the code to support modern Elixir (as of v0.14.0-dev). The example file has also been updated to give an quick overview of most of the language constructs.