summaryrefslogtreecommitdiff
path: root/.vim/after
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2017-10-07 23:51:43 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2017-10-08 00:25:40 +0200
commit56c1c35108a365f81d9db0a3d36595c656818964 (patch)
treef2bd3ffdf8c471dd7f5f487e708b87c41d89299e /.vim/after
parentee7bc1575b90adeef80e0012fe1f9175f4fdb35b (diff)
downloaddotfiles-56c1c35108a365f81d9db0a3d36595c656818964.tar.gz
dotfiles-56c1c35108a365f81d9db0a3d36595c656818964.tar.bz2
dotfiles-56c1c35108a365f81d9db0a3d36595c656818964.zip
Some vim changes.
Diffstat (limited to '.vim/after')
-rw-r--r--.vim/after/syntax/python.vim7
1 files changed, 2 insertions, 5 deletions
diff --git a/.vim/after/syntax/python.vim b/.vim/after/syntax/python.vim
index 6991ebf..831547c 100644
--- a/.vim/after/syntax/python.vim
+++ b/.vim/after/syntax/python.vim
@@ -1,5 +1,2 @@
-syn keyword selfType self
-syn keyword clsType cls
-
-hi def link selfType Type
-hi def link clsType Type
+hi link pythonBoolean Constant
+hi link pythonClassVar Type