]> git.madduck.net Git - etc/vim.git/blobdiff - .vim/snippets/mako.snippets

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Migrate to new snipmate plugin
[etc/vim.git] / .vim / snippets / mako.snippets
deleted file mode 100644 (file)
index 2a0aef9ce51c0ce8a86a523e6ffde394996ea129..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1,54 +0,0 @@
-snippet def
-       <%def name="${1:name}">
-               ${2:}
-       </%def>
-snippet call
-       <%call expr="${1:name}">
-               ${2:}
-       </%call>
-snippet doc
-       <%doc>
-               ${1:}
-       </%doc>
-snippet text
-       <%text>
-               ${1:}
-       </%text>
-snippet for
-       % for ${1:i} in ${2:iter}:
-               ${3:}
-       % endfor
-snippet if if
-       % if ${1:condition}:
-               ${2:}
-       % endif
-snippet if if/else
-       % if ${1:condition}:
-               ${2:}
-       % else:
-               ${3:}
-       % endif
-snippet try
-       % try:
-               ${1:}
-       % except${2:}:
-               ${3:pass}
-       % endtry
-snippet wh
-       % while ${1:}:
-               ${2:}
-       % endwhile
-snippet $
-       ${ ${1:} }
-snippet <%
-       <% ${1:} %>
-snippet <!%
-       <!% ${1:} %>
-snippet inherit
-       <%inherit file="${1:filename}" />
-snippet include
-       <%include file="${1:filename}" />
-snippet namespace
-       <%namespace file="${1:name}" />
-snippet page
-       <%page args="${1:}" />
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..027cb7e580e84c91c7c269e2c384d5e38d24fe59
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim/addons/snippets/mako.snippets
\ No newline at end of file