mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Fix TextDocument load error with big source files.
This commit is contained in:
@@ -298,7 +298,7 @@ void LSPDocumentClient::highlight() {
|
||||
const auto& caps = mServer->getCapabilities().semanticTokenProvider;
|
||||
Uint32 currentLine = 0;
|
||||
Uint32 start = 0;
|
||||
std::unordered_map<size_t, TokenizedLine> tokenizerLines;
|
||||
UnorderedMap<size_t, TokenizedLine> tokenizerLines;
|
||||
Int64 lastLine = 0;
|
||||
TokenizedLine* lastLinePtr = nullptr;
|
||||
Time diff;
|
||||
|
||||
Reference in New Issue
Block a user