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