Skip to content

Commit

Permalink
Syntax: accept new LaTeX scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed May 6, 2024
1 parent 0f0b14e commit 5ca3c4b
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions tests/syntax_test_markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -8215,24 +8215,24 @@ $$
|^ punctuation.definition.math.begin.markdown
| ^ - punctuation
foo = 1 + 2 * \sqrt{a^2+b^2}
| <- markup.math.block.markdown text.tex.latex.embedded.markdown meta.environment.math.block.dollar.latex variable.other.math.tex
|^^^^^^^^^^^^^^^^^^^^^^^^^^^^ markup.math.block.markdown text.tex.latex.embedded.markdown meta.environment.math.block.dollar.latex
| ^ keyword.operator.math.tex
| ^ constant.numeric.math.tex
| ^ keyword.operator.math.tex
| ^ constant.numeric.math.tex
| ^ keyword.operator.math.tex
| ^^^^^ support.function.math.tex
| ^^^^^^^^^ meta.group.brace.latex
| ^ punctuation.definition.group.brace.begin.latex
| ^ variable.other.math.tex
| ^ keyword.operator.math.tex
| ^ constant.numeric.math.tex
| ^ keyword.operator.math.tex
| ^ variable.other.math.tex
| ^ keyword.operator.math.tex
| ^ constant.numeric.math.tex
| ^ punctuation.definition.group.brace.end.latex
| <- markup.math.block.markdown text.tex.latex.embedded.markdown meta.environment.math.block.dollar variable.other.math
|^^^^^^^^^^^^^^^^^^^^^^^^^^^^ markup.math.block.markdown text.tex.latex.embedded.markdown meta.environment.math.block.dollar
| ^ keyword.operator
| ^ constant.numeric
| ^ keyword.operator
| ^ constant.numeric
| ^ keyword.operator
| ^^^^^ support.function.math
| ^^^^^^^^^ meta.group.brace
| ^ punctuation.definition.group.brace.begin
| ^ variable.other.math
| ^ keyword.operator, punctuation.separator.superscript
| ^ constant.numeric
| ^ keyword.operator
| ^ variable.other.math
| ^ keyword.operator, punctuation.separator.superscript
| ^ constant.numeric
| ^ punctuation.definition.group.brace.end
$$
| <- markup.math.block.markdown text.tex.latex.embedded.markdown meta.environment.math.block.dollar.latex punctuation.definition.math.end.markdown
|^ markup.math.block.markdown text.tex.latex.embedded.markdown meta.environment.math.block.dollar.latex punctuation.definition.math.end.markdown
Expand Down

0 comments on commit 5ca3c4b

Please sign in to comment.