mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-04 02:08:17 +00:00

* dev: introduce upstream tooltip * feat: basic function definition * feat: init syntax library * abandon * build: run syntax building * fix: let expression * fix: markup in code * fix: raw code
61 lines
No EOL
3.1 KiB
Text
61 lines
No EOL
3.1 KiB
Text
>#"abc" + 1
|
|
#^ source.typst punctuation.definition.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 punctuation.definition.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 punctuation.definition.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 punctuation.definition.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 punctuation.definition.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 punctuation.definition.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 punctuation.definition.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
|
|
>#"\v" + 1
|
|
#^ source.typst punctuation.definition.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
|
|
>#"\我" + 1
|
|
#^ source.typst punctuation.definition.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
|
|
>#"//"
|
|
#^ source.typst punctuation.definition.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 |