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:
@@ -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:
|
||||
|
||||
@@ -38,7 +38,7 @@ snippet copyright
|
||||
:Copyright: ${1:}
|
||||
endsnippet
|
||||
|
||||
snippet rights reST tag
|
||||
snippet rights "reST tag"
|
||||
:Rights: ${1:}
|
||||
endsnippet
|
||||
|
||||
|
||||
Reference in New Issue
Block a user