summaryrefslogtreecommitdiff
path: root/tests/examplefiles/scilab
Commit message (Collapse)AuthorAgeFilesLines
* Add GAP console session mode (#2211)Max Horn2022-08-192-0/+118
| | | | | | | | | | * Add GAP console session mode This is also appropriate for GAP .tst files. Add `analyse_text` methods for `ScilabLexer` and `GAPConsoleLexer` to distinguish Scilab and GAP .tst files * Use explicit name for 'keepends' argument to splitlines
* Improve SciLab lexer.Matthäus G. Chajdas2021-11-062-124/+47
| | | | | | * Correctly tag whitespace * Merge multiple whitespace tokens * Merge multiple punctuation characters into one token
* Also add auto-updatable output-based tests to examplefiles (#1689)Oleh Prypin2021-01-204-0/+296
Co-authored-by: Georg Brandl <georg@python.org>