index
:
delta/python-packages/pygments-git.git
2382-fix
661/ashsearle/phpclass
686/ximmm/css
704/kenzierocks/antlrv4
716/kemichal/eloquence
719/tatt61880/kuin
723/drhouck/cliterals
732/djrm0/gdscript
752/camoberg/yang
765/lgiordani/m68k
767/6wind/yang
769/mtreinish/openqasm
793/brytonhall/singularity
829/TheMartianLife/yarn
834/john-andrews/chisel
836/MaisaMilena/formality
839/joente/thingsdb
Anteru/issue1009
argparse
bug/angular-html
examplefiles
fix/1437
fix/1579
fix/1698-lineos-wrapping
improve-linenos-handling
master
py2removal
raw-alias
regex
release/2.8.x
stable
task/add-analyze-text
task/improve-crlf-handling
github.com: pygments/pygments.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix various issues found by make check.
Matthäus G. Chajdas
2021-02-14
1
-4
/
+8
*
Add futhark lexer (#1691)
Philip Munksgaard
2021-02-14
2
-0
/
+255
*
Merge branch 'master' of https://github.com/pygments/pygments
Matthäus G. Chajdas
2021-02-14
59
-134
/
+3260
|
\
|
*
RawToken{Formatter,Lexer}: support Python 3 and handle exceptions (#1602)
Anders Kaseorg
2021-02-14
1
-0
/
+68
|
*
Provide (all?) Matlab built-ins (#1705)
Alex Povel
2021-02-14
6
-9
/
+9
|
*
Add CDDL lexer (Fix #1239) (#1379)
Thomas Duboucher
2021-02-14
2
-0
/
+3042
|
*
Fix/1698 lineos wrapping (#1701)
Matthäus G. Chajdas
2021-02-12
49
-125
/
+125
|
*
Fix CBM BASIC V2 analyze text logic (#1607)
Carlos Henrique Guardão Gandarez
2021-02-12
2
-14
/
+16
|
*
fix ecl analyze text logic (#1610)
Carlos Henrique Guardão Gandarez
2021-02-12
1
-0
/
+14
*
|
Update expected output for Ruby.
Matthäus G. Chajdas
2021-02-14
1
-14
/
+7
*
|
Cleanup test_ruby after merge.
Matthäus G. Chajdas
2021-02-14
1
-132
/
+1
*
|
Merge branch 'issue-253-ruby-unicode' of https://github.com/kurtmckee/pygment...
Matthäus G. Chajdas
2021-02-14
1
-0
/
+185
|
\
\
|
|
/
|
/
|
|
*
Support Ruby method names and operator overrides, including Unicode
Kurt McKee
2020-09-04
1
-2
/
+38
*
|
Update Fortran test file.
Matthäus G. Chajdas
2021-02-12
1
-34
/
+17
*
|
Supports single quote strings in AutoItLexer (#1667)
trdean1
2021-02-08
2
-0
/
+13
*
|
Regenerate test files.
Matthäus G. Chajdas
2021-02-07
2
-0
/
+2
*
|
Update CHANGES, move graphviz test file.
Matthäus G. Chajdas
2021-02-07
2
-0
/
+72
*
|
Add lexer for graphviz (#1657)
Niklas Mollenhauer
2021-02-07
1
-0
/
+12
*
|
Improve Kotlin lexer (#1699)
Ilya Zorin
2021-02-06
9
-116
/
+175
*
|
Fix for lexing J operator ? (#1700)
amitkummer
2021-02-06
2
-0
/
+17
*
|
Support anchored line numbers in inline mode (#1591)
Kevin Deldycke
2021-02-06
16
-48
/
+48
*
|
MATLAB parser cleanup & fix for parsing `1./x` (#1673)
Antony Lee
2021-02-06
1
-0
/
+10
*
|
Fix #1046.
Matthäus G. Chajdas
2021-02-06
1
-0
/
+21
*
|
Merge branch 'master' of https://github.com/mathiasertl/pygments into mathias...
Matthäus G. Chajdas
2021-01-30
7
-8
/
+54
|
\
\
|
*
|
add another test case
Mathias Ertl
2021-01-10
1
-0
/
+17
|
*
|
only print PS2 prompt if backslash continuation is enabled
Mathias Ertl
2021-01-10
1
-5
/
+20
|
*
|
make PS2 contain a space
Mathias Ertl
2021-01-10
1
-0
/
+13
*
|
|
Add expected output for the AMDGPU example.
Matthäus G. Chajdas
2021-01-30
2
-0
/
+130
*
|
|
AMDGPU ISA Lexer (#1626)
Thomas Symalla
2021-01-30
1
-0
/
+10
*
|
|
cmdline: port to argparse (#1693)
Georg Brandl
2021-01-30
1
-22
/
+27
*
|
|
Fix mishandling '*/' in C/C++ and related (fixes #1695)
Georg Brandl
2021-01-29
1
-0
/
+31
*
|
|
increase allowed time for "expensive" checks, pypy is slow
Georg Brandl
2021-01-29
1
-4
/
+6
*
|
|
conftest: disallow error tokens in examplefiles
Georg Brandl
2021-01-21
9
-23
/
+31
*
|
|
Rename "tests/lexers" to "tests/snippets" and update the contribution
Georg Brandl
2021-01-20
320
-2
/
+2
*
|
|
tests: code style fixups
Georg Brandl
2021-01-20
14
-119
/
+129
*
|
|
Also add auto-updatable output-based tests to examplefiles (#1689)
Oleh Prypin
2021-01-20
958
-2947
/
+1089467
*
|
|
Replace tests that assert on token output with auto-updatable samples (#1649)
Oleh Prypin
2021-01-18
362
-7329
/
+7726
*
|
|
Matlab class properties (#1466)
Dan
2021-01-18
1
-34
/
+137
*
|
|
Run pyupgrade across codebase to modernize syntax and patterns (#1622)
Jon Dufresne
2021-01-17
67
-85
/
+17
*
|
|
Fix for lexing Python raw f-strings with backslashes (#1683)
Jeppe Dakin
2021-01-17
1
-0
/
+48
*
|
|
Added `pygmentize -C` option to guess a lexer from content
Georg Brandl
2021-01-17
1
-0
/
+7
*
|
|
Do not guess MIME or SQL without reason
Georg Brandl
2021-01-17
1
-1
/
+0
*
|
|
fix coding style in test_analyzer_lexer
Georg Brandl
2021-01-11
1
-22
/
+31
|
/
/
*
|
Detect malformed closing tags as errors. (#1656)
Catatonic
2021-01-06
1
-0
/
+33
*
|
Fix #1582 -- invalid comment in Matlab example.
Matthäus G. Chajdas
2021-01-06
1
-1
/
+1
*
|
Markdown lexer improvements (#1623)
Leistungsabfall
2021-01-06
1
-30
/
+106
*
|
support indented entries in IniLexer (#1624)
Leistungsabfall
2021-01-04
1
-0
/
+81
*
|
Update Crystal lexer (#1650)
Oleh Prypin
2021-01-04
2
-16
/
+237
*
|
Fix Coq-related bug #678 (#1648)
Maximilian Wuttke
2021-01-04
1
-0
/
+33
*
|
Merge branch 'master' of https://github.com/felixhao28/pygments into felixhao...
Matthäus G. Chajdas
2021-01-04
1
-2
/
+24
|
\
\
[next]