Skip to content

Instantly share code, notes, and snippets.

@ishikawa
Last active September 25, 2015 04:14
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 ishikawa/3fad0d2058d68419d3ad to your computer and use it in GitHub Desktop.
Save ishikawa/3fad0d2058d68419d3ad to your computer and use it in GitHub Desktop.
.ctags for Elixir language
--langdef=Elixir
--langmap=Elixir:+.ex.exs
--regex-elixir=/^[ \t]*defmodule[ \t]+([a-zA-Z0-9_.]+)/\1/m,modules/
--regex-elixir=/^[ \t]*defp?[ \t]+([a-zA-Z0-9_]+)/\1/f,functions/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment