diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/.buffer.luadoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 415c41ce..a0e73409 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -617,7 +617,7 @@ -- @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 `%()` variable +-- 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, |