mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-06 18:24:36 +01:00
Reorganize the repository into a set of bare LSP modules and SourceKit modules
We will be able to split the LSP modules off later. These LSP modules will provide the ability to write custom LSP servers and clients in Swift. The sourcekit-lsp repository will build on top of this new package to provide an LSP implementation that creates a language server for Swift and C-based-languages.
This commit is contained in:
@@ -10,10 +10,11 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
import SKSupport
|
||||
import TSCBasic
|
||||
import BuildServerProtocol
|
||||
import LanguageServerProtocol
|
||||
import LSPSupport
|
||||
import SKSupport
|
||||
import TSCBasic
|
||||
|
||||
/// A `BuildSystem` based on loading clang-compatible compilation database(s).
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user