diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2024-04-16 17:03:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-16 17:03:38 +0800 |
commit | c253708d26d27590baa79aedc24adf12d03d19a9 (patch) | |
tree | d20cfeb00d0b18a0ec0f029a40ab7fcda72bada7 | |
parent | 07b93a6b673b601a5b001a0e46299cf98c8ec049 (diff) | |
parent | 47b3a56c5f6a2bff29f60f7f1bce95e40b3ff5a2 (diff) | |
download | lua-language-server-c253708d26d27590baa79aedc24adf12d03d19a9.zip |
Merge pull request #2612 from Hudsonator72/patch-2
Fix typo in config.json
-rw-r--r-- | meta/3rd/example/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/3rd/example/config.json b/meta/3rd/example/config.json index 79170468..e6a040d1 100644 --- a/meta/3rd/example/config.json +++ b/meta/3rd/example/config.json @@ -5,7 +5,7 @@ "words" : ["thisIsAnExampleWord%.ifItExistsInFile%.thenTryLoadThisLibrary"], // list or matched file names. `.lua`, `.dll` and `.so` only "files" : ["thisIsAnExampleFile%.ifItExistsInWorkSpace%.thenTryLoadThisLibrary%.lua"], - // lsit of settings to be changed + // list of settings to be changed "settings" : { "Lua.runtime.version" : "LuaJIT", "Lua.diagnostics.globals" : [ |