Skip to content

Commit 704a534

Browse files
committed
Merge branch 'st3-develop' into st4-develop
2 parents 2bc5164 + b804a9a commit 704a534

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

tests/syntax_test_markdown.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1835,7 +1835,7 @@ graph n {}
18351835

18361836
```html+php
18371837
<div></div>
1838-
|^^^ entity.name.tag.block.any.html
1838+
|^^^ entity.name.tag.block
18391839
<?php
18401840
| <- markup.raw.code-fence.html-php.markdown-gfm embedding.php meta.embedded punctuation.section.embedded.begin.php
18411841
var_dump(expression);
@@ -2087,7 +2087,7 @@ okay.
20872087
| ^^^^^^^ meta.paragraph markup.italic - meta.disable-markdown
20882088

20892089
</DIV>
2090-
| ^^^ meta.disable-markdown meta.tag.block.any.html
2090+
| ^^^ meta.disable-markdown meta.tag.block
20912091

20922092
## https://spec.commonmark.org/0.30/#example-153
20932093

@@ -2145,7 +2145,7 @@ int x = 33;
21452145
| <- meta.disable-markdown - markup.italic - punctuation
21462146
|^^^^^ meta.disable-markdown - markup.italic
21472147
</Warning>
2148-
| ^^^^^^^ meta.disable-markdown meta.tag.other.html entity.name.tag.other.html
2148+
| ^^^^^^^ meta.disable-markdown meta.tag.other entity.name.tag.other.html
21492149

21502150
## https://spec.commonmark.org/0.30/#example-164
21512151

@@ -2204,15 +2204,15 @@ int x = 33;
22042204
## https://spec.commonmark.org/0.30/#example-169
22052205

22062206
<pre language="haskell"><code>
2207-
| ^^ meta.disable-markdown meta.tag.block.any.html entity.name.tag.block.any.html
2207+
| ^^ meta.disable-markdown meta.tag.block entity.name.tag.block
22082208
import Text.HTML.TagSoup
22092209

22102210
main :: IO ()
22112211
| ^^^^^^^^^^^^ meta.disable-markdown
22122212
main = print $ parseTags tags
22132213
</code></pre>
22142214
| ^^^^^^^^^^^ meta.disable-markdown
2215-
| ^^^ meta.tag.block.any.html entity.name.tag.block.any.html
2215+
| ^^^ meta.tag.block entity.name.tag.block
22162216
okay
22172217
| <- - meta.disable-markdown
22182218

@@ -2450,22 +2450,22 @@ non-disabled markdown
24502450
<div>this is HTML until there are two blank lines
24512451
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.disable-markdown
24522452
still <span>HTML</span>
2453-
| ^^^^ meta.tag.inline.any.html entity.name.tag.inline.any.html
2453+
| ^^^^ meta.tag.inline entity.name.tag.inline
24542454
</div>
24552455
| ^^^^ meta.disable-markdown
24562456

24572457
non-disabled markdown
24582458
| <- - meta.disable-markdown
24592459

24602460
<pre>nested tags don't count <pre>test</pre>
2461-
| ^^^^^^ meta.disable-markdown meta.tag.block.any.html
2461+
| ^^^^^^ meta.disable-markdown meta.tag.block
24622462
non-disabled markdown
24632463
| <- - meta.disable-markdown
24642464

24652465
<div>nested tags don't count <div>test
24662466
| ^^^^^ meta.disable-markdown
24672467
</div>
2468-
| ^^^ meta.disable-markdown entity.name.tag.block.any.html
2468+
| ^^^ meta.disable-markdown entity.name.tag.block
24692469

24702470
non-disabled markdown
24712471
| <- - meta.disable-markdown
@@ -2480,7 +2480,7 @@ non-disabled markdown
24802480

24812481
<div>another</div> <span>disable</span> test
24822482
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.disable-markdown
2483-
| ^^^^^^ meta.tag.inline.any.html
2483+
| ^^^^^^ meta.tag.inline
24842484
disabled markdown
24852485
| <- meta.disable-markdown
24862486

@@ -5696,7 +5696,7 @@ blah*
56965696
| ^ punctuation.definition.raw.begin.markdown
56975697
| ^ punctuation.definition.raw.end.markdown
56985698
| ^ - punctuation
5699-
| ^^^^^^^^^^^^^^^^^^^ meta.tag.inline.a.html
5699+
| ^^^^^^^^^^^^^^^^^^^ meta.tag.inline
57005700

57015701
- list item
57025702

@@ -5957,7 +5957,7 @@ foo
59575957
## https://spec.commonmark.org/0.30/#example-344
59585958
59595959
<a href="`">`
5960-
| ^^^^^^^^^ meta.tag.inline.a
5960+
| ^^^^^^^^^ meta.tag.inline
59615961
| ^ punctuation.definition.raw.begin
59625962
59635963
| <- invalid.illegal.non-terminated.raw
@@ -6929,38 +6929,38 @@ testing__
69296929
*italic text <span>HTML element</span> end of italic text*
69306930
| <- punctuation.definition.italic
69316931
| ^ punctuation.definition.italic
6932-
| ^^^^^^ meta.tag.inline.any.html
6933-
| ^^^^^^^ meta.tag.inline.any.html
6932+
| ^^^^^^ meta.tag.inline
6933+
| ^^^^^^^ meta.tag.inline
69346934
69356935
_italic text <SPAN>HTML element</SPAN> end of italic text_
69366936
| <- punctuation.definition.italic
69376937
| ^ punctuation.definition.italic
6938-
| ^^^^^^ meta.tag.inline.any.html
6939-
| ^^^^^^^ meta.tag.inline.any.html
6938+
| ^^^^^^ meta.tag.inline
6939+
| ^^^^^^^ meta.tag.inline
69406940
69416941
**bold text <span>HTML element</span> end of bold text**
69426942
| <- punctuation.definition.bold
69436943
| ^^ punctuation.definition.bold
6944-
| ^^^^^^ meta.tag.inline.any.html
6945-
| ^^^^^^^ meta.tag.inline.any.html
6944+
| ^^^^^^ meta.tag.inline
6945+
| ^^^^^^^ meta.tag.inline
69466946
69476947
__bold text <span>HTML element</span> end of bold text__
69486948
| <- punctuation.definition.bold
69496949
| ^^ punctuation.definition.bold
6950-
| ^^^^^^ meta.tag.inline.any.html
6951-
| ^^^^^^^ meta.tag.inline.any.html
6950+
| ^^^^^^ meta.tag.inline
6951+
| ^^^^^^^ meta.tag.inline
69526952
69536953
*italic text <span>HTML element</span> end of italic text*
69546954
| <- punctuation.definition.italic
69556955
| ^ punctuation.definition.italic
6956-
| ^^^^^^ meta.tag.inline.any.html
6957-
| ^^^^^^^ meta.tag.inline.any.html
6956+
| ^^^^^^ meta.tag.inline
6957+
| ^^^^^^^ meta.tag.inline
69586958
69596959
_italic text <span>HTML element</span> end of italic text_
69606960
| <- punctuation.definition.italic
69616961
| ^ punctuation.definition.italic
6962-
| ^^^^^^ meta.tag.inline.any.html
6963-
| ^^^^^^^ meta.tag.inline.any.html
6962+
| ^^^^^^ meta.tag.inline
6963+
| ^^^^^^^ meta.tag.inline
69646964
69656965
_test <span>text_ foobar</span>
69666966
| <- punctuation

0 commit comments

Comments
 (0)