Skip to content

Instantly share code, notes, and snippets.

@marcusti
Created April 19, 2009 18:15
Show Gist options
  • Save marcusti/98160 to your computer and use it in GitHub Desktop.
Save marcusti/98160 to your computer and use it in GitHub Desktop.
geany.snippets.conf
[Default]
block={% block %cursor% %}\n{% endblock %}
for={% for %cursor% %}\n{% endfor %}
if={% if %cursor% %}{% endif %}
with={% with %cursor% %}{% endwith %}
else={% else %}
var={{ %cursor% }}
exp={% %cursor% %}
trb={% trans %}%cursor%{% endtrans %}
tr={{ _('%cursor%') }}
ufo={{ url_for('%cursor%', x=y) }}
co={# %cursor% #}
#if=if (%cursor%)%block_cursor%
#else=else%block_cursor%
#for=for (i = 0; i < %cursor%; i++)%block_cursor%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment