Skip to content

Instantly share code, notes, and snippets.

@mechairoi
Created December 21, 2010 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mechairoi/749873 to your computer and use it in GitHub Desktop.
Save mechairoi/749873 to your computer and use it in GitHub Desktop.
.ctags
--langdef=templatetoolkit
--langmap=templatetoolkit:.tt.html.htm
--regex-templatetoolkit=/[^a-zA-Z0-9_]BLOCK[ \t]+([a-zA-Z0-9_]+)/\1/b,Block/
--regex-templatetoolkit=/[^a-zA-Z0-9_]MACRO[ \t]+([a-zA-Z0-9_]+)/\1/m,Macro/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment