summaryrefslogtreecommitdiff
path: root/script/core/searcher.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-06-22 01:49:29 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-06-22 01:49:29 +0800
commitdad7348ed60968d765f43936c4957fa7fc175195 (patch)
tree70e540cd337b6ae7267938e3c2bd344d7ae7e0d1 /script/core/searcher.lua
parent6dd8b1455a6d70c1520eb9408e5ca7683c11eeb2 (diff)
downloadlua-language-server-dad7348ed60968d765f43936c4957fa7fc175195.zip
fix #566
Diffstat (limited to 'script/core/searcher.lua')
-rw-r--r--script/core/searcher.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/script/core/searcher.lua b/script/core/searcher.lua
index ad9605f9..6c8ca60a 100644
--- a/script/core/searcher.lua
+++ b/script/core/searcher.lua
@@ -15,7 +15,6 @@ local ignoredIDs = {
['dn:nil'] = true,
['dn:any'] = true,
['dn:boolean'] = true,
- ['dn:string'] = true,
['dn:table'] = true,
['dn:number'] = true,
['dn:integer'] = true,