diff --git a/dist/vim/syntax/maddy-conf.vim b/dist/vim/syntax/maddy-conf.vim index 94fa097..4726abe 100644 --- a/dist/vim/syntax/maddy-conf.vim +++ b/dist/vim/syntax/maddy-conf.vim @@ -44,7 +44,7 @@ hi def link maddyReferenceSign Special " grep --no-file -E 'Register.*\(".+", ' **.go | sed -E 's/.+Register.*\("([^"]+)", .+/\1/' | sort -u syn keyword maddyModule - \ apply_spf + \ dnsbl \ dummy \ extauth \ imap @@ -66,7 +66,6 @@ syn keyword maddyModule \ test_check \ test_modifier \ verify_dkim - \ aliases_file syn keyword maddyDispatchDir \ check @@ -87,20 +86,27 @@ syn keyword maddyModDir \ appendlimit \ attempt_starttls \ auth - \ auth_domains \ authenticate_mx - \ auth_perdomain \ autogenerated_msg_domain \ body_canon \ bounce \ broken_sig_action + \ check_early + \ client_ipv4 + \ client_ipv6 \ compression + \ concurrency \ debug \ defer_sender_reject \ domain + \ domains \ driver \ dsn + \ ehlo + \ enforce_early \ fail_action + \ fail_open + \ files \ fsstore \ hash \ header_canon @@ -108,34 +114,47 @@ syn keyword maddyModDir \ hostname \ insecure_auth \ io_debug + \ io_errors \ junk_mailbox \ key_path + \ listed_action \ location + \ mailfrom + \ max_logged_rcpt_errors \ max_message_size \ max_parallelism \ max_recipients \ max_tries \ mtasts_cache + \ neutral_action \ newkey_algo + \ none_action \ no_sig_action \ oversign_fields + \ perdomain + \ permerr_action + \ ratelimit \ read_timeout \ required_fields \ require_sender_match \ require_tls + \ responses + \ run_on \ selector \ sig_expiry \ sign_fields + \ softfail_action \ sqlite3_busy_timeout \ sqlite3_cache_size \ sqlite3_exclusive_lock \ storage - \ storage_perdomain \ target \ targets + \ temperr_action \ tls \ tls_client \ use_helper + \ whitelist \ write_timeout hi def link maddyModDir Identifier