Skip to content

Commit 2ac87a7

Browse files
lucyperorwols
authored andcommitted
Add GDScript syntax highlighting instructions
1 parent b385f66 commit 2ac87a7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/src/language_servers.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,11 @@ Follow installation instructions on [LSP-gopls](https://github.com/sublimelsp/LS
167167
!!! info "Visit [gopls repo](https://github.com/golang/tools/tree/master/gopls) for more info."
168168
Enable multi-module workspace support by setting the `experimentalWorkspaceModule` to `true`. Most features will work across modules, but some, such as `goimports`, will not work as expected. Please note that this setting is still very experimental.
169169

170-
## Godot (GDScript)
170+
## GDScript (Godot Engine)
171171

172-
1. Launch the Godot Editor on the project you are working on and leave it running.
173-
2. Open `Preferences > Package Settings > LSP > Settings` and add the `"godot-lsp"` client configuration to the `"clients"`:
172+
1. Install the [GDScript (Godot Engine)](https://packagecontrol.io/packages/GDScript%20(Godot%20Engine)) package from Package Control for syntax highlighting.
173+
2. Launch the Godot Editor on the project you are working on and leave it running.
174+
3. Open `Preferences > Package Settings > LSP > Settings` and add the `"godot-lsp"` client configuration to the `"clients"`:
174175

175176
```json
176177
{

0 commit comments

Comments
 (0)