Skip to content

Commit

Permalink
docs: fix phpactor selector (#2512)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl authored Sep 5, 2024
1 parent fe795a1 commit f4223d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/language_servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,8 @@ Follow installation instructions on [LSP-intelephense](https://github.com/sublim
"phpactor": {
"enabled": true,
"command": ["PATH/TO/phpactor", "language-server"],
"selector": "source.php"
"selector": "embedding.php",
"priority_selector": "source.php",
}
}
}
Expand Down

0 comments on commit f4223d6

Please sign in to comment.