summaryrefslogtreecommitdiff
path: root/script/core/command/jsonToLua.lua
diff options
context:
space:
mode:
Diffstat (limited to 'script/core/command/jsonToLua.lua')
-rw-r--r--script/core/command/jsonToLua.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/core/command/jsonToLua.lua b/script/core/command/jsonToLua.lua
index 6aecee2c..d29ad608 100644
--- a/script/core/command/jsonToLua.lua
+++ b/script/core/command/jsonToLua.lua
@@ -7,6 +7,7 @@ local lang = require 'language'
local converter = require 'proto.converter'
local guide = require 'parser.guide'
+---@async
return function (data)
local state = files.getState(data.uri)
local text = files.getText(data.uri)