| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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) | |||
