aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-tomorrow-night-eighties.vim
diff options
context:
space:
mode:
authorFausto Núñez Alberro <fausto.nunez@mailbox.org>2021-01-26 22:35:49 +0100
committerFausto Núñez Alberro <fausto.nunez@mailbox.org>2021-01-26 23:12:12 +0100
commite9c0ff6b948c344d1b4701e129c5155bf8db1629 (patch)
treef06b03f11b8b6e09211c06ba43f0df472c67c08d /colors/base16-tomorrow-night-eighties.vim
parent32c5a72ec2b3bb9a90bfe22ee92733801b8d355c (diff)
Support nvim-treesitter highlight groups
Diffstat (limited to 'colors/base16-tomorrow-night-eighties.vim')
-rw-r--r--colors/base16-tomorrow-night-eighties.vim8
1 files changed, 8 insertions, 0 deletions
diff --git a/colors/base16-tomorrow-night-eighties.vim b/colors/base16-tomorrow-night-eighties.vim
index 3403e1c..58ac044 100644
--- a/colors/base16-tomorrow-night-eighties.vim
+++ b/colors/base16-tomorrow-night-eighties.vim
@@ -417,6 +417,14 @@ call <sid>hi("StartifySelect", s:gui0C, "", s:cterm0C, "", "", "")
call <sid>hi("StartifySlash", s:gui03, "", s:cterm03, "", "", "")
call <sid>hi("StartifySpecial", s:gui03, "", s:cterm03, "", "", "")
+" Neovim Treesitter highlighting
+call <sid>hi("TSFunction", s:gui0D, "", s:cterm0D, "", "", "")
+call <sid>hi("TSKeywordFunction", s:gui0E, "", s:cterm0E, "", "", "")
+call <sid>hi("TSMethod", s:gui0D, "", s:cterm0D, "", "", "")
+call <sid>hi("TSProperty", s:gui0A, "", s:cterm0A, "", "", "")
+call <sid>hi("TSPunctBracket", s:gui0C, "", s:cterm0C, "", "", "")
+call <sid>hi("TSType", s:gui08, "", s:cterm08, "", "none", "")
+
" Java highlighting
call <sid>hi("javaOperator", s:gui0D, "", s:cterm0D, "", "", "")