summaryrefslogtreecommitdiff
path: root/tests/examplefiles/nsis
Commit message (Collapse)AuthorAgeFilesLines
* Modernize Whitespace token in lexer intallersSebastian Engel2022-01-061-28/+56
|
* Improve NSIS lexer.Matthäus G. Chajdas2021-11-131-4125/+915
| | | | | | | * Correctly identify whitespace. * Merge consecutive tokens where possible. * Consistently use String.Double for the opening and closing quotation marks
* Also add auto-updatable output-based tests to examplefiles (#1689)Oleh Prypin2021-01-202-0/+5010
Co-authored-by: Georg Brandl <georg@python.org>