• Masatake YAMATO's avatar
    Ruby: delete rspec related kinds · e46093d1
    Masatake YAMATO yazdı
    Close universal-ctags/ctags#453.
    
    (This is about a bug spotted in universal-ctags/ctags#453 by @mislav and
     in universal-ctags/ctags#11 by @NewAlexandria.)
    
    Kinds C and d are for Rspec.
    
    Parts of code related to above kinds assume a ruby string
    comes after Rspec keywords (describe or context).
    
    This is a wrong assumption. A class name can be used there.
    
    It is nice if ctags can handle these rspec code well, but we
    don't have enough resource to make it now.
    
    So in this commit I delete rspec related code temporary. I
    just reserve a kind letter 'd' for rspec for the future. 'C'
    is completely deleted because (1) describe and context have
    the same meaning in rspec, and (2) we would like to assign
    'C' for Ruby constant as ripper-tags does.
    Signed-off-by: 's avatarMasatake YAMATO <yamato@redhat.com>
    e46093d1
Adı
Son kayıt (commit)
Son güncelleme
..
ctags Loading commit data...
mio Loading commit data...
src Loading commit data...
Makefile.am Loading commit data...