mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
* test: move math syntax highlight tests * feat: parse math parentheses after `_` and `^` * feat: all opening/closing kinds * dev: more kinds
15 lines
No EOL
944 B
Text
15 lines
No EOL
944 B
Text
>$\$$
|
|
#^ source.typst markup.math.typst punctuation.definition.string.math.typst
|
|
# ^^ source.typst markup.math.typst constant.character.escape.content.typst
|
|
# ^ source.typst markup.math.typst punctuation.definition.string.math.typst
|
|
>$ a #[$b$] $
|
|
#^ source.typst markup.math.typst punctuation.definition.string.math.typst
|
|
# ^^^ source.typst markup.math.typst
|
|
# ^ source.typst markup.math.typst keyword.control.hash.typst
|
|
# ^ source.typst markup.math.typst meta.brace.square.typst
|
|
# ^ source.typst markup.math.typst markup.math.typst punctuation.definition.string.math.typst
|
|
# ^ source.typst markup.math.typst markup.math.typst
|
|
# ^ source.typst markup.math.typst markup.math.typst punctuation.definition.string.math.typst
|
|
# ^ source.typst markup.math.typst meta.brace.square.typst
|
|
# ^ source.typst markup.math.typst
|
|
# ^ source.typst markup.math.typst punctuation.definition.string.math.typst |