diff options
-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" : [ |