Emacs-D-Mode-Maintainers / Emacs-D-Mode

An Emacs mode for D code.
GNU General Public License v3.0
84 stars 21 forks source link

Postfix attributes not in imenu #60

Closed CyberShadow closed 8 years ago

CyberShadow commented 8 years ago
@safe void a()
{
}

void b() @safe
{
}

Only a will appear in the imenu.

CyberShadow commented 8 years ago

https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode/pull/61