diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-11-23 19:52:57 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-11-23 19:52:57 +0800 |
commit | d86c2c46e8985da8899ae77d4c6f54f5b902cd71 (patch) | |
tree | 7d4adab36450f59cd3e9456086614120176731fc /meta/3rd/skynet | |
parent | b18329cea47f2de9c50abefecaccf248c16aa398 (diff) | |
download | lua-language-server-d86c2c46e8985da8899ae77d4c6f54f5b902cd71.zip |
change `config.lua` to `config,json`
#1607
Diffstat (limited to 'meta/3rd/skynet')
-rw-r--r-- | meta/3rd/skynet/config.json | 4 | ||||
-rw-r--r-- | meta/3rd/skynet/config.lua | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/meta/3rd/skynet/config.json b/meta/3rd/skynet/config.json new file mode 100644 index 00000000..17210c43 --- /dev/null +++ b/meta/3rd/skynet/config.json @@ -0,0 +1,4 @@ +{ + "name" : "skynet", + "words" : [ "skynet.start" ] +} diff --git a/meta/3rd/skynet/config.lua b/meta/3rd/skynet/config.lua deleted file mode 100644 index 79b0871b..00000000 --- a/meta/3rd/skynet/config.lua +++ /dev/null @@ -1,2 +0,0 @@ -name = "skynet" -words = { "skynet.start" } |