summaryrefslogtreecommitdiff
path: root/meta/3rd/love2d/config.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-07-20 20:51:41 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-07-20 20:51:41 +0800
commitbc6dd9b20925d21e6def32170854b27f69ca50d9 (patch)
tree067d5ec1cd8596d8433176eca7833da94bfe5298 /meta/3rd/love2d/config.lua
parent15774e265c4060fa7eb84c1c68bea7184b65d13f (diff)
downloadlua-language-server-bc6dd9b20925d21e6def32170854b27f69ca50d9.zip
use `name` first
Diffstat (limited to 'meta/3rd/love2d/config.lua')
-rw-r--r--meta/3rd/love2d/config.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/3rd/love2d/config.lua b/meta/3rd/love2d/config.lua
index d0b37dbd..fa142b49 100644
--- a/meta/3rd/love2d/config.lua
+++ b/meta/3rd/love2d/config.lua
@@ -1,3 +1,4 @@
+name = 'LÖVE'
words = {'love%.%w+'}
configs = {
{
@@ -5,4 +6,4 @@ configs = {
action = 'set',
value = 'LuaJIT',
},
-}
+} \ No newline at end of file