aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/nvim-treesitter.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/nvim-treesitter.vim')
-rw-r--r--plugin/nvim-treesitter.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/nvim-treesitter.vim b/plugin/nvim-treesitter.vim
index e9a630a22..30aba6699 100644
--- a/plugin/nvim-treesitter.vim
+++ b/plugin/nvim-treesitter.vim
@@ -63,6 +63,8 @@ highlight default link TSOperator Operator
highlight default link TSKeyword Keyword
highlight default link TSKeywordFunction Keyword
highlight default link TSKeywordOperator TSOperator
+highlight default link TSKeywordReturn TSKeyword
+highlight default link TSKeywordYield TSKeyword
highlight default link TSException Exception
highlight default link TSType Type