Skip to content

Commit

Permalink
Syntax: More lazy syntax tests
Browse files Browse the repository at this point in the history
Avoid compatibility issues with core packages.
  • Loading branch information
deathaxe committed Oct 22, 2024
1 parent bf23923 commit a6b3195
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/syntax_test_markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -2043,9 +2043,9 @@ unclosed_paren = (
| ^ meta.code-fence.definition.begin meta.fold.code-fence.begin - merkup

function foo () {
| <- markup.raw.code-fence.shell.markdown-gfm meta.function.shell keyword.declaration.function.shell
| <- markup.raw.code-fence.shell.markdown-gfm meta.function keyword.declaration.function.shell
}
| <- markup.raw.code-fence.shell.markdown-gfm meta.function.shell punctuation.section
| <- markup.raw.code-fence.shell.markdown-gfm meta.function punctuation.section

$ ls ~
| <- markup.raw.code-fence.shell.markdown-gfm source.shell.interactive comment.other.shell
Expand Down Expand Up @@ -2394,7 +2394,7 @@ okay

<style
type="text/css">
| ^^^^^^^^^^^^^^^ meta.disable-markdown meta.tag.style.begin.html meta.attribute-with-value.html
| ^^^^^^^^^^^^^^^ meta.disable-markdown meta.tag.style.begin.html meta.attribute-with-value
h1 {color:red;}
| ^^^^^ meta.disable-markdown source.css.embedded.html meta.property-list.css meta.property-name.css support.type.property-name.css

Expand Down

0 comments on commit a6b3195

Please sign in to comment.