ab888cd09b71 default tip

Add some basic Django stuff to goodwolf
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 08 May 2024 10:22:05 -0400
parents fbbdfbde7b87
children (none)
branches/tags default tip
files colors/goodwolf.vim

Changes

--- a/colors/goodwolf.vim	Fri Mar 15 10:07:28 2024 -0400
+++ b/colors/goodwolf.vim	Wed May 08 10:22:05 2024 -0400
@@ -438,6 +438,15 @@
 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')
+
+" }}}
 " Java {{{
 
 call GoodWolfHL('javaCommentTitle', 'gravel', '')