summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | 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
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Update CHANGES.Matthäus G. Chajdas2021-11-211-2/+3
| | | | | | | |
* | | | | | | | 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
| | | | | | | | |
* | | | | | | | | Update CHANGES.Matthäus G. Chajdas2021-11-211-1/+1
| | | | | | | | |
* | | | | | | | | Merge branch 'blu-base-lexers_de'Matthäus G. Chajdas2021-11-2143-13046/+12670
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'lexers_de' of https://github.com/blu-base/pygments into ↵Matthäus G. Chajdas2021-11-2143-13046/+12670
| |\ \ \ \ \ \ \ \ \ |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | blu-base-lexers_de
| * | | | | | | | | Fix issues marked by pylintSebastian Engel2021-11-022-3/+3
| | | | | | | | | |
| * | | | | | | | | Modernize Whitespace token: dylan lexerSebastian Engel2021-11-025-605/+610
| | | | | | | | | |
| * | | | | | | | | Modernize Whitespace token: dsls lexerSebastian Engel2021-11-0212-4083/+3480
| | | | | | | | | |
| * | | | | | | | | Modernize Whitespace token: d lexerSebastian Engel2021-11-024-2227/+2289
| | | | | | | | | |
| * | | | | | | | | Modernize Whitespace token: dotnet lexerSebastian Engel2021-11-029-5255/+5396
| | | | | | | | | |
| * | | | | | | | | Modernize Whitespace token: diff lexerSebastian Engel2021-10-231-14/+14
| | | | | | | | | |
| * | | | | | | | | Modernize Whitespace token: devicetree lexerSebastian Engel2021-10-232-443/+443
| | | | | | | | | |
| * | | | | | | | | Modernize Whitespace token: data lexer(json,yaml)Sebastian Engel2021-10-2310-823/+824
| | | | | | | | | |
| * | | | | | | | | Modernize Whitespace token: dalvik lexerSebastian Engel2021-10-232-78/+96
| | | | | | | | | |
* | | | | | | | | | Regenerate golden test files.Matthäus G. Chajdas2021-11-212-1/+2
| | | | | | | | | |
* | | | | | | | | | 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
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #1956 from not-my-profile/sort-style-galleryMatthäus G. Chajdas2021-11-211-0/+10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Sort styles in gallery by background luminance
| * | | | | | | | | | Sort styles in gallery by background luminanceMartin Fischer2021-11-141-0/+10
| | | | | | | | | | |
* | | | | | | | | | | Devicetree: recognize hexadecimal addresses for nodesGeorg Brandl2021-11-174-2/+251
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #1949
* | | | | | | | | | | Asm lex bugfix #1895: register re check for boundary (#1961)Sebastian Engel2021-11-173-68/+69
| | | | | | | | | | |
* | | | | | | | | | | demo: Sort options in lexer select (#1958)Martin Fischer2021-11-171-0/+1
| | | | | | | | | | |
* | | | | | | | | | | CSharp: add "cs" aliasGeorg Brandl2021-11-172-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #1962
* | | | | | | | | | | Improve CddlLexer performance (#1959)Sebastian Engel2021-11-162-118/+10
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #1955 from not-my-profile/fix-unreadableMatthäus G. Chajdas2021-11-146-13/+16
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | Fix unreadable dark styles by adding missing colors
| * | | | | | | | | Slightly adjust sas style to meet WCAG AAMartin Fischer2021-11-142-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of #1718.
| * | | | | | | | | Add missing colors to dark stylesMartin Fischer2021-11-145-11/+14
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 docs build.Matthäus G. Chajdas2021-11-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | wcag-contrast-ratio is now a build-time dependency for the docs.
* | | | | | | | | Promote styles meeting WCAG AA in styles gallery (#1954)Martin Fischer2021-11-143-22/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | Part of #1718.
* | | | | | | | | Update CHANGES.Matthäus G. Chajdas2021-11-131-1/+2
| | | | | | | | |
* | | | | | | | | Fix #1479.Matthäus G. Chajdas2021-11-134-1/+17
| | | | | | | | |
* | | | | | | | | Update CHANGES.Matthäus G. Chajdas2021-11-131-1/+14
| | | | | | | | |
* | | | | | | | | Handle ' and " in the repeated token script.Matthäus G. Chajdas2021-11-131-2/+4
| | | | | | | | |
* | | | | | | | | Fix #1896.Matthäus G. Chajdas2021-11-138-82/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use a simpler expression to match comments in HTML/XML.
* | | | | | | | | Improve HexdumpLexer.Matthäus G. Chajdas2021-11-137-29598/+29598
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correctly identify whitespace.
* | | | | | | | | Improve NSIS lexer.Matthäus G. Chajdas2021-11-132-4130/+921
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Correctly identify whitespace. * Merge consecutive tokens where possible. * Consistently use String.Double for the opening and closing quotation marks
* | | | | | | | | Merge branch 'not-my-profile-default-style-wcag-aa'Matthäus G. Chajdas2021-11-13128-1472/+864
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Regenerate HTML test files.Matthäus G. Chajdas2021-11-13128-1472/+864
| | | | | | | | | |
* | | | | | | | | | Merge branch 'master' of github.com:pygments/pygmentsMatthäus G. Chajdas2021-11-135-16/+240
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Debian control: more regex simplificationGeorg Brandl2021-11-093-145/+55
| | | | | | | | | | |
| * | | | | | | | | | Update debian control (#1946)sblondon2021-11-093-4/+318
| | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Fix Bibtex comment/commentary keyword difference (#1899)Sebastian Engel2021-11-061-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge branch 'not-my-profile-default-style-wcag-aa'Matthäus G. Chajdas2021-11-132-13/+13
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| / / / / / / / / | |/ / / / / / / / Re-generated the HTML tests due to changed colors.
| * | | | | | | | Merge branch 'default-style-wcag-aa' of ↵Matthäus G. Chajdas2021-11-132-13/+13
| |\ \ \ \ \ \ \ \ |/ / / / / / / / / | | | | | | | | | | | | | | | | | | https://github.com/not-my-profile/pygments into not-my-profile-default-style-wcag-aa
| * | | | | | | | Make default style meet WCAG AAMartin Fischer2021-11-022-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.