mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
* dev: error tolerance on editing let/show statements * dev: error tolerance on editing if/show statements * dev: error tolerance on editing while/for statements * dev: error tolerance on editing if/while/for statements * dev: better token for and or not
12 lines
No EOL
373 B
Text
12 lines
No EOL
373 B
Text
>
|
|
>#if a
|
|
#^ source.typst keyword.control.hash.typst
|
|
# ^^ source.typst meta.expr.if.typst keyword.control.conditional.typst
|
|
# ^ source.typst meta.expr.if.typst
|
|
# ^ source.typst meta.expr.if.typst variable.other.readwrite.typst
|
|
>
|
|
>test #a
|
|
#^^^^^ source.typst
|
|
# ^ source.typst variable.other.readwrite.hash.typst
|
|
# ^ source.typst variable.other.readwrite.typst
|
|
> |