jed-users mailing list

[2017 Date Index] [2017 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [jed-users] Golang mode


On 06/28/2017 08:49 PM, Dmitry Bukin wrote:
> Hi,
> A minimalistic golang mode for jed is attached, if anyone is interested.
> Please feel free to improve.
>
> To test place the file into the location where jed can find it and add
> the following to the .jedrc:
> _autoload("golang_mode", "golang", 1);
> add_mode_for_extension("golang", "go");
>
Dmitry,

Thank you very much for this!  I had been using a ruby mode that I
hacked to work fairly well for Go, but it had some issues and really
needed a write from scratch.  I can go through my Go mode code and maybe
merge some things into here.

I did have to change this to make it work:

- _autoload("golang_mode", "golang", 1);

+ _autoload("golang_mode", "golang");

Judd



[2017 date index] [2017 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]