Skip to content

Instantly share code, notes, and snippets.

@fletch
Last active September 14, 2015 19:05
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 fletch/de4545d6797f10c54c47 to your computer and use it in GitHub Desktop.
Save fletch/de4545d6797f10c54c47 to your computer and use it in GitHub Desktop.
Readonly::Foo and use constant support for ctags
--regex-perl=/Readonly::[a-zA-Z0-9_]+ my [\$@%]([a-zA-Z0-9_]+)/\1/C,Readonly:: constant/
--regex-perl=/use constant ([A-Z][a-zA-Z0-9_]+)/\1/c,use constant/
--regex-perl=/has[[:space:]]+([[:alnum:]_]+)[[:space:]]*=>/\1/M,moose attribute/e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment