diff options
Diffstat (limited to 'doc/en/weechat_plugin_api.en.txt')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 4000b3920..6286e657d 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -8756,6 +8756,7 @@ Arguments: ** 'input': input text ** 'text_search_input': input saved before text search ** 'highlight_words': list of words to highlight +** 'highlight_regex': regular expression for highlight ** 'highlight_tags': list of tags to highlight ** 'hotlist_max_level_nicks': max hotlist level for some nicks ** 'localvar_xxx': get content of local variable "xxx" (replace "xxx" by the @@ -8806,6 +8807,7 @@ Arguments: * 'property': property name: ** 'plugin': pointer to plugin which created this buffer (NULL for WeeChat main buffer) +** 'highlight_regex_compiled': regular expression 'highlight_regex' compiled Return value: @@ -8911,6 +8913,9 @@ Arguments: | highlight_words_del | comma separated list of words | comma separated list of words to remove from highlighted words on buffer +| highlight_regex | any string | + regular expression for highlight + | highlight_tags | comma separated list of tags | comma separated list of tags to highlight in this buffer |