Skip to content

Instantly share code, notes, and snippets.

@zah
Created August 11, 2011 17:25
Show Gist options
  • Save zah/1140235 to your computer and use it in GitHub Desktop.
Save zah/1140235 to your computer and use it in GitHub Desktop.
Nimrod ctags config
--langdef=nimrod
--langmap=nimrod:.nim
--regex-nimrod=/(\w+)\*?\s*=\s*object/\1/c,Class/
--regex-nimrod=/proc\s+(\w+)/\1/m,Procedure/
--regex-nimrod=/proc\s+`([^`]+)`/\1/o,Operator/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment