Skip to content

Instantly share code, notes, and snippets.

@lateau
Created May 1, 2011 15:43
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 lateau/950590 to your computer and use it in GitHub Desktop.
Save lateau/950590 to your computer and use it in GitHub Desktop.
exburant ctags options for parrot: place at your $HOME
-f tags
-R
--totals
--exclude=.git
--exclude=.gitignore
--exclude=*~
--exclude=*.swp
--langdef=Parrot
--langmap=Parrot:+.pir.pg.pasm.pm
--sort=yes
--regex-Parrot=/^\.sub[ \t]*'?(infix:)*([a-zA-Z0-9!#$%&*+,.\/:;<=>?@^_`\{\|\}~\-]+)'?[ \t]*.*/\2/s,subroutine,subroutines/
--regex-Parrot=/^rule[ \t]*([a-zA-Z0-9_]+)[ \t]*(:\"[a-zA-Z0-9!#$%&*+,.\/:;<=>?@^_`\{\|\}~\-]+\"*)*/\1/r,rule,rules/
--regex-Parrot=/^token[ \t]*([a-zA-Z0-9_]+)[ \t]*(:\"[a-zA-Z0-9!#$%&*+,.\/:;<=>?@^_`\{\|\}~\-]+\"*)*/\1/r,token,tokens/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment