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")