Add highlight support for language server
Update modules/gdscript/language_server/gdscript_text_document.cpp Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
This commit is contained in:
parent
1559ab34c6
commit
055648ea19
4 changed files with 44 additions and 1 deletions
|
|
@ -62,6 +62,7 @@ public:
|
|||
|
||||
Variant nativeSymbol(const Dictionary &p_params);
|
||||
Array documentSymbol(const Dictionary &p_params);
|
||||
Array documentHighlight(const Dictionary &p_params);
|
||||
Array completion(const Dictionary &p_params);
|
||||
Dictionary resolve(const Dictionary &p_params);
|
||||
Dictionary rename(const Dictionary &p_params);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue