summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2024-05-27Nicer test helper CSS (#4269)Laurenz
2024-04-16Better instruction in test READMEs (#3929)Leedehai
2024-04-13Better test runner (#3922)Laurenz
2024-02-28Add search box to test-helper (#3517)Leedehai
2024-02-27New context system (#3497)Laurenz
2024-01-02Improve test-helper: prevent spawning multiple processes of `cargo test` (#3029)Leedehai
2023-12-20Remove unused iconsLaurenz
2023-12-20Improve test-helper (#2820)Leedehai
2023-12-13Add note about oxipng versionLaurenz
2023-11-24Update test-helper doc for the easiest installation instruction (#2744)Leedehai
2023-09-12Explain how to install VS Code toolsLaurenz
2023-04-20Add UPDATE_EXPECT envvar to update tests (#748)Alex Saveau
2023-04-04Integers with different basesLaurenz
2023-03-27Add note to VS Code extensionLaurenz
2023-03-22Fix typos (#115)Kian-Meng Ang
Found via `codespell -S target -L crate,ist,thi,alle,dedented,ue,tung,nd,ende,overriden,dependant`
2023-02-02Math testsLaurenz
2023-01-27Hashtags everywhere!Laurenz
2023-01-22Remove vertical split from test helperLaurenz
2023-01-20Fix a few clippy lintsLaurenz
2022-12-06More math syntaxLaurenz
2022-12-05Symbol notationLaurenz
2022-11-07SelectorsLaurenz
2022-11-07Show it!Laurenz
- New show rule syntax - Set if syntax - Removed wrap syntax
2022-10-31Split up some filesLaurenz
2022-09-27Refresh TextMate grammarLaurenz
2022-09-19Handle line comments nested in block commentsLaurenz
Fixes #76
2022-09-19Handle non-breaking spaces during justificationLaurenz
2022-09-07[WIP] Label and reference syntaxLaurenz
2022-08-27Add labels and references to TextMate grammarLaurenz
2022-05-14Fix block comment highlighting in TextMate grammarLaurenz
2022-05-04New raw theme & nicer debug representationLaurenz
2022-04-30New block spacing modelLaurenz
2022-03-18MethodsLaurenz
2022-03-11Rename template to contentLaurenz
2022-01-30Rework strong and emphLaurenz
- Star and underscore not parsed as strong/emph inside of words - Stars/underscores must be balanced and they cannot go over paragraph break - New `strong` and `emph` classes
2021-10-25Highlight `set`, `show` and `wrap`Laurenz
2021-09-30No hashtag before else anymoreLaurenz
2021-09-25Highlight dots in variablesLaurenz
2021-07-08Replace using with fromLaurenz
2021-07-08Switch to = for headings once againLaurenz
2021-07-08URL special case for line commentsLaurenz
2021-06-29Wide callsLaurenz
2021-06-23Improve syntax definitionLaurenz
- Allow both from and using for now - Remove exclamation mark support - Support with expressions to apply arguments to a function
2021-06-09Tidy upLaurenz
2021-06-09Introduce `fr`sMartin Haug
2021-06-09Remove template pretty printingLaurenz
Was buggy and pretty useless anyway since it couldn't peek into function templates.
2021-06-07Switch back to hashtags for headingsLaurenz
2021-05-31Parse import and include expressionsMartin Haug
Co-Authored-By: Laurenz <laurmaedje@gmail.com>
2021-03-29Side by side testing 👣Martin Haug
2021-03-17Fixes in TextMate grammar ✅Laurenz