summaryrefslogtreecommitdiff
path: root/tests/snippets/cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update test files.Matthäus G. Chajdas2021-10-151-2/+2
|
* Refactor identifiers regex to match unicode characters (#1848)amitkummer2021-10-151-0/+146
|
* Use the correct whitespace token for the C family.Matthäus G. Chajdas2021-06-201-1/+1
| | | | The CFamilyLexer was matching whitespace as Text instead of Whitespace.
* Rename "tests/lexers" to "tests/snippets" and update the contributionGeorg Brandl2021-01-202-0/+11
docs to point to both snippets and examplefiles.