diff options
-rw-r--r-- | script/provider/provider.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/script/provider/provider.lua b/script/provider/provider.lua index 6fb5635e..2fb999e7 100644 --- a/script/provider/provider.lua +++ b/script/provider/provider.lua @@ -652,9 +652,6 @@ proto.on('textDocument/semanticTokens/full', function (params) text = files.getText(uri) end local results = core(uri, 0, #text) - if not results or #results == 0 then - return nil - end return { data = results } |