bump: :lang swift
emacs-lsp/lsp-sourcekit@97ff36b228 -> emacs-lsp/lsp-sourcekit@f877659bab swift-emacs/swift-mode@0d1ef0ef18 -> swift-emacs/swift-mode@f4529efa45 - Introduces Swift 5.7 support. Close: #6895 Co-authored-by: RoryO <RoryO@users.noreply.github.com>
This commit is contained in:
parent
1961003d00
commit
bc2f09e74a
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; lang/swift/packages.el
|
;;; lang/swift/packages.el
|
||||||
|
|
||||||
(package! swift-mode :pin "0d1ef0ef183398143b13fb8c76c1284df0d5e616")
|
(package! swift-mode :pin "f4529efa453f2f3051e2c8f772cd9da80147b93d")
|
||||||
|
|
||||||
(if (modulep! +lsp)
|
(if (modulep! +lsp)
|
||||||
(package! lsp-sourcekit :pin "97ff36b228a61e69734c7180f33cc6951b1a600f")
|
(package! lsp-sourcekit :pin "f877659babd3b5f8ec09a8ad7d08193d95b6822e")
|
||||||
(when (modulep! :completion company)
|
(when (modulep! :completion company)
|
||||||
(package! company-sourcekit :pin "a1860ad4dd3a542acd2fa0dfac2a388cbdf4af0c"))
|
(package! company-sourcekit :pin "a1860ad4dd3a542acd2fa0dfac2a388cbdf4af0c"))
|
||||||
(when (modulep! :checkers syntax)
|
(when (modulep! :checkers syntax)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue