mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
* feat: change some special kind of string tokens * feat: change some special kind of constant tokens * feat: change some special kind of keyword tokens * test: update snapshot
14 lines
No EOL
798 B
Text
14 lines
No EOL
798 B
Text
>#for x in [1, 2] {}
|
|
#^ source.typst keyword.control.hash.typst
|
|
# ^^^ source.typst meta.expr.for.typst keyword.control.loop.typst
|
|
# ^ source.typst meta.expr.for.typst
|
|
# ^ source.typst meta.expr.for.typst variable.other.readwrite.typst
|
|
# ^ source.typst meta.expr.for.typst
|
|
# ^^ source.typst meta.expr.for.typst keyword.other.range.typst
|
|
# ^ source.typst meta.expr.for.typst
|
|
# ^ source.typst meta.expr.for.typst meta.brace.square.typst
|
|
# ^^^^ source.typst meta.expr.for.typst
|
|
# ^ source.typst meta.expr.for.typst meta.brace.square.typst
|
|
# ^ source.typst meta.expr.for.typst
|
|
# ^ source.typst meta.expr.for.typst meta.brace.curly.typst
|
|
# ^ source.typst meta.expr.for.typst meta.brace.curly.typst |