tinymist/syntaxes/textmate/tests/unit/basic/expr_lit.typ.snap
Myriad-Dreamin a3948df5da
feat: init syntax library for function hover tip (#77)
* 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
2024-03-20 12:18:57 +08:00

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