diff options
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 = {} |