aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2022-01-07 20:04:21 +0100
committerStephan Seitz <stephan.seitz@fau.de>2022-01-16 17:16:54 +0100
commitdada29a1e5ab458f3493e9e1175fe29a3aa341fb (patch)
tree4190ef7e68ec38eaf471100016a55e3366215f1e /tests/query/highlights
parenthighlights(rust): add "yield" keyword (diff)
downloadnvim-treesitter-dada29a1e5ab458f3493e9e1175fe29a3aa341fb.tar
nvim-treesitter-dada29a1e5ab458f3493e9e1175fe29a3aa341fb.tar.gz
nvim-treesitter-dada29a1e5ab458f3493e9e1175fe29a3aa341fb.tar.bz2
nvim-treesitter-dada29a1e5ab458f3493e9e1175fe29a3aa341fb.tar.lz
nvim-treesitter-dada29a1e5ab458f3493e9e1175fe29a3aa341fb.tar.xz
nvim-treesitter-dada29a1e5ab458f3493e9e1175fe29a3aa341fb.tar.zst
nvim-treesitter-dada29a1e5ab458f3493e9e1175fe29a3aa341fb.zip
fix(ci): make highlight test working with markdown
Diffstat (limited to 'tests/query/highlights')
-rw-r--r--tests/query/highlights/markdown/test.md45
1 files changed, 16 insertions, 29 deletions
diff --git a/tests/query/highlights/markdown/test.md b/tests/query/highlights/markdown/test.md
index 1eaba982c..af37e5cee 100644
--- a/tests/query/highlights/markdown/test.md
+++ b/tests/query/highlights/markdown/test.md
@@ -1,41 +1,28 @@
# H1
-
-<!--
-^ TSPunctSpecial
--->
+<!-- <- TSPunctSpecial -->
## H2
-
-<!--
-^ TSPunctSpecial
--->
+<!-- <- TSPunctSpecial -->
- Item 1
- Item 2
-
-<!--
-^ TSPunctSpecial
--->
+<!-- <- TSPunctSpecial -->
1. Item 1
2. Item 2
+<!-- <- TSPunctSpecial -->
-<!--
- ^ TSPunctSpecial
--->
-
-![image_description](https://example.com/image.jpg "awesome image title")
-
-<!--
- ^ TSTextReference ^ TSURI ^ TSLiteral
- ^ TSPunctDelimiter ^ TSPunctDelimiter
-^ TSPunctSpecial
--->
+----![image_description](https://example.com/image.jpg "awesome image title")
+<!-- ^ TSTextReference -->
+<!-- ^ TSURI -->
+<!-- ^ TSLiteral -->
+<!--^ TSPunctDelimiter -->
+<!-- ^ TSPunctDelimiter -->
+<!-- ^ TSPunctDelimiter -->
[link_text](#local_reference "link go brr...")
-
-<!--
- ^ TSURI
- ^ TSTextReference ^ TSLiteral
-^ TSPunctDelimiter ^ TSPunctDelimiter
--->
+<!-- ^ TSTextReference -->
+<!-- ^ TSURI -->
+<!-- ^ TSLiteral -->
+<!-- <- TSPunctDelimiter -->
+<!-- ^ TSPunctDelimiter -->