TerminalFi / LSP-copilot

GitHub Copilot support for Sublime Text LSP plugin provided through Copilot.vim.
625 stars 25 forks source link

PHP completions need leading `<?php` to be highlighted properly #30

Closed jfcherng closed 1 year ago

jfcherng commented 1 year ago

image

In the popup, it should use

<?php
$foo = 'bar';

to have proper syntax highlighting. This is how LSP-intelephense (PHP language server) shows it with proper highlighting.