From cbc9a38e0f72561565f1e6710ea08afdf207da86 Mon Sep 17 00:00:00 2001 From: Michaƫl Ball Date: Wed, 28 Jul 2021 16:56:23 +0100 Subject: Add TreeSitter rules --- templates/default.mustache | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'templates') diff --git a/templates/default.mustache b/templates/default.mustache index e0b612c..d5c7476 100644 --- a/templates/default.mustache +++ b/templates/default.mustache @@ -405,6 +405,27 @@ call hi("StartifySpecial", s:gui03, "", s:cterm03, "", "", "") " Java highlighting call hi("javaOperator", s:gui0D, "", s:cterm0D, "", "", "") +" Treesitter +call hi("TSNote", s:gui00, s:gui0D, s:cterm00, s:cterm0D, "", "") +call hi("TSWarning", s:gui00, s:gui0A, s:cterm00, s:cterm0A, "", "") +call hi("TSWarning", s:gui00, s:gui08, s:cterm00, s:cterm08, "", "") +call hi("TSConstructor", s:gui0D, "", s:cterm0D, "", "", "") +call hi("TSField", s:gui0D, "", s:cterm0D, "", "", "") +call hi("TSKeyword", s:gui0E, "", s:cterm0E, "", "", "") +call hi("TSKeywordFunction", s:gui0E, "", s:cterm0E, "", "", "") +call hi("TSLabel", s:gui0D, "", s:cterm0D, "", "", "") +call hi("TSOperator", s:gui05, "", s:cterm05, "", "", "") +call hi("TSParameter", s:gui0D, "", s:cterm0D, "", "", "") +call hi("TSProperty", s:gui0D, "", s:cterm0D, "", "", "") +call hi("TSPunctDelimiter", s:gui05, "", s:cterm05, "", "", "") +call hi("TSPunctBracket", s:gui0C, "", s:cterm0C, "", "", "") +call hi("TSPunctSpecial", s:gui05, "", s:cterm05, "", "", "") +call hi("TSStringRegex", s:gui0C, "", s:cterm0C, "", "", "") +call hi("TSStringEscape", s:gui0C, "", s:cterm0C, "", "", "") +call hi("TSVariable", s:gui08, "", s:cterm08, "", "", "") +call hi("TSVariableBuiltin", s:gui08, "", s:cterm08, "", "", "") +call hi("TSTextReference", s:gui0C, "", s:cterm0C, "", "", "") + " Remove functions delf hi -- cgit v1.2.3