mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
chore(markdown): highlights test
This commit is contained in:
parent
ab691444ce
commit
0f01bbb1c2
1 changed files with 41 additions and 0 deletions
41
tests/query/highlights/markdown/test.md
Normal file
41
tests/query/highlights/markdown/test.md
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
# H1
|
||||
|
||||
<!--
|
||||
^ TSPunctSpecial
|
||||
-->
|
||||
|
||||
## H2
|
||||
|
||||
<!--
|
||||
^ TSPunctSpecial
|
||||
-->
|
||||
|
||||
- Item 1
|
||||
- Item 2
|
||||
|
||||
<!--
|
||||
^ TSPunctSpecial
|
||||
-->
|
||||
|
||||
1. Item 1
|
||||
2. Item 2
|
||||
|
||||
<!--
|
||||
^ TSPunctSpecial
|
||||
-->
|
||||
|
||||

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