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
61 lines
No EOL
3.1 KiB
Text
61 lines
No EOL
3.1 KiB
Text
>#"abc" + 1
|
|
#^ source.typst string.hash.hash.typst
|
|
# ^ source.typst string.quoted.double.typst punctuation.definition.string.typst
|
|
# ^^^ source.typst string.quoted.double.typst
|
|
# ^ source.typst string.quoted.double.typst punctuation.definition.string.typst
|
|
# ^^^^^ source.typst
|
|
>#"@myriaddreamin" + 1
|
|
#^ source.typst string.hash.hash.typst
|
|
# ^ source.typst string.quoted.double.typst punctuation.definition.string.typst
|
|
# ^^^^^^^^^^^^^^ source.typst string.quoted.double.typst
|
|
# ^ source.typst string.quoted.double.typst punctuation.definition.string.typst
|
|
# ^^^^^ source.typst
|
|
>#"[a]" + 1
|
|
#^ source.typst string.hash.hash.typst
|
|
# ^ source.typst string.quoted.double.typst punctuation.definition.string.typst
|
|
# ^^^ source.typst string.quoted.double.typst
|
|
# ^ source.typst string.quoted.double.typst punctuation.definition.string.typst
|
|
# ^^^^^ source.typst
|
|
>#"{a}" + 1
|
|
#^ source.typst string.hash.hash.typst
|
|
# ^ source.typst string.quoted.double.typst punctuation.definition.string.typst
|
|
# ^^^ source.typst string.quoted.double.typst
|
|
# ^ source.typst string.quoted.double.typst punctuation.definition.string.typst
|
|
# ^^^^^ source.typst
|
|
>#"\\a" + 1
|
|
#^ source.typst string.hash.hash.typst
|
|
# ^ source.typst string.quoted.double.typst punctuation.definition.string.typst
|
|
# ^^ source.typst string.quoted.double.typst constant.character.escape.string.typst
|
|
# ^ source.typst string.quoted.double.typst
|
|
# ^ source.typst string.quoted.double.typst punctuation.definition.string.typst
|
|
# ^^^^^ source.typst
|
|
>#"\\" + 1
|
|
#^ source.typst string.hash.hash.typst
|
|
# ^ source.typst string.quoted.double.typst punctuation.definition.string.typst
|
|
# ^^ source.typst string.quoted.double.typst constant.character.escape.string.typst
|
|
# ^ source.typst string.quoted.double.typst punctuation.definition.string.typst
|
|
# ^^^^^ source.typst
|
|
>#"\\\a" + 1
|
|
#^ source.typst string.hash.hash.typst
|
|
# ^ source.typst string.quoted.double.typst punctuation.definition.string.typst
|
|
# ^^ source.typst string.quoted.double.typst constant.character.escape.string.typst
|
|
# ^^ source.typst string.quoted.double.typst constant.character.escape.string.typst
|
|
# ^ source.typst string.quoted.double.typst punctuation.definition.string.typst
|
|
# ^^^^^ source.typst
|
|
>#"\v" + 1
|
|
#^ source.typst string.hash.hash.typst
|
|
# ^ source.typst string.quoted.double.typst punctuation.definition.string.typst
|
|
# ^^ source.typst string.quoted.double.typst constant.character.escape.string.typst
|
|
# ^ source.typst string.quoted.double.typst punctuation.definition.string.typst
|
|
# ^^^^^ source.typst
|
|
>#"\我" + 1
|
|
#^ source.typst string.hash.hash.typst
|
|
# ^ source.typst string.quoted.double.typst punctuation.definition.string.typst
|
|
# ^^ source.typst string.quoted.double.typst constant.character.escape.string.typst
|
|
# ^ source.typst string.quoted.double.typst punctuation.definition.string.typst
|
|
# ^^^^^ source.typst
|
|
>#"//"
|
|
#^ source.typst string.hash.hash.typst
|
|
# ^ source.typst string.quoted.double.typst punctuation.definition.string.typst
|
|
# ^^ source.typst string.quoted.double.typst
|
|
# ^ source.typst string.quoted.double.typst punctuation.definition.string.typst |