summaryrefslogtreecommitdiff
path: root/tests/examplefiles/cmake
Commit message (Collapse)AuthorAgeFilesLines
* Implement CMake bracket comment syntax (#2354)Richard van Velzen2023-02-242-0/+25
|
* Improve whitespace handling in CMake/RegexLexer.Matthäus G. Chajdas2022-12-041-12/+12
|
* Modernize Whitespace token - regarding #1905 (#1911)Sebastian Engel2021-10-091-124/+124
| | | | | | | | | | | * Diff lexer - match whitespace * Make lexer - whitespace token set * Actionscript lexer - whitespace token * Bare lexer - whitespace token * Business(cobol) lexers - whitespace token
* Also add auto-updatable output-based tests to examplefiles (#1689)Oleh Prypin2021-01-202-0/+452
Co-authored-by: Georg Brandl <georg@python.org>