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
50 lines
No EOL
2.6 KiB
Text
50 lines
No EOL
2.6 KiB
Text
>#(let x = 1)
|
|
#^ source.typst keyword.control.hash.typst
|
|
# ^ source.typst meta.brace.round.typst
|
|
# ^^^ source.typst meta.expr.let.typst storage.type.typst
|
|
# ^ source.typst meta.expr.let.typst
|
|
# ^ source.typst meta.expr.let.typst variable.other.readwrite.typst
|
|
# ^ source.typst meta.expr.let.typst
|
|
# ^^ source.typst meta.expr.let.typst keyword.operator.assignment.typst
|
|
# ^ source.typst meta.expr.let.typst constant.numeric.integer.typst
|
|
# ^ source.typst meta.brace.round.typst
|
|
>#(let x = 1);
|
|
#^ source.typst keyword.control.hash.typst
|
|
# ^ source.typst meta.brace.round.typst
|
|
# ^^^ source.typst meta.expr.let.typst storage.type.typst
|
|
# ^ source.typst meta.expr.let.typst
|
|
# ^ source.typst meta.expr.let.typst variable.other.readwrite.typst
|
|
# ^ source.typst meta.expr.let.typst
|
|
# ^^ source.typst meta.expr.let.typst keyword.operator.assignment.typst
|
|
# ^ source.typst meta.expr.let.typst constant.numeric.integer.typst
|
|
# ^ source.typst meta.brace.round.typst
|
|
# ^ source.typst punctuation.terminator.statement.typst
|
|
>#(((let x = 1)));
|
|
#^ source.typst keyword.control.hash.typst
|
|
# ^ source.typst meta.brace.round.typst
|
|
# ^ source.typst meta.brace.round.typst
|
|
# ^ source.typst meta.brace.round.typst
|
|
# ^^^ source.typst meta.expr.let.typst storage.type.typst
|
|
# ^ source.typst meta.expr.let.typst
|
|
# ^ source.typst meta.expr.let.typst variable.other.readwrite.typst
|
|
# ^ source.typst meta.expr.let.typst
|
|
# ^^ source.typst meta.expr.let.typst keyword.operator.assignment.typst
|
|
# ^ source.typst meta.expr.let.typst constant.numeric.integer.typst
|
|
# ^ source.typst meta.brace.round.typst
|
|
# ^ source.typst meta.brace.round.typst
|
|
# ^ source.typst meta.brace.round.typst
|
|
# ^ source.typst punctuation.terminator.statement.typst
|
|
>#(((let x = 1)))
|
|
#^ source.typst keyword.control.hash.typst
|
|
# ^ source.typst meta.brace.round.typst
|
|
# ^ source.typst meta.brace.round.typst
|
|
# ^ source.typst meta.brace.round.typst
|
|
# ^^^ source.typst meta.expr.let.typst storage.type.typst
|
|
# ^ source.typst meta.expr.let.typst
|
|
# ^ source.typst meta.expr.let.typst variable.other.readwrite.typst
|
|
# ^ source.typst meta.expr.let.typst
|
|
# ^^ source.typst meta.expr.let.typst keyword.operator.assignment.typst
|
|
# ^ source.typst meta.expr.let.typst constant.numeric.integer.typst
|
|
# ^ source.typst meta.brace.round.typst
|
|
# ^ source.typst meta.brace.round.typst
|
|
# ^ source.typst meta.brace.round.typst |