summaryrefslogtreecommitdiff
path: root/meta/3rd/love2d
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-11-23 19:52:57 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-11-23 19:52:57 +0800
commitd86c2c46e8985da8899ae77d4c6f54f5b902cd71 (patch)
tree7d4adab36450f59cd3e9456086614120176731fc /meta/3rd/love2d
parentb18329cea47f2de9c50abefecaccf248c16aa398 (diff)
downloadlua-language-server-d86c2c46e8985da8899ae77d4c6f54f5b902cd71.zip
change `config.lua` to `config,json`
#1607
Diffstat (limited to 'meta/3rd/love2d')
-rw-r--r--meta/3rd/love2d/config.json7
-rw-r--r--meta/3rd/love2d/config.lua5
2 files changed, 7 insertions, 5 deletions
diff --git a/meta/3rd/love2d/config.json b/meta/3rd/love2d/config.json
new file mode 100644
index 00000000..30862a97
--- /dev/null
+++ b/meta/3rd/love2d/config.json
@@ -0,0 +1,7 @@
+{
+ "name" : "LÖVE",
+ "words" : ["love%.%w+"],
+ "config" : {
+ "Lua.runtime.version" : "LuaJIT"
+ }
+}
diff --git a/meta/3rd/love2d/config.lua b/meta/3rd/love2d/config.lua
deleted file mode 100644
index 3ece274e..00000000
--- a/meta/3rd/love2d/config.lua
+++ /dev/null
@@ -1,5 +0,0 @@
-name = 'LÖVE'
-words = {'love%.%w+'}
-config = {
- ["Lua.runtime.version"] = "LuaJIT",
-}