mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
* feat: terminate call arguments before some FIRST tokens * feat: terminate braces before some FIRST tokens * feat: terminate set clause on some FIRST tokens * feat: refine rules to terminate a math call
7 lines
100 B
Typst
7 lines
100 B
Typst
|
|
// @typstyle off
|
|
#let f() = {
|
|
set ref (supplement: (it)=>{lower(it.supplement)}) if true
|
|
}
|
|
|
|
#f()
|