From 9809b072113fa6c39c65e323c5cb1bd2149fa46c Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Tue, 27 Oct 2020 10:42:08 -0400 Subject: Updated LuaDoc. --- docs/api.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/api.md b/docs/api.md index 5452dc23..3160a1eb 100644 --- a/docs/api.md +++ b/docs/api.md @@ -6189,6 +6189,9 @@ defined by lexers. `regex`, `string`, `type`, `variable`, `whitespace`: Some token names used by lexers. Some lexers may define more token names, so this list is not exhaustive. +* *`lang`*`_whitespace`: A special style for whitespace tokens in lexer name + *lang*. It inherits from `whitespace`, and is used in place of it for all + lexers. Style definition tables may contain the following fields: @@ -6556,7 +6559,8 @@ The word highlight mode. #### `textadept.editing.strip_trailing_spaces` (bool) -Strip trailing whitespace before saving files. +Strip trailing whitespace before saving files. (Does not apply to binary + files.) The default value is `false`. -- cgit v1.2.3