diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-12-18 05:37:25 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-12-18 05:37:25 +0800 |
commit | 97324851ab26d32a8b5fa56b7b3a867692100fb4 (patch) | |
tree | bcc6fc73e35b99999a7bb95c3beae7ace2f9895c /script/parser | |
parent | 64568027b98a74b3cd5c108d710bfd053d5e129d (diff) | |
download | lua-language-server-97324851ab26d32a8b5fa56b7b3a867692100fb4.zip |
improve code-lens
Diffstat (limited to 'script/parser')
-rw-r--r-- | script/parser/guide.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/script/parser/guide.lua b/script/parser/guide.lua index f27a2af7..96142be5 100644 --- a/script/parser/guide.lua +++ b/script/parser/guide.lua @@ -894,7 +894,6 @@ local isSetMap = { ['setindex'] = true, ['tablefield'] = true, ['tableindex'] = true, - ['tableexp'] = true, ['label'] = true, ['doc.class'] = true, ['doc.alias'] = true, |