From 010e2c4facca8945ebee17a66d24f1db99195d50 Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Mon, 30 Jun 2014 19:29:00 -0700 Subject: [PATCH] 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. --- syntax/snippets.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/syntax/snippets.vim b/syntax/snippets.vim index 3e3b9b7..4416b64 100644 --- a/syntax/snippets.vim +++ b/syntax/snippets.vim @@ -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