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

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

Identifier `function` is not highlighted as keyword #101

Closed nordlow closed 3 years ago

nordlow commented 4 years ago

For instance

string function(string) x;
CyberShadow commented 3 years ago

It's highlighted in font-lock-type-face for me, which seems appropriate.

nordlow commented 3 years ago

Ahh, sorry about that,