Skip to content

Commit

Permalink
Add support for scala-ts-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zetashift authored and kurnevsky committed Jul 21, 2023
1 parent 3fbf044 commit db0b378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions lsp-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit db0b378

Please sign in to comment.