From a76703628f7aa41545678764034650fe08b90856 Mon Sep 17 00:00:00 2001
From: Dimitri Sabadie <dimitri.sabadie@gmail.com>
Date: Thu, 22 Apr 2021 18:27:41 +0200
Subject: Fix treesitter function highlights.

---
 colors/doom-one.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'colors')

diff --git a/colors/doom-one.vim b/colors/doom-one.vim
index c6bb738..6ef4e69 100644
--- a/colors/doom-one.vim
+++ b/colors/doom-one.vim
@@ -511,7 +511,7 @@ hi! link TSFuncBuiltin FunctionBuiltin
 hi! link TSFuncMacro Function
 hi! link TSInclude Include
 hi! link TSKeyword Keyword
-hi! link TSKeywordFunction Function
+hi! link TSKeywordFunction Keyword
 hi! link TSKeywordOperator Operator
 hi! link TSLabel Label
 hi! link TSLiteral Constant
-- 
cgit v1.2.3