diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-05 21:02:35 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-05 21:02:35 +0800 |
commit | c153798f29319907a257cf1480ceb4e9dad84ffe (patch) | |
tree | 1c435173bacedc28feebf9614f9f42d94c66a509 /meta/3rd/Jass/config.lua | |
parent | 8fefb8f3e100976235dc83d6ae3785952d11c710 (diff) | |
download | lua-language-server-c153798f29319907a257cf1480ceb4e9dad84ffe.zip |
#409 config file
Diffstat (limited to 'meta/3rd/Jass/config.lua')
-rw-r--r-- | meta/3rd/Jass/config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/3rd/Jass/config.lua b/meta/3rd/Jass/config.lua index 22b71f85..741757b1 100644 --- a/meta/3rd/Jass/config.lua +++ b/meta/3rd/Jass/config.lua @@ -1,5 +1,5 @@ -- matched words -match = {'jass.common'} +words = {'jass.common'} config = { { name = 'Lua.runtime.version' |