1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 19:40: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

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