From b3d0b5defde02020ad41225b4b11e82c4ea90af9 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 10 Feb 2012 13:55:34 -0500 Subject: Update LuaDoc with new formatting. --- core/init.lua | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) (limited to 'core/init.lua') diff --git a/core/init.lua b/core/init.lua index 3a332fc8..b2fa5663 100644 --- a/core/init.lua +++ b/core/init.lua @@ -27,17 +27,24 @@ module('_G')]] -- Markdown: -- ## Fields -- --- * `_HOME` [string]: Path to the directory containing Textadept. --- * `_LEXERPATH` [string]: Paths to lexers, formatted like --- [`package.path`][package_path]. --- * `_RELEASE` [string]: The Textadept release version. --- * `_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`. +-- * `_HOME` [string] +-- Path to the directory containing Textadept. +-- * `_LEXERPATH` [string] +-- Paths to lexers, formatted like [`package.path`][package_path]. +-- * `_RELEASE` [string] +-- The Textadept release version. +-- * `_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 -- cgit v1.2.3