summaryrefslogtreecommitdiff
path: root/.vim/after/syntax/python.vim
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-10-20 14:38:10 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-10-20 14:38:12 +0200
commit2787376e65b66123d26e513333887ba911d92586 (patch)
tree5e63735055da7b225a76e07b854c4dd7ca7766b1 /.vim/after/syntax/python.vim
parent95c319ab8de82f32d756787d452730a9230d29c8 (diff)
downloaddotfiles-2787376e65b66123d26e513333887ba911d92586.tar.gz
dotfiles-2787376e65b66123d26e513333887ba911d92586.tar.bz2
dotfiles-2787376e65b66123d26e513333887ba911d92586.zip
Cleanup .vim
Diffstat (limited to '')
-rw-r--r--[l---------].vim/after/syntax/python.vim6
1 files changed, 5 insertions, 1 deletions
diff --git a/.vim/after/syntax/python.vim b/.vim/after/syntax/python.vim
index f065b02..6991ebf 120000..100644
--- a/.vim/after/syntax/python.vim
+++ b/.vim/after/syntax/python.vim
@@ -1 +1,5 @@
-../../aftersyntax.vim \ No newline at end of file
+syn keyword selfType self
+syn keyword clsType cls
+
+hi def link selfType Type
+hi def link clsType Type