diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-10-21 15:48:14 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-10-21 15:48:14 +0800 |
commit | 44348b5716c8f1797c28655ef3973d55ab3244d6 (patch) | |
tree | 47ad41c87c213f3fd870e97680c2b948c42fbf79 /script-beta/core/definition.lua | |
parent | 3b1bdeeb79d1f7d49df1002c436511fdf20a57ff (diff) | |
download | lua-language-server-44348b5716c8f1797c28655ef3973d55ab3244d6.zip |
alias 的定义
Diffstat (limited to 'script-beta/core/definition.lua')
-rw-r--r-- | script-beta/core/definition.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script-beta/core/definition.lua b/script-beta/core/definition.lua index 0363a6a2..37d4e115 100644 --- a/script-beta/core/definition.lua +++ b/script-beta/core/definition.lua @@ -47,6 +47,7 @@ local accept = { ['doc.type.name'] = true, ['doc.class.name'] = true, ['doc.extends.name'] = true, + ['doc.alias.name'] = true, } local function checkRequire(source, offset) |