Thread overview
Anyone have a Vibe.d Diet Template syntax definition for Sublime?
Apr 22, 2019
Andrej Mitrovic
Apr 22, 2019
Mike Parker
Apr 22, 2019
Andrej Mitrovic
April 22, 2019
Or perhaps for any other editor so I could adapt it and have syntax highlighting in Sublime when viewing .dt files.
April 22, 2019
On Monday, 22 April 2019 at 04:12:11 UTC, Andrej Mitrovic wrote:
> Or perhaps for any other editor so I could adapt it and have syntax highlighting in Sublime when viewing .dt files.

Bot dls and code-d have VS Code syntax files for diet templates:

https://github.com/d-language-server/vscode-dlang/tree/master/syntaxes
https://github.com/Pure-D/code-d/tree/master/syntaxes
April 22, 2019
On Monday, 22 April 2019 at 04:12:11 UTC, Andrej Mitrovic wrote:
> Or perhaps for any other editor so I could adapt it and have syntax highlighting in Sublime when viewing .dt files.

In the meantime I found this:
https://packagecontrol.io/packages/Pug

It seems to work fairly well.