summaryrefslogtreecommitdiff
path: root/doc/sr/includes
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sr/includes')
-rw-r--r--doc/sr/includes/autogen_api_hdata.sr.adoc2
-rw-r--r--doc/sr/includes/autogen_user_options.sr.adoc6
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/sr/includes/autogen_api_hdata.sr.adoc b/doc/sr/includes/autogen_api_hdata.sr.adoc
index 79a99e521..2a5e3d47f 100644
--- a/doc/sr/includes/autogen_api_hdata.sr.adoc
+++ b/doc/sr/includes/autogen_api_hdata.sr.adoc
@@ -631,6 +631,8 @@ _text_search_input_   (string) +
_highlight_words_   (string) +
_highlight_regex_   (string) +
_highlight_regex_compiled_   (pointer) +
+_highlight_disable_regex_   (string) +
+_highlight_disable_regex_compiled_   (pointer) +
_highlight_tags_restrict_   (string) +
_highlight_tags_restrict_count_   (integer) +
_highlight_tags_restrict_array_   (pointer, array_size: "highlight_tags_restrict_count") +
diff --git a/doc/sr/includes/autogen_user_options.sr.adoc b/doc/sr/includes/autogen_user_options.sr.adoc
index e8c4c23c8..78dca49ba 100644
--- a/doc/sr/includes/autogen_user_options.sr.adoc
+++ b/doc/sr/includes/autogen_user_options.sr.adoc
@@ -750,6 +750,12 @@
** вредности: било који стринг
** подразумевана вредност: `+""+`
+* [[option_weechat.look.highlight_disable_regex]] *weechat.look.highlight_disable_regex*
+** опис: pass:none[POSIX extended regular expression used to prevent any highlight from a message: this option has higher priority over other highlight options (if the string is found in the message, the highlight is disabled and the other options are ignored), regular expression is case insensitive (use "(?-i)" at beginning to make it case sensitive), examples: "<flash.*>", "(?-i)<Flash.*>"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+""+`
+
* [[option_weechat.look.highlight_regex]] *weechat.look.highlight_regex*
** опис: pass:none[POSIX проширени регуларни израз који се користи за проверу да ли порука садржи истицање или не, барем једно подударање мора бити окружено граничницима (карактери који се разликују од: алфанумерика, „-”, „_” и „|”), регуларни израз не прави разлику у величини слова (употребите „(?-i)” не почетку ако желите да се величина слова узима у обзир), примери: „flashcode|flashy”, „(?-i)FlashCode|flashy”]
** тип: стринг