From e9c0ff6b948c344d1b4701e129c5155bf8db1629 Mon Sep 17 00:00:00 2001 From: Fausto Núñez Alberro Date: Tue, 26 Jan 2021 22:35:49 +0100 Subject: Support nvim-treesitter highlight groups --- colors/base16-black-metal-bathory.vim | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'colors/base16-black-metal-bathory.vim') diff --git a/colors/base16-black-metal-bathory.vim b/colors/base16-black-metal-bathory.vim index 34752e7..a11a6b3 100644 --- a/colors/base16-black-metal-bathory.vim +++ b/colors/base16-black-metal-bathory.vim @@ -417,6 +417,14 @@ call hi("StartifySelect", s:gui0C, "", s:cterm0C, "", "", "") call hi("StartifySlash", s:gui03, "", s:cterm03, "", "", "") call hi("StartifySpecial", s:gui03, "", s:cterm03, "", "", "") +" Neovim Treesitter highlighting +call hi("TSFunction", s:gui0D, "", s:cterm0D, "", "", "") +call hi("TSKeywordFunction", s:gui0E, "", s:cterm0E, "", "", "") +call hi("TSMethod", s:gui0D, "", s:cterm0D, "", "", "") +call hi("TSProperty", s:gui0A, "", s:cterm0A, "", "", "") +call hi("TSPunctBracket", s:gui0C, "", s:cterm0C, "", "", "") +call hi("TSType", s:gui08, "", s:cterm08, "", "none", "") + " Java highlighting call hi("javaOperator", s:gui0D, "", s:cterm0D, "", "", "") -- cgit v1.2.3