Skip to content

Instantly share code, notes, and snippets.

@bkudria
Forked from mads-hartmann/Coffeescript ctags
Last active August 29, 2015 14:17
Show Gist options
  • Save bkudria/4c4ea44c74f67b635b55 to your computer and use it in GitHub Desktop.
Save bkudria/4c4ea44c74f67b635b55 to your computer and use it in GitHub Desktop.
--langdef=coffee
--langmap=coffee:.coffee
--regex-coffee=/^[ \t]*([A-Za-z.]+)[ \t]+=.*->.*$/\1/f,function/
--regex-coffee=/^[ \t]*([A-Za-z.]+)[ \t]+=[^->\n]*$/\1/v,variable/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment