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.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/.vim/after/syntax/python/self.vim b/.vim/after/syntax/python/self.vim
new file mode 100644
index 0000000..715b934
--- /dev/null
+++ b/.vim/after/syntax/python/self.vim
@@ -0,0 +1,6 @@
+syn keyword selfType self Self
+
+command -nargs=+ HiLink hi def link <args>
+
+ HiLink selfType Type
+delcommand HiLink