Skip to content

Instantly share code, notes, and snippets.

@gbirke
Created March 30, 2011 15:29
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 gbirke/894606 to your computer and use it in GitHub Desktop.
Save gbirke/894606 to your computer and use it in GitHub Desktop.
ctags navigation for AEL files in jEdit
--langdef=ael
--langmap=ael:.ael
--regex-ael=/context[ \t]+([^ \t]+)[ \t]\{/\1/Contexts/i
--regex-ael=/macro[ \t]+([^ \t]+)[ \t]\{/\1/Macros/i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment