diff options
Diffstat (limited to 'doc/en/weechat_plugin_api.en.adoc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index bdf50e3c7..d30cf783a 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -13219,6 +13219,7 @@ Arguments: ** _input_: input text ** _text_search_input_: input saved before text search ** _highlight_words_: list of words to highlight +** _highlight_disable_regex_: POSIX extended regular expression for disabling highlight ** _highlight_regex_: POSIX extended regular expression for highlight ** _highlight_tags_restrict_: restrict highlights to messages with these tags ** _highlight_tags_: force highlight on messages with these tags @@ -13270,6 +13271,7 @@ Arguments: * _property_: property name: ** _plugin_: pointer to plugin which created this buffer (NULL for WeeChat main buffer) +** _highlight_disable_regex_compiled_: regular expression _highlight_disable_regex_ compiled ** _highlight_regex_compiled_: regular expression _highlight_regex_ compiled Return value: @@ -13407,6 +13409,9 @@ Properties: | highlight_words_del | | comma separated list of words | Comma separated list of words to remove from highlighted words on buffer. +| highlight_disable_regex | | any string +| POSIX extended regular expression for disabling highlight. + | highlight_regex | | any string | POSIX extended regular expression for highlight. |