mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 07:50:07 -04:00
fix(ci): make highlight test working with markdown
This commit is contained in:
parent
7889b3aea8
commit
dada29a1e5
2 changed files with 31 additions and 30 deletions
|
|
@ -1,41 +1,28 @@
|
|||
# H1
|
||||
|
||||
<!--
|
||||
^ TSPunctSpecial
|
||||
-->
|
||||
<!-- <- TSPunctSpecial -->
|
||||
|
||||
## H2
|
||||
|
||||
<!--
|
||||
^ TSPunctSpecial
|
||||
-->
|
||||
<!-- <- TSPunctSpecial -->
|
||||
|
||||
- Item 1
|
||||
- Item 2
|
||||
|
||||
<!--
|
||||
^ TSPunctSpecial
|
||||
-->
|
||||
<!-- <- TSPunctSpecial -->
|
||||
|
||||
1. Item 1
|
||||
2. Item 2
|
||||
<!-- <- TSPunctSpecial -->
|
||||
|
||||
<!--
|
||||
^ TSPunctSpecial
|
||||
-->
|
||||
|
||||

|
||||
|
||||
<!--
|
||||
^ TSTextReference ^ TSURI ^ TSLiteral
|
||||
^ TSPunctDelimiter ^ TSPunctDelimiter
|
||||
^ TSPunctSpecial
|
||||
-->
|
||||
----
|
||||
<!-- ^ TSTextReference -->
|
||||
<!-- ^ TSURI -->
|
||||
<!-- ^ TSLiteral -->
|
||||
<!--^ TSPunctDelimiter -->
|
||||
<!-- ^ TSPunctDelimiter -->
|
||||
<!-- ^ TSPunctDelimiter -->
|
||||
|
||||
[link_text](#local_reference "link go brr...")
|
||||
|
||||
<!--
|
||||
^ TSURI
|
||||
^ TSTextReference ^ TSLiteral
|
||||
^ TSPunctDelimiter ^ TSPunctDelimiter
|
||||
-->
|
||||
<!-- ^ TSTextReference -->
|
||||
<!-- ^ TSURI -->
|
||||
<!-- ^ TSLiteral -->
|
||||
<!-- <- TSPunctDelimiter -->
|
||||
<!-- ^ TSPunctDelimiter -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue