From 4ce52ff5bdd6eb90a4fd71aea78d2596e9f3cc3e Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Fri, 20 May 2022 10:52:57 +0200 Subject: [PATCH] Set treesitter defaults --- colors/smyckblue.vim | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/colors/smyckblue.vim b/colors/smyckblue.vim index 404a102..a5c9a3b 100644 --- a/colors/smyckblue.vim +++ b/colors/smyckblue.vim @@ -92,6 +92,19 @@ hi SpellCap cterm=none ctermbg=4 ctermfg=15 gui=none hi SpellLocal cterm=none ctermbg=4 ctermfg=15 gui=none guifg=#F7F7F7 hi SpellRare cterm=none ctermbg=4 ctermfg=15 gui=none guifg=#F7F7F7 +" Treesitter mapping +hi link TSVariableBuiltin Identifier +hi link TSConstructor Method +hi link TSField TSVariable +" "unset / clear" properties to not have highlighting +hi link TSType unkown +hi link TSParameter unkown +hi link TSProperty unkown +hi link TSNamespace unkown +hi link TSMethod unkown +hi link TSFunction unkown +hi link TSConstant unkown + " Erlang hi link erlangAtom Keyword hi link erlangBitType Keyword