Skip to content

Commit e4ad9b2

Browse files
committed
Syntax: Fix tests for compatibility with ST4107
1 parent d4b07c5 commit e4ad9b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/syntax_test_markdown.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2021,9 +2021,9 @@ unclosed_paren = (
20212021
| ^ meta.code-fence.definition.begin meta.fold.code-fence.begin - merkup
20222022

20232023
function foo () {
2024-
| <- markup.raw.code-fence.shell.markdown-gfm source.shell.interactive.markdown meta.function.shell keyword.declaration.function.shell
2024+
| <- markup.raw.code-fence.shell.markdown-gfm meta.function.shell keyword.declaration.function.shell
20252025
}
2026-
| <- markup.raw.code-fence.shell.markdown-gfm source.shell.interactive.markdown meta.function.shell meta.compound.shell punctuation.section.compound.end.shell
2026+
| <- markup.raw.code-fence.shell.markdown-gfm meta.function.shell meta.compound.shell punctuation.section.compound.end.shell
20272027

20282028
$ ls ~
20292029
| <- markup.raw.code-fence.shell.markdown-gfm source.shell.interactive comment.other.shell

0 commit comments

Comments
 (0)