summaryrefslogtreecommitdiff
path: root/.vim/after/syntax/python
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-10-07 17:05:19 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-10-07 17:05:19 +0200
commitdd5427baaf49f8de4355abeb6bc8c6dd14f74e25 (patch)
tree46fcfc70bd792e80ceebaab89a7f8fc06bc29101 /.vim/after/syntax/python
downloaddotfiles-dd5427baaf49f8de4355abeb6bc8c6dd14f74e25.tar.gz
dotfiles-dd5427baaf49f8de4355abeb6bc8c6dd14f74e25.tar.bz2
dotfiles-dd5427baaf49f8de4355abeb6bc8c6dd14f74e25.zip
Initial check-in of files
Diffstat (limited to '')
l---------.vim/after/syntax/python.vim1
-rw-r--r--.vim/after/syntax/python/self.vim6
2 files changed, 7 insertions, 0 deletions
diff --git a/.vim/after/syntax/python.vim b/.vim/after/syntax/python.vim
new file mode 120000
index 0000000..f065b02
--- /dev/null
+++ b/.vim/after/syntax/python.vim
@@ -0,0 +1 @@
+../../aftersyntax.vim \ No newline at end of file
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