Skip to content

Instantly share code, notes, and snippets.

View sysmon's full-sized avatar
🎯
Focusing

Rajesh Amaravathi sysmon

🎯
Focusing
  • Bangalore
View GitHub Profile
@sysmon
sysmon / Coffeescript ctags
Last active August 29, 2015 14:27 — forked from mads-hartmann/Coffeescript ctags
ctags definitions for Coffeescript. Very basic for now. "> ctags -e -R source_folder" and then M-. to jump to the definition of any function or variable (if you're using emacs)
--langdef=coffee
--langmap=coffee:.coffee
--regex-coffee=/^[ \t]*([A-Za-z.]+)[ \t]+=.*->.*$/\1/f,function/
--regex-coffee=/^[ \t]*([A-Za-z.]+)[ \t]+=[^->\n]*$/\1/v,variable/