tinymist/syntaxes/textmate/tests/unit/basic/expr_lit.typ.snap
Myriad-Dreamin 90ef2e6f72
dev: improve punctuation and keyword token kinds (#133)
* dev: improve punctuation and keyword token kinds

* dev: improve punctuation and keyword token kinds
2024-03-30 20:04:34 +08:00

21 lines
No EOL
686 B
Text

>#()
#^ source.typst keyword.control.hash.typst
# ^ source.typst meta.brace.round.typst
# ^ source.typst meta.brace.round.typst
>#( )
#^ source.typst keyword.control.hash.typst
# ^ source.typst meta.brace.round.typst
# ^ source.typst
# ^ source.typst meta.brace.round.typst
>#(:)
#^ source.typst keyword.control.hash.typst
# ^ source.typst meta.brace.round.typst
# ^ source.typst punctuation.separator.colon.typst
# ^ source.typst meta.brace.round.typst
>#( : )
#^ source.typst keyword.control.hash.typst
# ^ source.typst meta.brace.round.typst
# ^ source.typst
# ^ source.typst punctuation.separator.colon.typst
# ^ source.typst
# ^ source.typst meta.brace.round.typst