February 27, 2015
It would be nice to get up-to-date syntax highlighting support for D in the commonly used libraries. Those libraries are used by many other tools and it's important for D's visibility that it's present in any list of programming languages.

- - https://highlightjs.org/
- - http://pygments.org/
- - https://code.google.com/p/google-code-prettify/
- - http://prismjs.com/extending.html#language-definitions
- - https://github.com/jneen/rouge
- - https://github.com/rumpelsepp/rugments

As usual go is already supported by all of them.

Updating the existing support in pygments and highlight.js might be a good starting point.

https://bitbucket.org/birkenfeld/pygments-main/src/943cb8da8444b832804f6cebf9679305b22f8b15/pygments/lexers/d.py https://github.com/isagalaev/highlight.js/blob/master/src/languages/d.js