diff options
Diffstat (limited to 'core/._G.luadoc')
-rw-r--r-- | core/._G.luadoc | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/core/._G.luadoc b/core/._G.luadoc index dd205ce8..1cf55e23 100644 --- a/core/._G.luadoc +++ b/core/._G.luadoc @@ -8,18 +8,18 @@ module('_G') -- Markdown: -- ## Fields -- --- * `_HOME`: Path to the directory containing Textadept. --- * `_LEXERPATH`: Paths to lexers, formatted like +-- * `_HOME` [string]: Path to the directory containing Textadept. +-- * `_LEXERPATH` [string]: Paths to lexers, formatted like -- [`package.path`][package_path]. --- * `_RELEASE`: The Textadept release version. --- * `_THEME`: The [theme](../manual/8_Themes.lua) file to use. --- * `_USERHOME`: Path to the user's `~/.textadept/`. --- * `_CHARSET`: The character set encoding of the filesystem. This is used in --- [File I/O](../modules/io.html). --- * `RESETTING`: If [`reset()`](../modules/_G.html#reset) has been called, --- this flag is `true` while the Lua state is being re-initialized. --- * `WIN32`: If Textadept is running on Windows, this flag is `true`. --- * `OSX`: If Textadept is running on Mac OSX, this flag is `true`. +-- * `_RELEASE` [string]: The Textadept release version. +-- * `_THEME` [string]: The [theme](../manual/8_Themes.lua) file to use. +-- * `_USERHOME` [string]: Path to the user's `~/.textadept/`. +-- * `_CHARSET` [string]: The character set encoding of the filesystem. This is +-- used in [File I/O](../modules/io.html). +-- * `RESETTING` [bool]: If [`reset()`](../modules/_G.html#reset) has been +-- called, this flag is `true` while the Lua state is being re-initialized. +-- * `WIN32` [bool]: If Textadept is running on Windows, this flag is `true`. +-- * `OSX` [bool]: If Textadept is running on Mac OSX, this flag is `true`. -- -- [package_path]: http://www.lua.org/manual/5.1/manual.html#pdf-package.path |