1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 11:30:29 +01:00

Added markdown syntax hl, added some python/reST UltiSnips snippets

This commit is contained in:
2013-05-19 19:21:03 +02:00
parent 64fb14c4a7
commit 6bacf09398
5 changed files with 22 additions and 9 deletions

View File

@@ -42,4 +42,8 @@ window.wm_withdraw() # make window invisible. we only want message boxes
ttk.Style().theme_use('clam')
tkMessageBox.showinfo(title="${1:title}", message="${2:msg}", parent=window)
endsnippet
snippet _ "Dunder completion"
__${1:init}__$0
endsnippet
# vim:ft=snippets:

View File

@@ -38,7 +38,7 @@ snippet copyright
:Copyright: ${1:}
endsnippet
snippet rights reST tag
snippet rights "reST tag"
:Rights: ${1:}
endsnippet