Thread overview
No D bindings in Atom editor
Oct 16, 2018
Jabari Zakiya
Oct 16, 2018
Jabari Zakiya
Oct 16, 2018
welkam
Oct 16, 2018
Soulsbane
Oct 16, 2018
Jabari Zakiya
Oct 17, 2018
Laurent Tréguier
October 16, 2018
Just updated Atom editor and noticed D files read as plain .txt and no D bindings in list of programs. Maybe someone should bring that to Atom's devs attention.

Interesting, since my main editor, KDE's Kate, does have D file syntax highlighting.
October 16, 2018
On Tuesday, 16 October 2018 at 02:34:47 UTC, Jabari Zakiya wrote:
> Just updated Atom editor and noticed D files read as plain .txt and no D bindings in list of programs. Maybe someone should bring that to Atom's devs attention.
>
> Interesting, since my main editor, KDE's Kate, does have D file syntax highlighting.

Found existing support in Atom package manager.

https://atom.io/packages/language-d
October 16, 2018
On Tuesday, 16 October 2018 at 17:48:42 UTC, Jabari Zakiya wrote:
> On Tuesday, 16 October 2018 at 02:34:47 UTC, Jabari Zakiya wrote:
>> Just updated Atom editor and noticed D files read as plain .txt and no D bindings in list of programs. Maybe someone should bring that to Atom's devs attention.
>>
>> Interesting, since my main editor, KDE's Kate, does have D file syntax highlighting.
>
> Found existing support in Atom package manager.
>
> https://atom.io/packages/language-d

Based on State of d 2018 survey most popular editors are:

1. Visual Studio Code  25%
2. vim/neovim          18%
3. other               13%
4. sublime             13%
5. emacs               11%
6. Visual Studio + VisualD 10%
7. intellij             4%
8. Atom                 2%

Based on this data and personal experiance i would choose Visual Studio Code or vim for your D projects.

October 16, 2018
On Tuesday, 16 October 2018 at 02:34:47 UTC, Jabari Zakiya wrote:
> Just updated Atom editor and noticed D files read as plain .txt and no D bindings in list of programs. Maybe someone should bring that to Atom's devs attention.
>
> Interesting, since my main editor, KDE's Kate, does have D file syntax highlighting.

Kate also has a plugin for D called Lumen. I don't use it anymore though since I prefer VSCode.
October 16, 2018
On Tuesday, 16 October 2018 at 22:59:18 UTC, Soulsbane wrote:
> On Tuesday, 16 October 2018 at 02:34:47 UTC, Jabari Zakiya wrote:
>> Just updated Atom editor and noticed D files read as plain .txt and no D bindings in list of programs. Maybe someone should bring that to Atom's devs attention.
>>
>> Interesting, since my main editor, KDE's Kate, does have D file syntax highlighting.
>
> Kate also has a plugin for D called Lumen. I don't use it anymore though since I prefer VSCode.

Thanks, will check it out.
October 17, 2018
On Tuesday, 16 October 2018 at 02:34:47 UTC, Jabari Zakiya wrote:
> Just updated Atom editor and noticed D files read as plain .txt and no D bindings in list of programs. Maybe someone should bring that to Atom's devs attention.
>
> Interesting, since my main editor, KDE's Kate, does have D file syntax highlighting.

In case you still prefer using Atom over another editor, I am maintaining a D package, ide-dlang [1], that uses atom-ide [2] to introduce a few niceties beyond syntax highlighting.

[1] https://atom.io/packages/ide-dlang
[2] https://ide.atom.io