We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0d437 commit 50e46d2Copy full SHA for 50e46d2
1 file changed
docs/SETUP.md
@@ -120,9 +120,6 @@ vim.lsp.enable('phpantom')
120
<details>
121
<summary><b>Sublime Text</b></summary>
122
123
-> [!NOTE]
124
-> This configuration is untested. If you get it working (or run into issues), please [open an issue](../../issues).
125
-
126
With [LSP for Sublime Text](https://github.com/sublimelsp/LSP):
127
128
```json
@@ -131,7 +128,8 @@ With [LSP for Sublime Text](https://github.com/sublimelsp/LSP):
131
"phpantom": {
132
129
"enabled": true,
133
130
"command": ["/path/to/phpantom_lsp"],
134
- "selector": "source.php"
+ "selector": "embedding.php",
+ "priority_selector": "source.php"
135
}
136
137
0 commit comments