Add missing pattern to Typst, update changelog

This commit is contained in:
HiPhish 2024-03-16 00:42:23 +01:00
parent fe0b2ef7c7
commit 2200900e3c
3 changed files with 8 additions and 1 deletions

View file

@ -18,6 +18,7 @@ Added
- Public API function `is_enabled`
- Rasi support
- Svelte support
- Typst support
- XML support
- Missing patterns for Java:
- `array_initializer`

View file

@ -13,3 +13,7 @@
(math
"$" @delimiter
"$" @delimiter @sentinel) @container
(call
"(" @delimiter
")" @delimiter @sentinel) @container

View file

@ -1,4 +1,3 @@
#let template(doc) = {
set page(paper: "a4", margin: (x: 2cm, y: 3cm))
set heading(numbering: "1.1")
@ -25,3 +24,6 @@ Maths can either be typeset inline: $A = pi r^2$; or as a separate block:
$ frac(a^(2x), (5x + (3))) $
We can also put #[maths inside other content blocks: $V = 4/3 (pi r^3)$].
// vim:ft=typst