mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 21:47:40 +03:00
dist: Update vim syntax file to include new keywords
This commit is contained in:
parent
6620282912
commit
6bcb896fb2
1 changed files with 23 additions and 1 deletions
24
dist/vim/syntax/maddy-conf.vim
vendored
24
dist/vim/syntax/maddy-conf.vim
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue