aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights/markdown
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2023-12-24 12:52:21 +0100
committerChristian Clason <c.clason@uni-graz.at>2024-01-19 16:58:37 +0100
commit10dd49958c96f86c8247c715bd20a6681afc1d8b (patch)
tree511849caff160e818f4dd08a6106137dcadb620d /tests/query/highlights/markdown
parentfeat(injections): add printf format strings (diff)
downloadnvim-treesitter-10dd49958c96f86c8247c715bd20a6681afc1d8b.tar
nvim-treesitter-10dd49958c96f86c8247c715bd20a6681afc1d8b.tar.gz
nvim-treesitter-10dd49958c96f86c8247c715bd20a6681afc1d8b.tar.bz2
nvim-treesitter-10dd49958c96f86c8247c715bd20a6681afc1d8b.tar.lz
nvim-treesitter-10dd49958c96f86c8247c715bd20a6681afc1d8b.tar.xz
nvim-treesitter-10dd49958c96f86c8247c715bd20a6681afc1d8b.tar.zst
nvim-treesitter-10dd49958c96f86c8247c715bd20a6681afc1d8b.zip
chore(tests): consistent captures
Diffstat (limited to 'tests/query/highlights/markdown')
-rw-r--r--tests/query/highlights/markdown/test.md30
1 files changed, 15 insertions, 15 deletions
diff --git a/tests/query/highlights/markdown/test.md b/tests/query/highlights/markdown/test.md
index 2d3734515..20953a863 100644
--- a/tests/query/highlights/markdown/test.md
+++ b/tests/query/highlights/markdown/test.md
@@ -1,28 +1,28 @@
# H1
-<!-- <- text.title.1.marker -->
+<!-- <- @text.title.1.marker -->
## H2
-<!-- <- text.title.2.marker -->
+<!-- <- @text.title.2.marker -->
- Item 1
- Item 2
-<!-- <- punctuation.special -->
+<!-- <- @punctuation.special -->
1. Item 1
2. Item 2
-<!-- <- punctuation.special -->
+<!-- <- @punctuation.special -->
----![image_description](https://example.com/image.jpg "awesome image title")
-<!-- ^ text.reference -->
-<!-- ^ text.uri -->
-<!-- ^ text.literal -->
-<!--^ punctuation.special -->
-<!-- ^ punctuation.bracket -->
-<!-- ^ punctuation.bracket -->
+<!-- ^ @text.reference -->
+<!-- ^ @text.uri -->
+<!-- ^ @text.literal -->
+<!--^ @punctuation.special -->
+<!-- ^ @punctuation.bracket -->
+<!-- ^ @punctuation.bracket -->
[link_text](#local_reference "link go brr...")
-<!-- ^ text.reference -->
-<!-- ^ text.uri -->
-<!-- ^ text.literal -->
-<!-- <- punctuation.bracket -->
-<!-- ^ punctuation.bracket -->
+<!-- ^ @text.reference -->
+<!-- ^ @text.uri -->
+<!-- ^ @text.literal -->
+<!-- <- @punctuation.bracket -->
+<!-- ^ @punctuation.bracket -->