dist: Regenerate keyword lists for vim syntax files

This commit is contained in:
fox.cpp 2020-12-06 17:55:21 +03:00
parent 9253705c51
commit c9f55d66eb
No known key found for this signature in database
GPG key ID: 5B991F6215D2FCC0

View file

@ -44,28 +44,47 @@ hi def link maddyReferenceSign Special
" grep --no-file -E 'Register.*\(".+", ' **.go | sed -E 's/.+Register.*\("([^"]+)", .+/\1/' | sort -u " grep --no-file -E 'Register.*\(".+", ' **.go | sed -E 's/.+Register.*\("([^"]+)", .+/\1/' | sort -u
syn keyword maddyModule syn keyword maddyModule
\ checks
\ command
\ dane
\ dkim
\ dnsbl \ dnsbl
\ dnssec
\ dummy \ dummy
\ extauth \ extauth
\ external
\ file
\ identity
\ imap \ imap
\ imap_filters
\ imapsql
\ limits
\ lmtp \ lmtp
\ loader
\ local_policy
\ milter
\ modifiers
\ msgpipeline
\ mtasts
\ mx_auth
\ pam \ pam
\ pass_table
\ plain_separate
\ queue \ queue
\ regexp
\ remote \ remote
\ replace_rcpt \ replace_rcpt
\ replace_sender \ replace_sender
\ require_matching_ehlo
\ require_matching_rdns \ require_matching_rdns
\ require_mx_record \ require_mx_record
\ require_tls
\ rspamd
\ shadow \ shadow
\ sign_dkim
\ smtp \ smtp
\ smtp_downstream \ sql_query
\ sql \ sql_table
\ static
\ submission \ submission
\ test_check
\ test_modifier
\ verify_dkim
syn keyword maddyDispatchDir syn keyword maddyDispatchDir
\ check \ check
@ -81,8 +100,10 @@ syn keyword maddyDispatchDir
" grep --no-file -E 'cfg..+\(".+", ' **.go | sed -E 's/.+cfg..+\("([^"]+)", .+/\1/' | sort -u " grep --no-file -E 'cfg..+\(".+", ' **.go | sed -E 's/.+cfg..+\("([^"]+)", .+/\1/' | sort -u
syn keyword maddyModDir syn keyword maddyModDir
\ allow_body_subset \ add
\ add_header_action
\ allow_multiple_from \ allow_multiple_from
\ api_path
\ appendlimit \ appendlimit
\ attempt_starttls \ attempt_starttls
\ auth \ auth
@ -90,73 +111,110 @@ syn keyword maddyModDir
\ body_canon \ body_canon
\ bounce \ bounce
\ broken_sig_action \ broken_sig_action
\ buffer
\ cache
\ case_insensitive
\ certs
\ check_early \ check_early
\ client_ipv4 \ client_ipv4
\ client_ipv6 \ client_ipv6
\ compression \ compression
\ concurrency \ conn_max_idle_count
\ conn_max_idle_time
\ conn_reuse_limit
\ debug \ debug
\ defer_sender_reject \ defer_sender_reject
\ domain \ del
\ domains \ domains
\ driver \ driver
\ dsn \ dsn
\ ehlo \ ehlo
\ endpoint
\ enforce_early \ enforce_early
\ enforce_testing
\ entry
\ error_resp_action
\ expand_replaceholders
\ fail_action \ fail_action
\ fail_open \ fail_open
\ files \ file
\ flags
\ fs_dir
\ fsstore \ fsstore
\ full_match
\ hash \ hash
\ header_canon \ header_canon
\ helper \ helper
\ hostname \ hostname
\ imap_filter
\ init
\ insecure_auth \ insecure_auth
\ io_debug \ io_debug
\ io_error_action
\ io_errors \ io_errors
\ junk_mailbox \ junk_mailbox
\ key_column
\ key_path \ key_path
\ keys
\ limits
\ list
\ local_ip
\ location \ location
\ lookup
\ mailfrom \ mailfrom
\ max_logged_rcpt_errors \ max_logged_rcpt_errors
\ max_message_size \ max_message_size
\ max_parallelism \ max_parallelism
\ max_received
\ max_recipients \ max_recipients
\ max_tries \ max_tries
\ min_mx_level \ min_mx_level
\ min_tls_level \ min_tls_level
\ mtasts_cache \ mx_auth
\ neutral_action \ neutral_action
\ newkey_algo \ newkey_algo
\ none_action \ none_action
\ no_sig_action \ no_sig_action
\ oversign_fields \ oversign_fields
\ pass
\ perdomain \ perdomain
\ permerr_action \ permerr_action
\ quarantine_threadhold \ quarantine_threshold
\ ratelimit
\ read_timeout \ read_timeout
\ reject_threadhold \ reject_threshold
\ relaxed_requiretls
\ required_fields \ required_fields
\ require_sender_match \ require_sender_match
\ require_tls \ require_tls
\ requiretls_override
\ responses \ responses
\ rewrite_subj_action
\ run_on \ run_on
\ score \ score
\ selector \ selector
\ set
\ settings_id
\ sig_expiry \ sig_expiry
\ sign_fields \ sign_fields
\ sign_subdomains
\ softfail_action \ softfail_action
\ SOME_action
\ source
\ sqlite3_busy_timeout \ sqlite3_busy_timeout
\ sqlite3_cache_size \ sqlite3_cache_size
\ sqlite3_exclusive_lock \ sqlite3_exclusive_lock
\ storage \ storage
\ table
\ table_name
\ tag
\ target \ target
\ targets \ targets
\ temperr_action \ temperr_action
\ tls \ tls
\ tls_client \ tls_client
\ use_helper \ use_helper
\ user
\ value_column
\ write_timeout \ write_timeout
hi def link maddyModDir Identifier hi def link maddyModDir Identifier