Remove the coloring for python commands

Python commands tend to be longer than normal commands, and they already
include embedded python syntax coloring, so coloring them red like shell
commands is a bit overwhelming.

Preferably there would be some subtle background color we could apply,
but I don't see any pre-existing group name for that, and defining our
own would not play well with colorschemes.
This commit is contained in:
Kevin Ballard 2014-06-30 19:29:00 -07:00
parent ebd62751e7
commit 010e2c4fac

View File

@ -155,7 +155,6 @@ hi def link snipGlobalFooterKeyword snipKeyword
hi def link snipCommand Special hi def link snipCommand Special
hi def link snipCommandDelim snipCommand hi def link snipCommandDelim snipCommand
hi def link snipShellCommand snipCommand hi def link snipShellCommand snipCommand
hi def link snipPythonCommand snipCommand
hi def link snipVimLCommand snipCommand hi def link snipVimLCommand snipCommand
hi def link snipPythonCommandP PreProc hi def link snipPythonCommandP PreProc
hi def link snipVimLCommandV PreProc hi def link snipVimLCommandV PreProc