GNU bug report logs -
#60105
[PATCH] Add yaml-ts-mode
Previous Next
Reported by: Randy Taylor <dev <at> rjt.dev>
Date: Thu, 15 Dec 2022 22:21:01 UTC
Severity: normal
Tags: patch
Done: Yuan Fu <casouri <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Randy Taylor <dev <at> 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.
This bug report was last modified 2 years and 135 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.