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

Missing fontification of member function names returning a typeof(this) #110

Open nordlow opened 3 years ago

nordlow commented 3 years ago

For instance in,

typeof(this) getThis() {
    return this;
}

getThis is not fontified.

CyberShadow commented 3 years ago

What is the problem?

nordlow commented 3 years ago

What is the problem?

getThis is not fontified.