summaryrefslogtreecommitdiff
path: root/tests/snippets
Commit message (Collapse)AuthorAgeFilesLines
* Provide (all?) Matlab built-ins (#1705)Alex Povel2021-02-144-5/+5
| | | | | | | * Add (all?) Matlab built-ins See also https://de.mathworks.com/help/matlab/referencelist.html * Adjust pytest goldens
* Regenerate test files.Matthäus G. Chajdas2021-02-072-0/+2
| | | | This adds a newline and makes sure the files round-trip correctly.
* Improve Kotlin lexer (#1699)Ilya Zorin2021-02-068-24/+81
|
* Fix for lexing J operator ? (#1700)amitkummer2021-02-062-0/+17
| | | | | * Add J lexer tests for operator ? * Make J lexer match ? as an operator
* MATLAB parser cleanup & fix for parsing `1./x` (#1673)Antony Lee2021-02-061-0/+10
| | | | | | | | | * Clarify recognition of "command form" by MATLAB parser. Expand a bit the explanation; remove an unnecessary non-capturing group, replace \s+ by \s at the end (we just need to check for the presence of a space). * MATLAB: Correctly parse 1./x as (1)(./)(x).
* Fix #1046.Matthäus G. Chajdas2021-02-061-0/+21
| | | | LESS lexer didn't handle single-line comments.
* Merge branch 'master' of https://github.com/mathiasertl/pygments into ↵Matthäus G. Chajdas2021-01-305-2/+52
| | | | | | | | | mathiasertl-master Resolve conflicts, move tests to snippets, regenerate example files. # Conflicts: # tests/test_shell.py
* Fix mishandling '*/' in C/C++ and related (fixes #1695)Georg Brandl2021-01-291-0/+31
|
* Rename "tests/lexers" to "tests/snippets" and update the contributionGeorg Brandl2021-01-20319-0/+7663
docs to point to both snippets and examplefiles.