diff options
author | 2011-06-23 17:33:40 -0400 | |
---|---|---|
committer | 2011-06-23 17:33:40 -0400 | |
commit | c8e1267fb5b5f9215eade1d6a45dd5228b28548b (patch) | |
tree | f7df42426ca5631ac6f67e4156d0800c0ff0befb /modules/textadept/adeptsense.lua | |
parent | f4bc26099570801aef5a3f8d589ae0c8688bd448 (diff) | |
download | textadept-c8e1267fb5b5f9215eade1d6a45dd5228b28548b.tar.gz textadept-c8e1267fb5b5f9215eade1d6a45dd5228b28548b.zip |
Updated Luadoc and added extra fields to other modules.
Diffstat (limited to 'modules/textadept/adeptsense.lua')
-rw-r--r-- | modules/textadept/adeptsense.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/textadept/adeptsense.lua b/modules/textadept/adeptsense.lua index bcd2a03b..82ea7bea 100644 --- a/modules/textadept/adeptsense.lua +++ b/modules/textadept/adeptsense.lua @@ -311,16 +311,16 @@ module('_m.textadept.adeptsense', package.seeall) -- -- #### Other Adeptsense Settings -- --- * `always_show_globals`: A flag indicating whether or not to include globals --- in the list of completions offered. Globals are classes, functions, and --- fields that do not belong to another class. They are contained in --- `completions['']`. Defaults to true. +-- * `always_show_globals` [bool]: Include globals in the list of completions +-- offered. Globals are classes, functions, and fields that do not belong to +-- another class. They are contained in `completions['']`. The default value +-- is `true`. -- -- ## Settings -- --- * `FUNCTIONS`: XPM image for adeptsense functions. --- * `FIELDS`: XPM image for adeptsense fields. +-- * `FUNCTIONS` [string]: XPM image for adeptsense functions. +-- * `FIELDS` [string]: XPM image for adeptsense fields. local senses = {} |