dist: Update vim syntax file to include new keywords

This commit is contained in:
fox.cpp 2019-10-29 23:13:14 +03:00
parent 6620282912
commit 6bcb896fb2
No known key found for this signature in database
GPG key ID: E76D97CCEDE90B6C

View file

@ -39,9 +39,11 @@ hi def link maddyFloat Float
" 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
\ apply_spf
\ dummy \ dummy
\ extauth \ extauth
\ imap \ imap
\ lmtp
\ pam \ pam
\ queue \ queue
\ remote \ remote
@ -51,7 +53,9 @@ syn keyword maddyModule
\ require_matching_rdns \ require_matching_rdns
\ require_mx_record \ require_mx_record
\ shadow \ shadow
\ sign_dkim
\ smtp \ smtp
\ smtp_downstream
\ sql \ sql
\ submission \ submission
\ test_check \ test_check
@ -70,41 +74,59 @@ 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
\ allow_multiple_from
\ appendlimit \ appendlimit
\ attempt_starttls
\ auth \ auth
\ auth_domains \ auth_domains
\ authenticate_mx
\ auth_perdomain \ auth_perdomain
\ autogenerated_msg_domain \ autogenerated_msg_domain
\ body_canon
\ bounce \ bounce
\ broken_sig_action \ broken_sig_action
\ compression
\ debug \ debug
\ defer_sender_reject \ defer_sender_reject
\ domain
\ driver \ driver
\ dsn \ dsn
\ fail_action \ fail_action
\ fsstore \ fsstore
\ hash
\ header_canon
\ helper \ helper
\ hostname \ hostname
\ insecure_auth \ insecure_auth
\ io_debug \ io_debug
\ junk_mailbox \ junk_mailbox
\ key_path
\ location \ location
\ max_message_size \ max_message_size
\ max_parallelism \ max_parallelism
\ max_recipients \ max_recipients
\ max_tries \ max_tries
\ mtasts_cache \ mtasts_cache
\ newkey_algo
\ no_sig_action \ no_sig_action
\ oversign_fields
\ read_timeout \ read_timeout
\ required_fields
\ require_sender_match
\ require_tls \ require_tls
\ selector
\ sig_expiry
\ sign_fields
\ sqlite3_busy_timeout \ sqlite3_busy_timeout
\ sqlite3_cache_size \ sqlite3_cache_size
\ sqlite3_exclusive_lock \ sqlite3_exclusive_lock
\ storage \ storage
\ storage_perdomain \ storage_perdomain
\ submission
\ target \ target
\ targets
\ tls \ tls
\ tls_client
\ use_helper \ use_helper
\ write_timeout \ write_timeout