TerminalFi / LSP-copilot

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

fix: PHP syntax highlighting in completions #32

Closed jfcherng closed 1 year ago

jfcherng commented 1 year ago

image

Fixes https://github.com/TheSecEng/LSP-copilot/issues/30

TerminalFi commented 1 year ago

Can we strip <?php after we generate the HTML content?

jfcherng commented 1 year ago

Can we strip <?php after we generate the HTML content?

it's only for display. not sure what you mean.

TerminalFi commented 1 year ago

Fixes https://github.com/TheSecEng/LSP-copilot/issues/33

jfcherng commented 1 year ago

Fixes #33

Nope. #33 is another circumstance. But I am currently doing some experiments for it.