mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
parent
3b8c2ea492
commit
e4083fc8e1
47 changed files with 126 additions and 3 deletions
|
|
@ -514,7 +514,7 @@ TODO: docs
|
|||
|
||||
`TSNumber`
|
||||
*hl-TSNumber*
|
||||
For all numbers
|
||||
For all numbers
|
||||
|
||||
`TSOperator`
|
||||
*hl-TSOperator*
|
||||
|
|
@ -576,6 +576,11 @@ Tag delimiter like `<` `>` `/`
|
|||
*hl-TSText*
|
||||
For strings considered text in a markup language.
|
||||
|
||||
`TSStrong`
|
||||
*hl-TSSTrong*
|
||||
|
||||
For text to be represented in bold.
|
||||
|
||||
`TSEmphasis`
|
||||
*hl-TSEmphasis*
|
||||
For text to be represented with emphasis.
|
||||
|
|
@ -600,6 +605,18 @@ Literal text.
|
|||
*hl-TSURI*
|
||||
Any URI like a link or email.
|
||||
|
||||
`TSNote`
|
||||
*hl-TSNote*
|
||||
Text representation of an informational note.
|
||||
|
||||
`TSWarning`
|
||||
*TSWarning*
|
||||
Text representation of a warning note.
|
||||
|
||||
`TSDanger`
|
||||
*TSDanger*
|
||||
Text representation of a danger note.
|
||||
|
||||
`TSType`
|
||||
*hl-TSType*
|
||||
For types.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue