diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-08-10 10:19:42 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-08-10 10:19:42 +0800 |
commit | d7ab66b25db024f2cb375192f36d3c72313e0e34 (patch) | |
tree | e63320e3c127fdd438b7c708989ed5f84771406d /script/parser/guide.lua | |
parent | f616bd2baf6a03324d1d5d6df90607f770ea0a51 (diff) | |
download | lua-language-server-d7ab66b25db024f2cb375192f36d3c72313e0e34.zip |
cleanup
Diffstat (limited to 'script/parser/guide.lua')
-rw-r--r-- | script/parser/guide.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/script/parser/guide.lua b/script/parser/guide.lua index 71360b38..8fb94bca 100644 --- a/script/parser/guide.lua +++ b/script/parser/guide.lua @@ -836,6 +836,8 @@ local isSetMap = { ['tablefield'] = true, ['tableindex'] = true, ['tableexp'] = true, + ['doc.class.name'] = true, + ['doc.alias.name'] = true, ['doc.field.name'] = true, ['doc.field'] = true, ['doc.type.field'] = true, |