summaryrefslogtreecommitdiff
path: root/meta/3rd/lfs
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-11-23 19:55:47 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-11-23 19:55:47 +0800
commitfbbcb96227b0fcad77d2e061cfb95b3871f4bcc7 (patch)
treef68597c1cc653ab33f765b6192b0b23550ab6c73 /meta/3rd/lfs
parentd86c2c46e8985da8899ae77d4c6f54f5b902cd71 (diff)
downloadlua-language-server-fbbcb96227b0fcad77d2e061cfb95b3871f4bcc7.zip
rename `config` to `settings`
Diffstat (limited to 'meta/3rd/lfs')
-rw-r--r--meta/3rd/lfs/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/3rd/lfs/config.json b/meta/3rd/lfs/config.json
index 3784f0c9..b7400123 100644
--- a/meta/3rd/lfs/config.json
+++ b/meta/3rd/lfs/config.json
@@ -1,7 +1,7 @@
{
"name" : "luafilesystem",
"words" : [ "require[%s%(\"']+lfs[%)\"']" ],
- "config" : {
+ "settings" : {
"Lua.diagnostics.globals" : [
"lfs"
]