From 90f15d9bf750e35666e029174481dafbe5fde817 Mon Sep 17 00:00:00 2001 From: antonk52 Date: Sun, 4 Jul 2021 20:24:25 +0300 Subject: feat(keywords) merge return and yield into keyword.return group --- doc/nvim-treesitter.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt index 3161ca58..ac764d88 100644 --- a/doc/nvim-treesitter.txt +++ b/doc/nvim-treesitter.txt @@ -530,11 +530,7 @@ for operators that are English words, e.g. `and`, `as`, `or`. *hl-TSKeywordReturn* `TSKeywordReturn` -for the `return` keyword. - - *hl-TSKeywordYield* -`TSKeywordYield` -for the `yield` keyword. +for the `return` and `yield` keywords. *hl-TSLabel* `TSLabel` -- cgit v1.2.3