summaryrefslogtreecommitdiff
path: root/tools/support/typst.tmLanguage.json
AgeCommit message (Collapse)Author
2023-04-04Integers with different basesLaurenz
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-01-27Hashtags everywhere!Laurenz
2023-01-20Fix a few clippy lintsLaurenz
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-17Fixes in TextMate grammar ✅Laurenz
2021-03-03Closures 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-02Fix highlighting of arguments in code 🎨Laurenz
2021-02-23VS Code language support extension 🛠Laurenz