summaryrefslogtreecommitdiff
path: root/tests/examplefiles/duel
Commit message (Collapse)AuthorAgeFilesLines
* Modernize Whitespace token in lexer javascriptSebastian Engel2022-01-062-138/+136
|
* Fix #1896.Matthäus G. Chajdas2021-11-132-9/+3
| | | | Use a simpler expression to match comments in HTML/XML.
* Update javascript lexer (#1814)Mestery2021-07-181-1/+1
| | | | | | | | | | | | | | | * make ts extends js lexer * add regex's d flag for js lexers cf. https://v8.dev/features/regexp-match-indices * update js builtins, operators, exceptions * fixup! update js builtins, operators, exceptions * add typescript override keywork * Update _mapping.py
* Also add auto-updatable output-based tests to examplefiles (#1689)Oleh Prypin2021-01-204-0/+705
Co-authored-by: Georg Brandl <georg@python.org>