diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-11-20 21:46:09 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-11-20 21:46:09 +0800 |
commit | 85c5a4210e4447422cd5677369ae740ed65725a0 (patch) | |
tree | 46def18cef181a45bf7f5152af98d1cb18bc1a2b /locale/en-US/libs/@lua/package.lni | |
parent | 4f2e91dad259b6559cec651b10718e1a19352fc3 (diff) | |
download | lua-language-server-85c5a4210e4447422cd5677369ae740ed65725a0.zip |
remove library files
Diffstat (limited to 'locale/en-US/libs/@lua/package.lni')
-rw-r--r-- | locale/en-US/libs/@lua/package.lni | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/locale/en-US/libs/@lua/package.lni b/locale/en-US/libs/@lua/package.lni deleted file mode 100644 index 1c8b633a..00000000 --- a/locale/en-US/libs/@lua/package.lni +++ /dev/null @@ -1,29 +0,0 @@ -[config] -description = 'A string describing some compile-time configurations for packages.' - -[cpath] -description = 'The path used by `require` to search for a C loader.' - -[loaded] -description = 'A table used by `require` to control which modules are already loaded.' - -[loaders] -description = 'A table used by `require` to control how to load modules.' - -[loadlib] -description = 'Dynamically links the host program with the C library `libname`.' - -[path] -description = 'The path used by `require` to search for a Lua loader.' - -[preload] -description = 'A table to store loaders for specific modules.' - -[searchers] -description = 'A table used by `require` to control how to load modules.' - -[searchpath] -description = 'Searches for the given `name` in the given `path`.' - -[seeall] -describing = 'Sets a metatable for `module` with its `__index` field referring to the global environment, so that this module inherits values from the global environment. To be used as an option to function `module` .' |