Skip to content

Commit 63fe6c1

Browse files
Update README.md
Swift-Next syntax highlight added
1 parent 18b7c32 commit 63fe6c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Editors/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ The [Swift for Visual Studio Code extension](https://marketplace.visualstudio.co
2222

2323
## Sublime Text
2424

25-
Before using SourceKit-LSP with Sublime Text, you will need to install the LSP package from Package Control. And you're ready to go if you have `xcrun` in the `$PATH`.
25+
Before using SourceKit-LSP with Sublime Text, you will need to install the LSP and LSP-SourceKit packages from Package Control. And you're ready to go if you have `xcrun` in the `$PATH`.
2626

2727
To configure SourceKit-LSP additionally, open the SourceKit-LSP package's settings by typing in command palette `Preferences: LSP-SourceKit Settings`. The following snippet should be enough to get started with Swift and Objective-C/C++ and the custom path to `sourcekit-lsp` executable.
2828

29+
To make your journey even more pleasant it's recomended to install [Swift-Next](https://github.com/Swift-Next/Swift-Next) package that provides advanced swift syntax highlighting support.
30+
2931
```json
3032
{
3133
"command": [

0 commit comments

Comments
 (0)