1#
2# Taken from https://github.com/fishman/dot_files/blob/master/ctags/.ctags
3#
4--langdef=coffee
5--langmap=coffee:.coffee
6--kinddef-coffee=v,variable,variables
7--regex-coffee=/^[ \t]*class ([a-zA-Z_$][0-9a-zA-Z_.$]*).*$/\1/c,class/
8--regex-coffee=/^[ \t]*([a-zA-Z_$@][0-9a-zA-Z_$\.]*)[ \t]*[:=].*[=-]>.*$/\1/f,function/
9--regex-coffee=/^[ \t]*([a-zA-Z_$@][0-9a-zA-Z_$\.]*)[ \t]*=[^->\n]*$/\1/v/
10