diff options
author | Rom Grk <romgrk@users.noreply.github.com> | 2021-04-23 14:18:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 14:18:09 -0400 |
commit | 051cd6db324cd38e3b2f96230454ebe947fe12dd (patch) | |
tree | e8d193d334bed225452f448bde7bcf697197632d /colors | |
parent | 0c6c0d84292aa45082f8ac5c3934dce14b716c38 (diff) | |
parent | a76703628f7aa41545678764034650fe08b90856 (diff) |
Merge pull request #11 from phaazon/fix/function-colors
Fix treesitter function highlights.
Diffstat (limited to 'colors')
-rw-r--r-- | colors/doom-one.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |