Skip to content

Commit 63ff1ab

Browse files
authored
Merge pull request #29 from huanie/master
Add swift-ts-mode as major mode
2 parents f876874 + 1d67467 commit 63ff1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-sourcekit.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ the `lsp-sourcekit-executable' on PATH, try it with xcrun."
8181
(lsp-register-client
8282
(make-lsp-client :new-connection (lsp-stdio-connection
8383
(lambda ()(cons lsp-sourcekit-executable lsp-sourcekit-extra-args)))
84-
:major-modes '(swift-mode)
84+
:major-modes '(swift-mode swift-ts-mode)
8585
:server-id 'sourcekit-ls)))
8686

8787
(provide 'lsp-sourcekit)

0 commit comments

Comments
 (0)