mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 02:40:09 -04:00
chore(tests): consistent captures
This commit is contained in:
parent
17fae3f4a3
commit
10dd49958c
60 changed files with 872 additions and 873 deletions
|
|
@ -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 -->
|
||||
|
||||
----
|
||||
<!-- ^ 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 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue