Copyright-paperwork-exempt: yes
Co-authored-by: João Távora <joaotavora@gmail.com>
* README.md: mention Godot
* eglot.el (eglot-server-programs): Add godot engine via port
GitHub-reference: close https://github.com/joaotavora/eglot/issues/511
(scala-mode . ("metals-emacs"))
((tex-mode context-mode texinfo-mode bibtex-mode)
. ("digestif"))
- (erlang-mode . ("erlang_ls" "--transport" "stdio")))
+ (erlang-mode . ("erlang_ls" "--transport" "stdio"))
+ (gdscript-mode . ("localhost" 6008))
"How the command `eglot' guesses the server to start.
An association list of (MAJOR-MODE . CONTACT) pairs. MAJOR-MODE
is a mode symbol, or a list of mode symbols. The associated