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:
parent
ebd62751e7
commit
010e2c4fac
@ -155,7 +155,6 @@ hi def link snipGlobalFooterKeyword snipKeyword
|
||||
hi def link snipCommand Special
|
||||
hi def link snipCommandDelim snipCommand
|
||||
hi def link snipShellCommand snipCommand
|
||||
hi def link snipPythonCommand snipCommand
|
||||
hi def link snipVimLCommand snipCommand
|
||||
hi def link snipPythonCommandP PreProc
|
||||
hi def link snipVimLCommandV PreProc
|
||||
|
Loading…
Reference in New Issue
Block a user