Skip to content
Snippets Groups Projects
Commit 9c6e2784 authored by 最萌小汐's avatar 最萌小汐
Browse files

fix

parent 7ea152ca
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,9 @@ local function typeHint(uri, edits, start, finish) ...@@ -19,6 +19,9 @@ local function typeHint(uri, edits, start, finish)
and source.type ~= 'setindex' then and source.type ~= 'setindex' then
return return
end end
if source.dummy then
return
end
if source[1] == '_' then if source[1] == '_' then
return return
end end
......
local fs = require 'bee.filesystem' local fs = require 'bee.filesystem'
local time = require 'bee.time' local time = require 'bee.time'
local monotonic = os.clock local monotonic = time.monotonic
local osDate = os.date local osDate = os.date
local ioOpen = io.open local ioOpen = io.open
local tablePack = table.pack local tablePack = table.pack
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment