diff options
-rw-r--r-- | ligature_plugins/python.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ligature_plugins/python.vim b/ligature_plugins/python.vim index 2f9b1b6..f79de00 100644 --- a/ligature_plugins/python.vim +++ b/ligature_plugins/python.vim | |||
@@ -25,8 +25,6 @@ syntax keyword pyNiceOperator sum conceal cchar=∑ | |||
25 | syntax match pyNiceOperator "\<\%(math\.\)\?sqrt\>" conceal cchar=√ | 25 | syntax match pyNiceOperator "\<\%(math\.\)\?sqrt\>" conceal cchar=√ |
26 | syntax match pyNiceKeyword "\<\%(math\.\)\?pi\>" conceal cchar=π | 26 | syntax match pyNiceKeyword "\<\%(math\.\)\?pi\>" conceal cchar=π |
27 | 27 | ||
28 | syntax match pyNiceOperator " \* " conceal cchar=· | ||
29 | |||
30 | syntax keyword pyNiceStatement lambda conceal cchar=λ | 28 | syntax keyword pyNiceStatement lambda conceal cchar=λ |
31 | 29 | ||
32 | hi link pyNiceOperator Operator | 30 | hi link pyNiceOperator Operator |