summaryrefslogtreecommitdiff
path: root/.vim/after/syntax/python/self.vim
blob: 715b934c40e4ef9dcb64e0d0c78d2c4de26d2812 (plain)
1
2
3
4
5
6
syn keyword selfType self Self

command -nargs=+ HiLink hi def link <args>
  
  HiLink selfType	Type
delcommand HiLink