Commit graph

3 commits

Author SHA1 Message Date
Ian Zabel
40ccf0f3f8 Configure basic ctags for javascript projects
There are, apparently, more things we need to configure. @BlakeWilliams shared
http://dance.computer.dance/posts/2015/04/using-ctags-on-modern-javascript.html
which outlines a bunch more things that don't work out of the box. For
example, ES2015 classes and their methods are not properly found, even
with this PR. There's more work to do here.
2016-06-08 09:53:22 -04:00
Derek Prior
62d4ab1bdf
Add support for ctags in Elixir
Exuberant ctags has no native support for Elixir at this point. This
configuration is sourced from https://github.com/mmorearty/elixir-ctags.
2016-01-30 20:08:32 -05:00
Teo Ljungberg
d98d06a905 Add ctags support for attr_ definitions
This change adds `ctags` support for `attr_{reader,writer,accessor)` in
Ruby files.
2015-11-06 15:31:34 -05:00