6185ce07bdc1 default tip

Add TEN templates and Singularity to goodwolf
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 23 May 2024 13:50:11 -0400
parents ab888cd09b71
children (none)
branches/tags default tip
files colors/goodwolf.vim

Changes

--- a/colors/goodwolf.vim	Wed May 08 10:22:05 2024 -0400
+++ b/colors/goodwolf.vim	Thu May 23 13:50:11 2024 -0400
@@ -440,13 +440,19 @@
 " }}}
 " 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 {{{
 
 call GoodWolfHL('javaCommentTitle', 'gravel', '')
@@ -573,6 +579,13 @@
 call GoodWolfHL('scalaDocLinks', 'gravel', '', 'bold')
 
 " }}}
+" Singularity {{{
+
+call GoodWolfHL('singularitySectionLine', 'taffy', '', 'bold')
+call GoodWolfHL('singularitySection', 'taffy', '', 'bold')
+call GoodWolfHL('singularityKeyword', 'dress', '', '')
+
+" }}}
 " Vim {{{
 
 call GoodWolfHL('helpHyperTextJump', 'dress', '', 'none')