mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
also add a few queries from Helix and remove controversial code block conceal in Markdown
28 lines
1.1 KiB
Markdown
28 lines
1.1 KiB
Markdown
# H1
|
|
<!-- <- text.title.1.marker -->
|
|
|
|
## H2
|
|
<!-- <- text.title.2.marker -->
|
|
|
|
- Item 1
|
|
- Item 2
|
|
<!-- <- punctuation.special -->
|
|
|
|
1. Item 1
|
|
2. Item 2
|
|
<!-- <- punctuation.special -->
|
|
|
|
----
|
|
<!-- ^ 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 -->
|