Re: Anyone have a Vibe.d Diet Template syntax definition for Sublime?

2019-04-21 Thread Andrej Mitrovic via Digitalmars-d-learn

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.


Re: Anyone have a Vibe.d Diet Template syntax definition for Sublime?

2019-04-21 Thread Mike Parker via Digitalmars-d-learn

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


Anyone have a Vibe.d Diet Template syntax definition for Sublime?

2019-04-21 Thread Andrej Mitrovic via Digitalmars-d-learn
Or perhaps for any other editor so I could adapt it and have 
syntax highlighting in Sublime when viewing .dt files.