From 647268183f8eb164bf8c94ec1c87634f51f5c34a Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Sun, 11 Jul 2021 15:59:53 -0500 Subject: Highlights: define string.special (#1551) * Highlights: define string.special This was in our CONTRIBUTING.md file, but wasn't defined. Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/1405 * Use string.escape --- doc/nvim-treesitter.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt index 493761d8..68a9f15e 100644 --- a/doc/nvim-treesitter.txt +++ b/doc/nvim-treesitter.txt @@ -602,6 +602,10 @@ For regexes. `TSStringEscape` For escape characters within a string. + *hl-TSStringSpecial* +`TSStringSpecial` +For strings with special meaning that don't fit into the above categories. + *hl-TSSymbol* `TSSymbol` For identifiers referring to symbols or atoms. -- cgit v1.2.3