summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Add versionadded info to groff formatter.Matthäus G. Chajdas2021-11-211-0/+2
| | | | | | |
* | | | | | | Merge branch 'master' of https://github.com/marcinzelent/pygments into ↵Matthäus G. Chajdas2021-11-212-0/+167
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | marcinzelent-master
| * | | | | | | Added groff formattermarcinzelent2021-07-292-0/+167
| | | | | | | |
* | | | | | | | Merge pull request #1936 from tzing/masterMatthäus G. Chajdas2021-11-212-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | enhance: support vagrantfile
| * | | | | | | | fix: generate mapfilestzing2021-11-011-1/+1
| | | | | | | | |
| * | | | | | | | add: vagrantfiletzing2021-11-011-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #1947 from eigilhs/add-kshrc-to-shell-lexerMatthäus G. Chajdas2021-11-212-1/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add kshrc to the shell lexer
| * | | | | | | | Add kshrc to the shell lexerEigil Skjæveland2021-11-072-1/+2
| | | | | | | | |
* | | | | | | | | Merge branch 'lexers_de' of https://github.com/blu-base/pygments into ↵Matthäus G. Chajdas2021-11-218-175/+193
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | blu-base-lexers_de
| * | | | | | | | | Fix issues marked by pylintSebastian Engel2021-11-022-3/+3
| | | | | | | | | |
| * | | | | | | | | Modernize Whitespace token: dylan lexerSebastian Engel2021-11-021-8/+8
| | | | | | | | | |
| * | | | | | | | | Modernize Whitespace token: dsls lexerSebastian Engel2021-11-021-42/+47
| | | | | | | | | |
| * | | | | | | | | Modernize Whitespace token: d lexerSebastian Engel2021-11-021-9/+10
| | | | | | | | | |
| * | | | | | | | | Modernize Whitespace token: dotnet lexerSebastian Engel2021-11-021-58/+70
| | | | | | | | | |
| * | | | | | | | | Modernize Whitespace token: diff lexerSebastian Engel2021-10-231-14/+14
| | | | | | | | | |
| * | | | | | | | | Modernize Whitespace token: devicetree lexerSebastian Engel2021-10-231-3/+3
| | | | | | | | | |
| * | | | | | | | | Modernize Whitespace token: data lexer(json,yaml)Sebastian Engel2021-10-231-36/+36
| | | | | | | | | |
| * | | | | | | | | Modernize Whitespace token: dalvik lexerSebastian Engel2021-10-231-9/+9
| | | | | | | | | |
* | | | | | | | | | Merge pull request #1948 from Morphclue/patch-1Matthäus G. Chajdas2021-11-211-0/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | GDScript: Add void datatype
| * | | | | | | | | | fix: void datatypeJulian Holfeld2021-11-081-1/+1
| | | | | | | | | | |
| * | | | | | | | | | refactor: add void keywordJulian Holfeld2021-11-081-0/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Devicetree: recognize hexadecimal addresses for nodesGeorg Brandl2021-11-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #1949
* | | | | | | | | | Asm lex bugfix #1895: register re check for boundary (#1961)Sebastian Engel2021-11-171-6/+6
| | | | | | | | | |
* | | | | | | | | | CSharp: add "cs" aliasGeorg Brandl2021-11-172-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #1962
* | | | | | | | | | Improve CddlLexer performance (#1959)Sebastian Engel2021-11-161-2/+3
| | | | | | | | | |
* | | | | | | | | | Slightly adjust sas style to meet WCAG AAMartin Fischer2021-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of #1718.
* | | | | | | | | | Add missing colors to dark stylesMartin Fischer2021-11-144-7/+10
| |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some dark styles did not define a color for every token type, resulting in black text (the browser default for text) on dark backgrounds (defined by the styles) unless the web page had some CSS to remedy that like: body { color: white; background: black; } We however don't want the readability of styles to rely on external CSS. Part of #1718. Fixes some unreadable styles reported in #1526.
* | | | | | | | | Fix #1479.Matthäus G. Chajdas2021-11-131-1/+1
| | | | | | | | |
* | | | | | | | | Fix #1896.Matthäus G. Chajdas2021-11-131-13/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use a simpler expression to match comments in HTML/XML.
* | | | | | | | | Improve HexdumpLexer.Matthäus G. Chajdas2021-11-131-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correctly identify whitespace.
* | | | | | | | | Improve NSIS lexer.Matthäus G. Chajdas2021-11-131-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Correctly identify whitespace. * Merge consecutive tokens where possible. * Consistently use String.Double for the opening and closing quotation marks
* | | | | | | | | Merge branch 'master' of github.com:pygments/pygmentsMatthäus G. Chajdas2021-11-132-16/+21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Debian control: more regex simplificationGeorg Brandl2021-11-091-14/+14
| | | | | | | | | |
| * | | | | | | | | Update debian control (#1946)sblondon2021-11-091-4/+9
| |/ / / / / / / /
| * | | | | | | | Fix Bibtex comment/commentary keyword difference (#1899)Sebastian Engel2021-11-061-1/+1
| | | | | | | | |
* | | | | | | | | Merge branch 'default-style-wcag-aa' of ↵Matthäus G. Chajdas2021-11-131-12/+12
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | https://github.com/not-my-profile/pygments into not-my-profile-default-style-wcag-aa
| * | | | | | | | Make default style meet WCAG AAMartin Fischer2021-11-021-12/+12
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Accessibility by default is important. The colors with a too low contrast were adjusted just so much that they match the required contrast of 4.5. Part of #1718.
* | | | | | | | Squashed commit of the following:Matthäus G. Chajdas2021-11-061-4/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit c339afa51bac82515e90da90df3d2a428c612e20 Author: Matthäus G. Chajdas <dev@anteru.net> Date: Sat Nov 6 22:10:22 2021 +0100 Update tests. commit b60cf209ad93bc9176581f4a77ece58da4e1212a Merge: 7f000b4e cf7a978a Author: Matthäus G. Chajdas <Anteru@users.noreply.github.com> Date: Sat Nov 6 17:35:34 2021 +0100 Merge branch 'master' into feature-terraform-heredoc commit 7f000b4ef8930817f4c1249c242d95a9c191f4eb Author: Chris Rose <offline@offby1.net> Date: Mon Oct 11 07:47:36 2021 -0700 Eliminate pathological regex case I updated the terraform lexer to use the ExtendedRegexLexer and to handle heredocs with a callback, instead of with a regexp for the whole shebang. commit 0a1fa1b139b9249f210cd9450dafa8a1ee1715f8 Author: Chris Rose <offline@offby1.net> Date: Sat Oct 9 20:16:51 2021 -0700 Add support for the `set` type in HCL commit 18ad21300bb890fc9014a66c7ba2c195429b4d16 Author: Chris Rose <offline@offby1.net> Date: Sat Oct 9 19:14:27 2021 -0700 Support HCL's heredoc syntax Fixes #1909
* | | | | | | | Improve Dylan lexer.Matthäus G. Chajdas2021-11-061-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Correctly tag whitespace. * Merge comment tokens.
* | | | | | | | Improve MoonScript lexer.Matthäus G. Chajdas2021-11-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Correctly tag whitespace. * Merge literal string tokens
* | | | | | | | Improve Cirru lexer.Matthäus G. Chajdas2021-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Merge string literal tokens.
* | | | | | | | Improve Rexx lexer.Matthäus G. Chajdas2021-11-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Merge whitespace tokens * Merge string literals
* | | | | | | | Improve XQuery lexer.Matthäus G. Chajdas2021-11-061-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Merge comment tokens. * Correctly tag whitespace.
* | | | | | | | Improve SgfLexer.Matthäus G. Chajdas2021-11-061-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Correctly tag whitespace. * Merge punctuation tokens.
* | | | | | | | Improve MuPAD lexer.Matthäus G. Chajdas2021-11-061-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Correctly tag whitespace * Merge multiple whitespace tokens * Merge tokens in comments.
* | | | | | | | Improve SciLab lexer.Matthäus G. Chajdas2021-11-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Correctly tag whitespace * Merge multiple whitespace tokens * Merge multiple punctuation characters into one token
* | | | | | | | yield keyword in Java (#1941)xtay22021-11-031-1/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Added the yield keyword from Java 13. https://docs.oracle.com/javase/specs/jls/se13/preview/switch-expressions.html
* | | | | | | Remove unnecessary assignments in Paraiso style (#1934)Tom Tan2021-11-012-6/+0
| |/ / / / / |/| | | | |
* | | | | | Add .editorconfig to IniLexer (#1932)Jawira Portugal2021-10-282-2/+2
| | | | | |
* | | | | | robotframework: fix empty braces being thrown away after list or dict… (#1921)Leistungsabfall2021-10-241-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | * robotframework: fix empty braces being thrown away after list or dict variable * robotframework: add test cases to ensure correct behaviour