1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 11:30:29 +01:00
Files
.vim/snippets/rst.snippets
gryf 69f423a66b Removed unnecessary OverLength highlight
Added ColorColumn definition to wombat256grf colorscheme
Added definition of ColorColumn for python filetype
Downgrade pyflakes, because I don't want to have the errors in QF
Wrapped substitutions with try: except blok in reST function blogify()
Updated GetLatestVimScripts data file
Updated plugins: vimwiki and vcscommand
Removed pythoncomplete.vim since it is the same as the default form vim
Removed colorschemes: lettuce and wombat256
2010-09-06 21:21:48 +02:00

60 lines
1.0 KiB
Plaintext

snippet author
:Author: ${1}|${2:file-as}|${3:aut}
snippet creator
:Creator: ${1}|${2:file-as}|${3:aut}
snippet contributor
:Contributor: ${1}|${2:file-as}|${3:ill}
snippet organization
:Organization: ${1}
snippet address
:Address: ${1}
snippet contact
:Contact: ${1}
snippet version
:Version: ${1}
snippet revision
:Revision: ${1}
snippet status
:Status: ${1}
snippet copyright
:Copyright: ${1}
snippet rights reST tag
:Rights: ${1}
snippet type
:Type: ${1}
snippet language
:Language: ${1:en}
snippet title
:Title: ${1:title}
snippet Description
:Description: ${1}
snippet publisher
:Publisher: ${1}
snippet pubdate
:Date: ${1:2001-02-01}
snippet format
:Format: ${1}
snippet identifier
:Identifier: ${1}
snippet source
:Source: ${1}
snippet relation
:Relation: ${1}
snippet coverage
:Coverage: ${1}
snippet rights
:Rights: ${1}
snippet subject
:Subject: ${1}
snippet code
.. sourcecode:: ${1:python}
${2}
snippet figure
.. figure:: ${1:image.png}
:target: $1
:alt: ${2:description}
:figclass: ${3:custclass}
$2