From 5d5f9e351f365c4da89cdbd4d87c13a3b80043b2 Mon Sep 17 00:00:00 2001 From: Samuel Kyletoft Date: Fri, 24 Jan 2025 02:54:04 +0100 Subject: [PATCH] Add support for swift-ts-mode --- lsp-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lsp-mode.el b/lsp-mode.el index c8c9f91932..03fd864afb 100644 --- a/lsp-mode.el +++ b/lsp-mode.el @@ -902,6 +902,7 @@ Changes take effect only when a new session is started." (tuareg-mode . "ocaml") (futhark-mode . "futhark") (swift-mode . "swift") + (swift-ts-mode . "swift") (elixir-mode . "elixir") (elixir-ts-mode . "elixir") (heex-ts-mode . "elixir")