mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 00:40:06 -04:00
feat!: remove obsolete TS* highlight groups
This commit is contained in:
parent
4cccb6f494
commit
42ab95d5e1
8 changed files with 25 additions and 572 deletions
|
|
@ -1,28 +1,28 @@
|
|||
# H1
|
||||
<!-- <- TSPunctSpecial -->
|
||||
<!-- <- punctuation.special -->
|
||||
|
||||
## H2
|
||||
<!-- <- TSPunctSpecial -->
|
||||
<!-- <- punctuation.special -->
|
||||
|
||||
- Item 1
|
||||
- Item 2
|
||||
<!-- <- TSPunctSpecial -->
|
||||
<!-- <- punctuation.special -->
|
||||
|
||||
1. Item 1
|
||||
2. Item 2
|
||||
<!-- <- TSPunctSpecial -->
|
||||
<!-- <- punctuation.special -->
|
||||
|
||||
----
|
||||
<!-- ^ TSTextReference -->
|
||||
<!-- ^ TSURI -->
|
||||
<!-- ^ TSLiteral -->
|
||||
<!--^ TSPunctDelimiter -->
|
||||
<!-- ^ TSPunctDelimiter -->
|
||||
<!-- //TODO: currently disabled TSPunctDelimiter -->
|
||||
<!-- ^ text.reference -->
|
||||
<!-- ^ text.uri -->
|
||||
<!-- ^ text.literal -->
|
||||
<!--^ punctuation.delimiter -->
|
||||
<!-- ^ punctuation.delimiter -->
|
||||
<!-- //TODO: currently disabled punctuation.delimiter -->
|
||||
|
||||
[link_text](#local_reference "link go brr...")
|
||||
<!-- ^ TSTextReference -->
|
||||
<!-- ^ TSURI -->
|
||||
<!-- ^ TSLiteral -->
|
||||
<!-- <- TSPunctDelimiter -->
|
||||
<!-- //TODO: currently disabled TSPunctDelimiter -->
|
||||
<!-- ^ text.reference -->
|
||||
<!-- ^ text.uri -->
|
||||
<!-- ^ text.literal -->
|
||||
<!-- <- punctuation.delimiter -->
|
||||
<!-- //TODO: currently disabled punctuation.delimiter -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue