On Wednesday, 27 January 2016 at 17:34:35 UTC, Jack Stouffer
wrote:
Sublime Text is a very popular text editor, and for a while now
it's had marginal D support. What has changed recently is
updated syntax highlighting to support all the new keywords
that have come in the last couple of years and UDAs
https://github.com/sublimehq/Packages/commit/b9026cf6ab8ccd05e3704d21b2d5d5cc21450aca.
Syntax highlighting was mostly based on D1 before, but now it
supports every thing to pure and nothrow to correctly
highlighting number literals with underscores.
In order to use this, you can either wait until a version of
sublime is released with these changes, or you can download the
dev version here https://www.sublimetext.com/3dev, and then
install the new packages as described here
https://github.com/sublimehq/Packages#installation.
Thank you, this is very much welcome!
Wishlist:
Will we see some dub support integration for building? I find
when using rust the cargo build support is excellent, I wish we
had this for D in sublime :)