| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-12 | Explain how to install VS Code tools | Laurenz | |
| 2023-04-20 | Add UPDATE_EXPECT envvar to update tests (#748) | Alex Saveau | |
| 2023-04-04 | Integers with different bases | Laurenz | |
| 2023-03-27 | Add note to VS Code extension | Laurenz | |
| 2023-03-22 | Fix typos (#115) | Kian-Meng Ang | |
| Found via `codespell -S target -L crate,ist,thi,alle,dedented,ue,tung,nd,ende,overriden,dependant` | |||
| 2023-02-02 | Math tests | Laurenz | |
| 2023-01-27 | Hashtags everywhere! | Laurenz | |
| 2023-01-22 | Remove vertical split from test helper | Laurenz | |
| 2023-01-20 | Fix a few clippy lints | Laurenz | |
| 2022-12-06 | More math syntax | Laurenz | |
| 2022-12-05 | Symbol notation | Laurenz | |
| 2022-11-07 | Selectors | Laurenz | |
| 2022-11-07 | Show it! | Laurenz | |
| - New show rule syntax - Set if syntax - Removed wrap syntax | |||
| 2022-10-31 | Split up some files | Laurenz | |
| 2022-09-27 | Refresh TextMate grammar | Laurenz | |
| 2022-09-19 | Handle line comments nested in block comments | Laurenz | |
| Fixes #76 | |||
| 2022-09-19 | Handle non-breaking spaces during justification | Laurenz | |
| 2022-09-07 | [WIP] Label and reference syntax | Laurenz | |
| 2022-08-27 | Add labels and references to TextMate grammar | Laurenz | |
| 2022-05-14 | Fix block comment highlighting in TextMate grammar | Laurenz | |
| 2022-05-04 | New raw theme & nicer debug representation | Laurenz | |
| 2022-04-30 | New block spacing model | Laurenz | |
| 2022-03-18 | Methods | Laurenz | |
| 2022-03-11 | Rename template to content | Laurenz | |
| 2022-01-30 | Rework strong and emph | Laurenz | |
| - 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-25 | Highlight `set`, `show` and `wrap` | Laurenz | |
| 2021-09-30 | No hashtag before else anymore | Laurenz | |
| 2021-09-25 | Highlight dots in variables | Laurenz | |
| 2021-07-08 | Replace using with from | Laurenz | |
| 2021-07-08 | Switch to = for headings once again | Laurenz | |
| 2021-07-08 | URL special case for line comments | Laurenz | |
| 2021-06-29 | Wide calls | Laurenz | |
| 2021-06-23 | Improve syntax definition | Laurenz | |
| - Allow both from and using for now - Remove exclamation mark support - Support with expressions to apply arguments to a function | |||
| 2021-06-09 | Tidy up | Laurenz | |
| 2021-06-09 | Introduce `fr`s | Martin Haug | |
| 2021-06-09 | Remove template pretty printing | Laurenz | |
| Was buggy and pretty useless anyway since it couldn't peek into function templates. | |||
| 2021-06-07 | Switch back to hashtags for headings | Laurenz | |
| 2021-05-31 | Parse import and include expressions | Martin Haug | |
| Co-Authored-By: Laurenz <laurmaedje@gmail.com> | |||
| 2021-03-29 | Side by side testing 👣 | Martin Haug | |
| 2021-03-17 | Fixes in TextMate grammar ✅ | Laurenz | |
| 2021-03-04 | Fix whitespace ✔ | Laurenz | |
| 2021-03-03 | Closures and function definitions 🚀 | Laurenz | |
| Supports: - Closure syntax: `(x, y) => z` - Shorthand for a single argument: `x => y` - Function syntax: `let f(x) = y` - Capturing of variables from the environment - Error messages for too few / many passed arguments Does not support: - Named arguments - Variadic arguments with `..` | |||
| 2021-03-02 | Replace default fonts 🆕 | Laurenz | |
| 2021-03-02 | Fix highlighting of arguments in code 🎨 | Laurenz | |
| 2021-02-25 | Replace command icons 🛠 | Laurenz | |
| 2021-02-24 | While loops 🔁 | Laurenz | |
| 2021-02-24 | Tune test extension 🛠 | Laurenz | |
| - Separate refresh button which does not rerun the test - Shows stdout and stderr of commands in the preview | |||
| 2021-02-23 | VS Code language support extension 🛠 | Laurenz | |
| 2021-02-20 | VS Code extension for easier testing 🛠 | Laurenz | |
| This extension enables you to - quickly open the actual and reference output for a test case to the side - re-run the test with the click of a button - approve the test output (moves output to reference folder and optimizes with oxipng) | |||
