Skip to content

Commit 50e46d2

Browse files
HeySoraAJenbo
authored andcommitted
docs: Update Sublime Text setup instructions
1 parent 1e0d437 commit 50e46d2

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/SETUP.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@ vim.lsp.enable('phpantom')
120120
<details>
121121
<summary><b>Sublime Text</b></summary>
122122
123-
> [!NOTE]
124-
> This configuration is untested. If you get it working (or run into issues), please [open an issue](../../issues).
125-
126123
With [LSP for Sublime Text](https://github.com/sublimelsp/LSP):
127124
128125
```json
@@ -131,7 +128,8 @@ With [LSP for Sublime Text](https://github.com/sublimelsp/LSP):
131128
"phpantom": {
132129
"enabled": true,
133130
"command": ["/path/to/phpantom_lsp"],
134-
"selector": "source.php"
131+
"selector": "embedding.php",
132+
"priority_selector": "source.php"
135133
}
136134
}
137135
}

0 commit comments

Comments
 (0)