diff options
author | Hudsonator72 <101914156+Hudsonator72@users.noreply.github.com> | 2024-04-13 22:09:55 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-13 22:09:55 -0600 |
commit | 47b3a56c5f6a2bff29f60f7f1bce95e40b3ff5a2 (patch) | |
tree | d20cfeb00d0b18a0ec0f029a40ab7fcda72bada7 /meta/3rd/example | |
parent | 07b93a6b673b601a5b001a0e46299cf98c8ec049 (diff) | |
download | lua-language-server-47b3a56c5f6a2bff29f60f7f1bce95e40b3ff5a2.zip |
Fix typo in config.json
Diffstat (limited to 'meta/3rd/example')
-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" : [ |