Last active
January 12, 2018 00:50
-
-
Save rosenfeld/2405554 to your computer and use it in GitHub Desktop.
CoffeeScript support for exuberant-ctags
Thanks for doing this.
Small note.
--regex-CoffeeScript=/^[ \t]*([A-Za-z.]+)[ \t]+=[^->\n]*$/\1/v,variable/
Shouldn't this be :
--regex-CoffeeScript=/^[ \t]*([A-Za-z.]+)[ \t]+=[^-=>\n]*$/\1/v,variable/
? 😄
Hi @jasonm23, yes, I think you're right.
@alexlson, thanks for the pointer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An alternative to this (for people who arrive via google) is: https://github.com/lukaszkorecki/CoffeeTags