From 61d75affa51d40213d671edc9c8ff83992d7fd6f Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Thu, 23 May 2024 13:50:11 -0400 Subject: [PATCH] Add TEN templates and Singularity to goodwolf --- colors/goodwolf.vim | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/colors/goodwolf.vim b/colors/goodwolf.vim index 74ad82a..fd96ee0 100644 --- a/colors/goodwolf.vim +++ b/colors/goodwolf.vim @@ -440,12 +440,18 @@ endif " }}} " HTML/Django {{{ -" Punctuation call GoodWolfHL('djangoTagBlock', 'coffee', 'bg', 'bold') call GoodWolfHL('djangoStatement', 'orange', 'bg', 'none') call GoodWolfHL('djangoArgument', 'dress', 'bg', 'none') call GoodWolfHL('djangoVarBlock', 'lime', 'bg', 'none') +" }}} +" HTML/TEN {{{ + +call GoodWolfHL('tenTagBlock', 'orange', 'bg', 'bold') +call GoodWolfHL('tenArgument', 'lime', 'bg', 'none') +call GoodWolfHL('tenVarBlock', 'dress', 'bg', 'none') + " }}} " Java {{{ @@ -572,6 +578,13 @@ call GoodWolfHL('scalaParamAnnotationValue', 'gravel', '', 'bold') call GoodWolfHL('scalaCommentAnnotation', 'gravel', '', 'bold') call GoodWolfHL('scalaDocLinks', 'gravel', '', 'bold') +" }}} +" Singularity {{{ + +call GoodWolfHL('singularitySectionLine', 'taffy', '', 'bold') +call GoodWolfHL('singularitySection', 'taffy', '', 'bold') +call GoodWolfHL('singularityKeyword', 'dress', '', '') + " }}} " Vim {{{