From 3cc1e3d2d84e3f5764c417f54a5d217ced07d089 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Mon, 26 Oct 2020 13:33:43 +0000 Subject: [PATCH] Change some Python highlight groups --- after/syntax/python.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 after/syntax/python.vim diff --git a/after/syntax/python.vim b/after/syntax/python.vim new file mode 100644 index 0000000..b3665b2 --- /dev/null +++ b/after/syntax/python.vim @@ -0,0 +1,2 @@ +highlight link pythonException Conditional +highlight link pythonExceptions Keyword