summaryrefslogtreecommitdiff
path: root/after/syntax/python.vim
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-02-15 08:52:32 +0000
committerAkshay <[email protected]>2021-02-15 08:52:32 +0000
commitfcaf13a267b7bacd26ad8b2e952a793645e42bba (patch)
tree6e795b46b1fbefb05151e95c0346951d67fac4e7 /after/syntax/python.vim
init
Diffstat (limited to 'after/syntax/python.vim')
-rw-r--r--after/syntax/python.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/after/syntax/python.vim b/after/syntax/python.vim
new file mode 100644
index 0000000..278cdc2
--- /dev/null
+++ b/after/syntax/python.vim
@@ -0,0 +1,6 @@
1syntax keyword pyNiceLambda lambda conceal cchar=λ
2highlight link pyNiceLambda secondAccent
3
4highlight! link Conceal Noise
5
6setlocal conceallevel=1