From bd9095e96986fbb65829a3dbc598f9b35d9b7db2 Mon Sep 17 00:00:00 2001 From: antonk52 Date: Sun, 4 Jul 2021 19:55:59 +0300 Subject: feat(keywords) add keyword.return & keyword.yield --- doc/nvim-treesitter.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt index 47ccdf72a..3161ca58d 100644 --- a/doc/nvim-treesitter.txt +++ b/doc/nvim-treesitter.txt @@ -528,6 +528,14 @@ For keywords used to define a fuction. `TSKeywordOperator` 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. + *hl-TSLabel* `TSLabel` For labels: `label:` in C and `:label:` in Lua. -- cgit v1.2.3-70-g09d2