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
12 lines
No EOL
403 B
Text
12 lines
No EOL
403 B
Text
>#()
|
|
#^ source.typst punctuation.definition.hash.typst
|
|
# ^^ source.typst meta.array.empty.typst
|
|
>#( )
|
|
#^ source.typst punctuation.definition.hash.typst
|
|
# ^^^ source.typst meta.array.empty.typst
|
|
>#(:)
|
|
#^ source.typst punctuation.definition.hash.typst
|
|
# ^^^ source.typst meta.dictionary.empty.typst
|
|
>#( : )
|
|
#^ source.typst punctuation.definition.hash.typst
|
|
# ^^^^^ source.typst meta.dictionary.empty.typst |