Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: remove "u" string prefix (#1536) | Georg Brandl | 2020-09-08 | 1 | -6/+6 |
| | | | | | | | | | | | * all: remove "u" string prefix * util: remove unirange Since Python 3.3, all builds are wide unicode compatible. * unistring: remove support for narrow-unicode builds which stopped being relevant with Python 3.3 | ||||
* | all: use argumentless super() | Georg Brandl | 2020-09-06 | 1 | -1/+1 |
| | |||||
* | Update CHANGES and language list. | Matthäus G. Chajdas | 2020-09-03 | 1 | -0/+1 |
| | |||||
* | demo: rebuild WASM with every push | Georg Brandl | 2020-09-01 | 2 | -5/+1 |
| | |||||
* | demo: show Pygments version in use | Georg Brandl | 2020-09-01 | 2 | -0/+4 |
| | |||||
* | Spell out that we want lexers in separate files. | Matthäus G. Chajdas | 2020-08-23 | 1 | -1/+5 |
| | |||||
* | docs: clarify cmdline invocation in lexer dev section | Georg Brandl | 2020-08-23 | 1 | -3/+6 |
| | | | | closes #1518 | ||||
* | Add lexer for Pointless (#1494) | Avery N. Nortonsmith | 2020-08-23 | 1 | -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 | ||||
* | Update copyright year (fixes #1514.) | Matthäus G. Chajdas | 2020-08-22 | 3 | -3/+3 |
| | |||||
* | Added BARE schema lexer (#1488) | Martijn Braam | 2020-08-22 | 1 | -0/+1 |
| | |||||
* | Manually merge PR#1497. | Matthäus G. Chajdas | 2020-08-22 | 1 | -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. | ||||
* | Fix broken link in doc/_templates/indexsidebar.html (#1515) | Richard Si | 2020-08-20 | 1 | -1/+1 |
| | |||||
* | Updated languages list with more links (#1472) | Rys Sommefeldt | 2020-06-03 | 1 | -129/+129 |
| | |||||
* | Update CHAGES, language list. | Matthäus G. Chajdas | 2020-06-01 | 1 | -1/+3 |
| | |||||
* | Add lexer for Devicetree language (#1434) | Maxime Chretien | 2020-05-26 | 1 | -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) | GRIBOK | 2020-04-13 | 1 | -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 Miller | 2020-04-10 | 1 | -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 Merigoux | 2020-04-10 | 1 | -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. Chajdas | 2020-04-10 | 1 | -0/+1 |
| | |||||
* | Add ReasonML lexer. (#1386) | Florian Hammerschmidt | 2020-02-29 | 1 | -0/+1 |
| | |||||
* | Mention MiniScript in language list/CHANGES, add versionadded. | Matthäus G. Chajdas | 2020-02-29 | 1 | -0/+1 |
| | |||||
* | Fix links (#1389) | Ofek Lev | 2020-02-10 | 2 | -2/+2 |
| | | | | | | * Fix link * here too | ||||
* | FAQ: refer to issue instead of email for addition | Georg Brandl | 2020-02-01 | 1 | -2/+2 |
| | |||||
* | FAQ: add snippet.host | Georg Brandl | 2020-02-01 | 1 | -0/+1 |
| | |||||
* | Update CHANGES, language list, and regenerate mapfile. | Matthäus G. Chajdas | 2020-01-24 | 1 | -0/+1 |
| | |||||
* | Add a PEG (Parsing Expression Grammar) lexer (#1336) | Michael Wayne Goodman | 2020-01-16 | 1 | -0/+1 |
| | | | | | * Add a PEG (Parsing Expression Grammar) lexer * Add PEG to doc/languages.rst and indicate version | ||||
* | Add Haxe to languages.rst | John Gabriele | 2020-01-14 | 1 | -0/+1 |
| | | | Not sure why Haxe wasn't in there. Pygments supports it. | ||||
* | Merge branch 'master' into 671/upsuper/webidl | Matthäus G. Chajdas | 2020-01-07 | 12 | -84/+199 |
|\ | | | | | | | This allows us to resolve the merge conflict properly. | ||||
| * | Update CHANGES, language list. | Matthäus G. Chajdas | 2020-01-04 | 1 | -0/+1 |
| | | | | | | | | Add the Sieve lexer which was just merged. | ||||
| * | Update many links to use HTTPS and skip redirects | Kurt McKee | 2019-12-18 | 8 | -47/+47 |
| | | |||||
| * | all: fixup http->https for github, pypi, pocoo etc URLs | Georg Brandl | 2019-12-10 | 5 | -14/+14 |
| | | |||||
| * | dmesg lexer refinements: | Georg Brandl | 2019-12-09 | 1 | -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.localhost | 2019-12-09 | 1 | -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. | ||||
| * | Merge pull request #1332 from pygments/task/improve-docs | Matthäus G. Chajdas | 2019-12-08 | 1 | -9/+10 |
| |\ | | | | | | | Improve docs. | ||||
| | * | Improve docs. | Matthäus G. Chajdas | 2019-12-08 | 1 | -9/+10 |
| | | | | | | | | | | | | Add a contributing guide for newcomers, and remove references to pygmentize in the development docs. During development, there is no pygmentize. | ||||
| * | | Mosel: style fixes, add changelog entry etc | Georg Brandl | 2019-12-08 | 1 | -0/+3 |
| |/ | |||||
| * | Merged with master and resolved a minor merge conflict in languages.rst | Colin Kennedy | 2019-11-30 | 2 | -29/+138 |
| |\ | |||||
| | * | doc: update language list | Georg Brandl | 2019-11-30 | 1 | -28/+137 |
| | | | |||||
| | * | update claim about number of lexers | Georg Brandl | 2019-11-30 | 1 | -1/+1 |
| | | | |||||
| * | | Added USD to supporting files | Colin Kennedy | 2019-11-26 | 1 | -0/+1 |
| |/ | |||||
* | | Add versionadded, fix conflict. | Matthäus G. Chajdas | 2020-01-07 | 1 | -0/+1 |
| | | |||||
* | | Add Web IDL lexer | Xidorn Quan | 2019-11-28 | 1 | -0/+1 |
|/ | |||||
* | Update docs for 2.5 release. | Matthäus G. Chajdas | 2019-11-26 | 1 | -0/+5 |
| | |||||
* | Add Zeek lexer based on the Bro lexer | Jon Siwek | 2019-11-25 | 1 | -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. | ||||
* | doc/faq: add Spyder to users list | Georg Brandl | 2019-11-24 | 1 | -2/+3 |
| | | | | Closes #1169 | ||||
* | make download feature more compatible, credit to Pyodide | Georg Brandl | 2019-11-24 | 3 | -14/+23 |
| | |||||
* | add feature to download generated HTML | Georg Brandl | 2019-11-24 | 2 | -0/+16 |
| | |||||
* | add pyodide-based demo for the website | Georg Brandl | 2019-11-24 | 7 | -1/+179 |
| | |||||
* | fix small issues in the docs | Georg Brandl | 2019-11-24 | 3 | -13/+8 |
| | |||||
* | Fixup sidebars of standalone doc pages. | Georg Brandl | 2019-11-10 | 1 | -28/+6 |
| | | | | and other small fixups in the Sphinx config. |