tmm1 / ripper-tags

fast, accurate ctags generator for ruby source code using Ripper
MIT License
550 stars 43 forks source link

Parse mattr_* and cattr_* module accessors, writers and readers #77

Closed thenoseman closed 6 years ago

thenoseman commented 6 years ago

Hi!

This very simple change allows the parser to emit tags not only for attr* methods but also their module/class counterparts mattr and cattr_.

Thanks for creating ripper-tags, just found it and fully replaced ctags for my ruby development in vim.

Cheers, Frank

mislav commented 6 years ago

Looks great; thank you!