summaryrefslogtreecommitdiff
path: root/tests/snippets
Commit message (Expand)AuthorAgeFilesLines
* [elpi] handle quotations (#2419)Enrico Tassi2023-04-301-0/+33
* Updates C and C++ lexers (#2422)Christopher Di Bella2023-04-262-0/+30
* adds C++ alternative tokens as keywords (#2421)Christopher Di Bella2023-04-261-0/+46
* Improve Java properties lexer (#2404)Jean Abou-Samra2023-04-172-2/+6
* Refactor PythonConsoleLexer as a DelegatingLexer (#2412)Jean Abou-Samra2023-04-173-3/+21
* Python console: do not require output that looks like a traceback to be valid...Georg Brandl2023-04-121-0/+108
* Add lexer for MediaWiki Wikitext (#2373)diskdance2023-04-0518-0/+11103
* Lexer for the WebGPU Shading Language (#2386)David Neto2023-03-3015-0/+2376
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
* Move more tests to tests/snippets instead of .py files (#2344)Jean Abou-Samra2023-03-2919-0/+999
* css: fix lexing numbers inside function calls2382-fixGeorg Brandl2023-03-191-0/+51
* Improve lexing PHP attributes (#2360)Richard van Velzen2023-03-011-0/+38
* Fix lexing PHP anonymous classes with no parameters (#2359)Richard van Velzen2023-03-011-0/+28
* Improve lexing PHP's variable variable syntax (#2358)Richard van Velzen2023-03-011-0/+45
* Improve bash math expansion lexing (#2353)Richard van Velzen2023-02-241-0/+672
* More tests moved to snippets/ (#2351)Jean Abou-Samra2023-02-2325-0/+1429
* Python console: make traceback handling more robustGeorg Brandl2023-02-031-0/+97
* Add support for normal diff syntax (#2321)CosmicHorror2023-01-292-0/+82
* Improve whitespace handling in MesonLexer/PerlLexer.Matthäus G. Chajdas2022-12-111-19/+19
* Improve whitespace handling in SLexer.Matthäus G. Chajdas2022-12-118-13/+13
* Improve whitespace handling in Python.Matthäus G. Chajdas2022-12-1181-129/+129
* Improve whitespace handling in PraatLexer.Matthäus G. Chajdas2022-12-112-2/+2
* Improve whitespace handling in PraatLexer.Matthäus G. Chajdas2022-12-0414-34/+34
* Improve whitespace handling in TealLexer.Matthäus G. Chajdas2022-12-043-7/+7
* Improve whitespace handling in XmlLexer.Matthäus G. Chajdas2022-12-043-3/+25
* Improve whitespace handling in CMake/RegexLexer.Matthäus G. Chajdas2022-12-0432-84/+84
* Improve whitespace handling in the BashLexer.Matthäus G. Chajdas2022-12-0414-30/+30
* Improve whitespace handling in Markdown.Matthäus G. Chajdas2022-12-047-16/+16
* Fix whitespace handling in Ruby.Matthäus G. Chajdas2022-12-046-20/+20
* Add support for Wren language (#2271)PureFox482022-11-291-0/+10
* Accept colon(s) in YAML key namesGreg Dubicki2022-11-143-0/+33
* shell session: allow continuation without marker for PowerShellGeorg Brandl2022-10-281-0/+124
* Fix: Issues with .properties format using whitespace delimited key (#2241)jmzambon2022-09-253-4/+5
* Adding MIPS Lexer (#2228)davisrichard4372022-09-213-0/+390
* CFamilyLexer: refuse quotes between parentheses for function definitions and ...Jean Abou-Samra2022-08-151-0/+41
* Fortran: fix catastrophic backtrackingJean Abou Samra2022-08-151-0/+112
* Disable highlighting of some escape codes for python bytes literals (#2204)LaurenceWarne2022-08-152-0/+44
* PHP: fix `\"$var\"` inside strings (fixes #2105)Georg Brandl2022-06-301-0/+28
* Matlab session: fix traceback when a line continuation ellipsis appears in th...Georg Brandl2022-06-231-0/+18
* terraform: accept leading whitespace for << heredoc delimGeorg Brandl2022-06-171-0/+33
* 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
* java multiline highlighting based on issue 1858 (#2132)VishalN72022-05-102-0/+231
* Initial commit for MCFunction Lexer + tests (#2107)Rit2022-04-2412-0/+1018
* Add lexer for colon-separated value config files like /etc/passwd, /etc/shado...Leistungsabfall2022-04-163-0/+205
* Terraform: Fix class name lexing (#2097)amitkummer2022-03-279-18/+38
* CFamily: Lex identifiers after `case` as constants (#2084)amitkummer2022-03-122-2/+2
* 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