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
58 lines
No EOL
2 KiB
Text
58 lines
No EOL
2 KiB
Text
>#1.1em
|
|
#^ source.typst constant.numeric.hash.typst
|
|
# ^^^^^ source.typst constant.numeric.length.typst
|
|
>#1.em
|
|
#^ source.typst constant.numeric.hash.typst
|
|
# ^ source.typst constant.numeric.float.typst
|
|
# ^ source.typst keyword.operator.accessor.typst
|
|
# ^^ source.typst variable.other.readwrite.typst
|
|
>#.1em
|
|
#^ source.typst keyword.control.hash.typst
|
|
# ^ source.typst keyword.operator.accessor.typst
|
|
# ^^^ source.typst constant.numeric.length.typst
|
|
>#1.1%
|
|
#^ source.typst constant.numeric.hash.typst
|
|
# ^^^^ source.typst constant.numeric.percentage.typst
|
|
>#1.%
|
|
#^ source.typst constant.numeric.hash.typst
|
|
# ^^^ source.typst constant.numeric.percentage.typst
|
|
>#.1%
|
|
#^ source.typst keyword.control.hash.typst
|
|
# ^ source.typst keyword.operator.accessor.typst
|
|
# ^^ source.typst constant.numeric.percentage.typst
|
|
>#1.1
|
|
#^ source.typst constant.numeric.hash.typst
|
|
# ^^^ source.typst constant.numeric.float.typst
|
|
>#1.
|
|
#^ source.typst constant.numeric.hash.typst
|
|
# ^ source.typst constant.numeric.float.typst
|
|
# ^ source.typst keyword.operator.accessor.typst
|
|
>#.1
|
|
#^ source.typst keyword.control.hash.typst
|
|
# ^ source.typst keyword.operator.accessor.typst
|
|
# ^ source.typst constant.numeric.integer.typst
|
|
>#1.1e1
|
|
#^ source.typst constant.numeric.hash.typst
|
|
# ^^^^^ source.typst constant.numeric.float.typst
|
|
>#1
|
|
#^ source.typst constant.numeric.hash.typst
|
|
# ^ source.typst constant.numeric.integer.typst
|
|
>#11
|
|
#^ source.typst constant.numeric.hash.typst
|
|
# ^^ source.typst constant.numeric.integer.typst
|
|
>#11.1
|
|
#^ source.typst constant.numeric.hash.typst
|
|
# ^^^^ source.typst constant.numeric.float.typst
|
|
>#11.11
|
|
#^ source.typst constant.numeric.hash.typst
|
|
# ^^^^^ source.typst constant.numeric.float.typst
|
|
>#(1.11)
|
|
#^ source.typst keyword.control.hash.typst
|
|
# ^ source.typst meta.brace.round.typst
|
|
# ^^^^ source.typst constant.numeric.float.typst
|
|
# ^ source.typst meta.brace.round.typst
|
|
>#(11.1)
|
|
#^ source.typst keyword.control.hash.typst
|
|
# ^ source.typst meta.brace.round.typst
|
|
# ^^^^ source.typst constant.numeric.float.typst
|
|
# ^ source.typst meta.brace.round.typst |