summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Update Spice lexer (#2206)Marc Auberer2022-08-124-5/+998
* Add GitHub's Dark Style (#2192)Aniket Teredesai2022-07-271-2/+4
* Fix some cases in JMESPath lexer (#2182)Álvaro Mondéjar2022-07-202-6/+72
* Update `Inform6Lexer` to Inform 6.40 (#2190)David Corbett2022-07-163-9/+56
* Nord theme (#2189)Mateus Furquim2022-07-151-2/+4
* Added COMAL-80 language highlight. (#2180)Marc Rintsch2022-07-152-0/+696
* Add lexer for JMESPath (#2175)Álvaro Mondéjar2022-07-052-0/+208
* PHP: fix `\"$var\"` inside strings (fixes #2105)Georg Brandl2022-06-301-0/+28
* Added cartouche handling for Isabelle lexer (#2159)Dacit2022-06-286-6182/+18405
* Add 1.18 generics support for go lexer (#2167)Shengyu Zhang2022-06-252-0/+194
* Matlab session: fix traceback when a line continuation ellipsis appears in th...Georg Brandl2022-06-231-0/+18
* add missing change for lilypond testsGeorg Brandl2022-06-211-192/+192
* Update the Tera Term golden fileKurt McKee2022-06-212-295/+79
* Update tests.Matthäus G. Chajdas2022-06-192-57/+5
* terraform: accept leading whitespace for << heredoc delimGeorg Brandl2022-06-171-0/+33
* agda: allow ticks in module namesGeorg Brandl2022-06-172-2/+2
* Ada: fixing highlighting for Ada aspects (#2125)Gustavo A. Hoffmann2022-06-164-14/+542
* coq: Add some common keywords and improve recognition of Set and qualified id...Xia Li-yao2022-06-113-20/+152
* feat: add a new SqlJinjaLexer (#2148)Edgar R. M2022-06-053-1/+174
* tcl: accept variables in ${name} syntaxGeorg Brandl2022-06-041-0/+17
* Fix comments within function declarations in C (#1891) (#2140)lambda-karlculus2022-05-301-0/+409
* nim: types shouldn't be highlighted as keywords (#2136)Miran2022-05-123-54/+127
* Improve heuristic to warn about passing lexer/formatter class (#2123)Jean Abou-Samra2022-05-121-0/+22
* java multiline highlighting based on issue 1858 (#2132)VishalN72022-05-102-0/+231
* Ada 2022: introducing support for new syntactic additions (#2121)Gustavo A. Hoffmann2022-04-292-0/+213
* Initial commit for MCFunction Lexer + tests (#2107)Rit2022-04-2416-0/+3424
* Futhark: add missing tokens (#2118)Troels Henriksen2022-04-242-40/+96
* Fix #632. (#2101)Matthäus G. Chajdas2022-04-2464-256/+192
* Add lexer for colon-separated value config files like /etc/passwd, /etc/shado...Leistungsabfall2022-04-163-0/+205
* Fix nested type name highlighting in Savi lexer. (#2110)Joe Eli McIlvain2022-04-121-2/+2
* Add string interpolation to the Savi lexer.Joe Eli McIlvain2022-04-042-0/+28
* Fix Savi highlighting for underscore/private identifiers.Joe Eli McIlvain2022-04-042-4/+4
* Update Savi language example.Joe Eli McIlvain2022-04-042-65/+23
* Add Macaulay2 lexer (#1791)Doug Torrance2022-03-312-0/+107
* LilyPond: fix 'maybe-subproperties' state for properties containing dashes (#...Jean Abou-Samra2022-03-312-0/+13
* Terraform: Fix class name lexing (#2097)amitkummer2022-03-279-18/+38
* Add more POV-Ray operatorsPetr Zahradník2022-03-262-29/+460
* Add lexer for parsing Uxntal assembly code. (#2086)Erik Osheim2022-03-132-0/+5024
* CFamily: Lex identifiers after `case` as constants (#2084)amitkummer2022-03-1210-177/+192
* LilyPond: fix wrong lexing of name containing builtin name (#2071)Jean Abou-Samra2022-03-072-37/+14
* Added Berry Lexer (#2070)Beormund2022-03-072-0/+3161
* Add UL4 lexer. (#2040)Walter Dörwald2022-03-078-0/+963
* Add K and Q lexers (#2073)Nick Psaris2022-03-052-0/+1105
* Add qlik lexer (#1925)Gemma Down2022-03-042-0/+413
* Add nowrap option to LatexFormatterTakeshi KOMIYA2022-03-021-0/+12
* Changes per reviewBrian Ward2022-03-012-0/+9
* Update Stan to 2.29 standardsBrian Ward2022-02-282-22/+95
* Fix catastrophic backtracking in HTML and XML (#2069)Jean Abou-Samra2022-02-242-0/+68
* Merge branch 'fix-elpi' of https://github.com/gares/pygments into gares-fix-elpiMatthäus G. Chajdas2022-02-202-2/+21
|\
| * elpi: fix lexing of -> in ctypeEnrico Tassi2022-01-092-2/+21