From db0b3789b1d6a4b788e8cc37f8dbd45e2c592ad7 Mon Sep 17 00:00:00 2001 From: zetashift Date: Fri, 21 Jul 2023 11:07:39 +0200 Subject: [PATCH] Add support for scala-ts-mode --- CHANGELOG.org | 1 + lsp-mode.el | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index cdc31a2b24..0104d00a16 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -81,6 +81,7 @@ ~parameter~ hint kinds. * Add [[https://semgrep.dev][Semgrep]] support * Add AWK language server support. + * Add support for ~scala-ts-mode~. ** Release 8.0.0 * Add ~lsp-clients-angular-node-get-prefix-command~ to get the Angular server from another location which is still has ~/lib/node_modules~ in it. * Set ~lsp-clients-angular-language-server-command~ after the first connection to speed up subsequent connections. diff --git a/lsp-mode.el b/lsp-mode.el index ff11828ca3..968b58dbfb 100644 --- a/lsp-mode.el +++ b/lsp-mode.el @@ -795,6 +795,7 @@ Changes take effect only when a new session is started." (ebuild-mode . "shellscript") (pkgbuild-mode . "shellscript") (scala-mode . "scala") + (scala-ts-mode . "scala") (julia-mode . "julia") (clojure-mode . "clojure") (clojurec-mode . "clojure")