From: Stefan Kangas <stefankangas@gmail.com>
To: Randy Taylor <dev@rjt.dev>, 60105@debbugs.gnu.org
Cc: casouri@gmail.com
Subject: bug#60105: [PATCH] Add yaml-ts-mode
Date: Thu, 15 Dec 2022 16:20:04 -0800 [thread overview]
Message-ID: <CADwFkmkL_u-dSFSk0pogkr-J=EhK6Ws5emMKM95rpwJbUPpv3A@mail.gmail.com> (raw)
In-Reply-To: <GRGdue7WG79pSYxHsUAbhTqQEUogQs5ellMAM7ccpaRJeSBC0Y53ceOeBRsaRsBmDy0AHfiajrk2eLvzm4uX6ICyZfgCJFaGMiFCT9viQks=@rjt.dev>
Randy Taylor <dev@rjt.dev> writes:
> diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
> index 9c5a361df7..4319623e64 100644
> --- a/lisp/progmodes/eglot.el
> +++ b/lisp/progmodes/eglot.el
> @@ -224,7 +224,7 @@ eglot-server-programs
> ((tex-mode context-mode texinfo-mode bibtex-mode)
> . ,(eglot-alternatives '("digestif" "texlab")))
> (erlang-mode . ("erlang_ls" "--transport" "stdio"))
> - (yaml-mode . ("yaml-language-server" "--stdio"))
> + ((yaml-mode yaml-ts-mode) . ("yaml-language-server" "--stdio"))
This is a nit, but I think it might make more sense to users if we put
the built-in mode first in the list. After all, the one we ship with
Emacs is, or will be, the standard mode.
next prev parent reply other threads:[~2022-12-16 0:20 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-15 22:19 bug#60105: [PATCH] Add yaml-ts-mode Randy Taylor
2022-12-16 0:20 ` Stefan Kangas [this message]
2022-12-16 2:01 ` Randy Taylor
2022-12-16 22:55 ` Yuan Fu
2023-01-02 18:52 ` Juri Linkov
2023-01-02 21:58 ` Randy Taylor
2023-01-03 18:21 ` Juri Linkov
2023-01-04 23:30 ` Dmitry Gutov
2023-01-05 18:09 ` Juri Linkov
2023-01-06 1:55 ` Dmitry Gutov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CADwFkmkL_u-dSFSk0pogkr-J=EhK6Ws5emMKM95rpwJbUPpv3A@mail.gmail.com' \
--to=stefankangas@gmail.com \
--cc=60105@debbugs.gnu.org \
--cc=casouri@gmail.com \
--cc=dev@rjt.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.