From e4083fc8e11e6585f53d62eb71778cc2af464fad Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Fri, 12 Mar 2021 11:21:46 -0500 Subject: Add comment parser to highlight comment tags (#893) Closes #236 --- doc/nvim-treesitter.txt | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt index 6ad57eef9..b5d214ba1 100644 --- a/doc/nvim-treesitter.txt +++ b/doc/nvim-treesitter.txt @@ -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. -- cgit v1.2.3-70-g09d2