Thread overview
Does anyone know of an sdl-mode for Emacs?
Jan 04, 2017
Atila Neves
Jan 04, 2017
Russel Winder
Jan 05, 2017
Atila Neves
January 04, 2017
It's getting tedious editing dub.sdl files with no editor support. If nobody's written one, I will.

Atila
January 04, 2017
On Wed, 2017-01-04 at 17:24 +0000, Atila Neves via Digitalmars-d-learn wrote:
> It's getting tedious editing dub.sdl files with no editor support. If nobody's written one, I will.
> 

Emacs has an sdlang-mode. It's on MELPA so installable via packages.

-- 
Russel. ============================================================================= Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder@ekiga.net 41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel@winder.org.uk London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder

January 05, 2017
On Wednesday, 4 January 2017 at 18:50:21 UTC, Russel Winder wrote:
> On Wed, 2017-01-04 at 17:24 +0000, Atila Neves via Digitalmars-d-learn wrote:
>> It's getting tedious editing dub.sdl files with no editor support. If nobody's written one, I will.
>> 
>
> Emacs has an sdlang-mode. It's on MELPA so installable via packages.

Huh. I guess I search for sdl-mode when I didn't find it. Thanks!

Atila