Merge pull request #114186 from voylin/language_server_highlight_support
Add highlight support to Language Server for external editors
This commit is contained in:
commit
8d2c8b5433
4 changed files with 44 additions and 1 deletions
|
|
@ -557,6 +557,7 @@ GDScriptLanguageProtocol::GDScriptLanguageProtocol() {
|
|||
SET_DOCUMENT_METHOD(didSave);
|
||||
|
||||
SET_DOCUMENT_METHOD(documentSymbol);
|
||||
SET_DOCUMENT_METHOD(documentHighlight);
|
||||
SET_DOCUMENT_METHOD(completion);
|
||||
SET_DOCUMENT_METHOD(rename);
|
||||
SET_DOCUMENT_METHOD(prepareRename);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue