diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 1d412a0..7d983b6 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -157,6 +157,20 @@ "author": { "name": "Piebald LLC", "email": "support@piebald.ai" + }, + "lspServers": { + "phpactor": { + "command": "phpactor", + "args": ["language-server"], + "extensionToLanguage": { + ".php": "php", + ".phtml": "php", + ".php3": "php", + ".php4": "php", + ".php5": "php", + ".phps": "php" + } + } } }, {