Set treesitter defaults

This commit is contained in:
Daniel Siepmann 2022-05-20 10:52:57 +02:00
parent 002cb9d596
commit 4ce52ff5bd
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -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