diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/.buffer.luadoc | 8 | ||||
-rw-r--r-- | core/.view.luadoc | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 0f6040b2..74b65f56 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -206,14 +206,6 @@ -- @field overtype (bool) -- Enable overtype mode, where typed characters overwrite existing ones. -- The default value is `false`. --- @field property (table) --- Map of key-value string pairs used by lexers. --- @field property_expanded (table, Read-only) --- Map of key-value string pairs used by lexers with `$()` and `%()` variable --- replacement performed in values. --- @field property_int (table, Read-only) --- Map of key-value pairs used by lexers with values interpreted as numbers, --- or `0` if not found. -- @field punctuation_chars (string) -- The string set of characters recognized as punctuation characters. -- Set this only after setting [`buffer.word_chars`](). diff --git a/core/.view.luadoc b/core/.view.luadoc index 40acda08..29c902c2 100644 --- a/core/.view.luadoc +++ b/core/.view.luadoc @@ -418,6 +418,14 @@ -- Whether or not pressing [`view.rectangular_selection_modifier`]() when -- selecting text normally with the mouse turns on rectangular selection. -- The default value is `false`. +-- @field property (table) +-- Map of key-value string pairs used by lexers. +-- @field property_expanded (table, Read-only) +-- Map of key-value string pairs used by lexers with `$()` and `%()` variable +-- replacement performed in values. +-- @field property_int (table, Read-only) +-- Map of key-value pairs used by lexers with values interpreted as numbers, +-- or `0` if not found. -- @field rectangular_selection_modifier (number) -- The modifier key used in combination with a mouse drag in order to create a -- rectangular selection. |