diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-10-07 17:05:19 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-10-07 17:05:19 +0200 |
commit | dd5427baaf49f8de4355abeb6bc8c6dd14f74e25 (patch) | |
tree | 46fcfc70bd792e80ceebaab89a7f8fc06bc29101 /.vim/after/syntax/python/self.vim | |
download | dotfiles-dd5427baaf49f8de4355abeb6bc8c6dd14f74e25.tar.gz dotfiles-dd5427baaf49f8de4355abeb6bc8c6dd14f74e25.tar.bz2 dotfiles-dd5427baaf49f8de4355abeb6bc8c6dd14f74e25.zip |
Initial check-in of files
Diffstat (limited to '')
-rw-r--r-- | .vim/after/syntax/python/self.vim | 6 |
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 |