From 39e204f8e7efaae4915092b045321c6150bb3119 Mon Sep 17 00:00:00 2001 From: ngc92 <7938269+ngc92@users.noreply.github.com> Date: Fri, 9 Dec 2022 11:01:24 +0200 Subject: [PATCH] fix scope test --- LaTeX/tests/syntax_test_tex.math.tex | 2 +- Markdown/tests/syntax_test_markdown.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LaTeX/tests/syntax_test_tex.math.tex b/LaTeX/tests/syntax_test_tex.math.tex index e26550e9aef..b30b86366cd 100644 --- a/LaTeX/tests/syntax_test_tex.math.tex +++ b/LaTeX/tests/syntax_test_tex.math.tex @@ -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 $$ diff --git a/Markdown/tests/syntax_test_markdown.md b/Markdown/tests/syntax_test_markdown.md index cbfc18d2425..4088aa8e9e8 100644 --- a/Markdown/tests/syntax_test_markdown.md +++ b/Markdown/tests/syntax_test_markdown.md @@ -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 $$