tinymist/syntaxes/textmate/tests/unit/basic/raw2.typ.snap
Myriad-Dreamin 651d7f7148
build: bump version to 0.11.17 (#469)
* docs: update readme

* fix: disable syntax highlighting issue

* gg

* fix: fenced code

* build: bump version to 0.11.17

* fix: indented fenced code
2024-07-27 13:34:27 +08:00

37 lines
No EOL
1.5 KiB
Text

>
>````typ
#^^^^ source.typst punctuation.definition.raw.begin.typst
# ^^^ source.typst fenced_code.block.language.typst
>#(let a
#^ source.typst meta.embedded.block.typst keyword.control.hash.typst
# ^ source.typst meta.embedded.block.typst meta.brace.round.typst
# ^^^ source.typst meta.embedded.block.typst meta.expr.let.typst storage.type.typst
# ^ source.typst meta.embedded.block.typst meta.expr.let.typst
# ^ source.typst meta.embedded.block.typst meta.expr.let.typst variable.other.readwrite.typst
>````
#^^^^ source.typst punctuation.definition.raw.end.typst
>
>== A
#^^ source.typst markup.heading.typst punctuation.definition.heading.typst
# ^ source.typst markup.heading.typst
# ^ source.typst markup.heading.typst
>
>- a
#^^ source.typst punctuation.definition.list.unnumbered.typst
# ^^ source.typst
>- b
#^^ source.typst punctuation.definition.list.unnumbered.typst
# ^^ source.typst
>
>```typ
#^^^ source.typst punctuation.definition.raw.begin.typst
# ^^^ source.typst fenced_code.block.language.typst
>#(let a
#^ source.typst meta.embedded.block.typst keyword.control.hash.typst
# ^ source.typst meta.embedded.block.typst meta.brace.round.typst
# ^^^ source.typst meta.embedded.block.typst meta.expr.let.typst storage.type.typst
# ^ source.typst meta.embedded.block.typst meta.expr.let.typst
# ^ source.typst meta.embedded.block.typst meta.expr.let.typst variable.other.readwrite.typst
>```
#^^^ source.typst punctuation.definition.raw.end.typst
>