Skip to content

Commit

Permalink
fix scope test
Browse files Browse the repository at this point in the history
  • Loading branch information
ngc92 committed Dec 9, 2022
1 parent 8baa6df commit 39e204f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LaTeX/tests/syntax_test_tex.math.tex
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
% ^ variable.other.math.tex markup.italic.math.tex
% ^ punctuation.separator.subscript.tex
% ^ variable.other.math.tex
% ^ keyword.operator.superscript.tex
% ^ punctuation.separator.superscript.tex
% ^ meta.number.integer.decimal.tex constant.numeric.value.tex
$$
4 changes: 2 additions & 2 deletions Markdown/tests/syntax_test_markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -8047,11 +8047,11 @@ foo = 1 + 2 * \sqrt{a^2+b^2}
| ^^^^^^^^^ meta.group.brace
| ^ punctuation.definition.group.brace.begin
| ^ variable.other.math
| ^ keyword.operator.arithmetic
| ^ punctuation.separator.superscript.tex
| ^ constant.numeric.value
| ^ keyword.operator.arithmetic
| ^ variable.other.math
| ^ keyword.operator.arithmetic
| ^ punctuation.separator.superscript.tex
| ^ constant.numeric.value
| ^ punctuation.definition.group.brace.end
$$
Expand Down

0 comments on commit 39e204f

Please sign in to comment.