Add some basic Django stuff to goodwolf

This commit is contained in:
Steve Losh
2024-05-08 10:22:05 -04:00
parent 15b37caad7
commit c584259ec1

View File

@@ -437,6 +437,15 @@ else
call GoodWolfHL('htmlLink', 'lightgravel', '', 'none') call GoodWolfHL('htmlLink', 'lightgravel', '', 'none')
endif 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 {{{ " Java {{{