mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
* dev: improve punctuation and keyword token kinds * dev: improve punctuation and keyword token kinds
21 lines
No EOL
686 B
Text
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 |