Add some basic Django stuff to goodwolf
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 08 May 2024 10:22:05 -0400 |
parents |
fbbdfbde7b87
|
children |
6185ce07bdc1
|
branches/tags |
(none) |
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', '')