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