change delimiter to orange

This commit is contained in:
Giovanni Lanzani
2012-08-13 10:56:58 +02:00
parent 61f9da7dc0
commit 7e3e2124c4

View File

@@ -242,7 +242,7 @@ call s:HL('Repeat', 'taffy', '', 'none')
" Functions and variable declarations are orange, because plain looks weird. " Functions and variable declarations are orange, because plain looks weird.
call s:HL('Identifier', 'orange', '', 'none') call s:HL('Identifier', 'orange', '', 'none')
call s:HL('Function', 'orange', '', 'none') call s:HL('Function', 'orange', '', 'none')
call s:HL('Delimiter', 'tardis', '', 'none') call s:HL('Delimiter', 'orange', '', 'none')
" Preprocessor stuff is lime, to make it pop. " Preprocessor stuff is lime, to make it pop.
" "