# HG changeset patch # User Steve Losh # Date 1716486611 14400 # Node ID 6185ce07bdc162a5f3555ff9ddcba661c0f031b2 # Parent ab888cd09b71e17d1d46ef893d6131213d0b1426 Add TEN templates and Singularity to goodwolf diff -r ab888cd09b71 -r 6185ce07bdc1 colors/goodwolf.vim --- 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')