mirror of
https://github.com/sjl/badwolf.git
synced 2025-11-08 11:03:48 -05:00
Compare commits
4 Commits
a449a70e06
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
585229900f | ||
|
|
8dfd3abb8d | ||
|
|
61d75affa5 | ||
|
|
c584259ec1 |
@@ -35,6 +35,7 @@ if !has("gui_running") && &t_Co != 88 && &t_Co != 256
|
||||
finish
|
||||
endif
|
||||
|
||||
highlight clear
|
||||
set background=dark
|
||||
|
||||
if exists("syntax_on")
|
||||
|
||||
@@ -19,6 +19,7 @@ if !has("gui_running") && &t_Co != 88 && &t_Co != 256
|
||||
finish
|
||||
endif
|
||||
|
||||
highlight clear
|
||||
set background=dark
|
||||
|
||||
if exists("syntax_on")
|
||||
@@ -437,6 +438,21 @@ else
|
||||
call GoodWolfHL('htmlLink', 'lightgravel', '', 'none')
|
||||
endif
|
||||
|
||||
" }}}
|
||||
" HTML/Django {{{
|
||||
|
||||
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 {{{
|
||||
|
||||
@@ -563,6 +579,13 @@ call GoodWolfHL('scalaParamAnnotationValue', 'gravel', '', 'bold')
|
||||
call GoodWolfHL('scalaCommentAnnotation', 'gravel', '', 'bold')
|
||||
call GoodWolfHL('scalaDocLinks', 'gravel', '', 'bold')
|
||||
|
||||
" }}}
|
||||
" Singularity {{{
|
||||
|
||||
call GoodWolfHL('singularitySectionLine', 'taffy', '', 'bold')
|
||||
call GoodWolfHL('singularitySection', 'taffy', '', 'bold')
|
||||
call GoodWolfHL('singularityKeyword', 'dress', '', '')
|
||||
|
||||
" }}}
|
||||
" Vim {{{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user