This mode supports most of D's syntax, including nested /+ +/ comments and backquote `string literals`. This mode has been dubbed 2.0 because it is a complete rewrite from scratch. The previous d-mode was based on cc-mode 5.28 or so. This version is based on the cc-mode 5.30 derived mode example by Martin Stjernholm, 2002.
This mode supports most of D's syntax, including nested /+ +/ comments and backquote `string literals`. This mode has been dubbed 2.0 because it is a complete rewrite from scratch. The previous d-mode was based on cc-mode 5.28 or so. This version is based on the cc-mode 5.30 derived mode example by Martin Stjernholm, 2002.
To install d-mode.el, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install d-mode.el
To see what files were installed by d-mode.el, run:
port contents d-mode.el
To later upgrade d-mode.el, run:
sudo port selfupdate && sudo port upgrade d-mode.el
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.