-2
ligature_plugins/python.vim
-2
ligature_plugins/python.vim
···
25
25
syntax match pyNiceOperator "\<\%(math\.\)\?sqrt\>" conceal cchar=√
26
26
syntax match pyNiceKeyword "\<\%(math\.\)\?pi\>" conceal cchar=π
27
27
28
-
syntax match pyNiceOperator " \* " conceal cchar=·
29
-
30
28
syntax keyword pyNiceStatement lambda conceal cchar=λ
31
29
32
30
hi link pyNiceOperator Operator