summaryrefslogtreecommitdiff
path: root/.vim/after/syntax/python/self.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/after/syntax/python/self.vim')
-rw-r--r--.vim/after/syntax/python/self.vim4
1 files changed, 3 insertions, 1 deletions
diff --git a/.vim/after/syntax/python/self.vim b/.vim/after/syntax/python/self.vim
index 715b934..085e740 100644
--- a/.vim/after/syntax/python/self.vim
+++ b/.vim/after/syntax/python/self.vim
@@ -1,6 +1,8 @@
-syn keyword selfType self Self
+syn keyword selfType self
+syn keyword clsType cls
command -nargs=+ HiLink hi def link <args>
HiLink selfType Type
+ HiLink clsType Type
delcommand HiLink