]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vim/syntax/msmtp.vim: Update, sync with upstream (version 1.4.24).
authorSimon Ruderich <simon@ruderich.org>
Sun, 15 May 2011 13:01:58 +0000 (15:01 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 15 May 2011 13:16:03 +0000 (15:16 +0200)
vim/syntax/msmtp.vim

index 5efc9cc5c2a01fc1566d28257a54d4d111be2e74..1b0f8df554e0800df68bf67c3da9976a10b32ec2 100644 (file)
@@ -19,9 +19,9 @@ syn match msmtpComment /#.*$/ contains=@Spell
 " General commands.
 syntax match msmtpOption /\<\(defaults\|account\|host\|port\|timeout\|protocol\|domain\)\>/
 " Authentication commands.
-syntax match msmtpOption /\<\(auth\|user\|password\|ntlmdomain\)\>/
+syntax match msmtpOption /\<\(auth\|user\|password\|passwordeval\|ntlmdomain\)\>/
 " TLS commands.
-syntax match msmtpOption /\<\(tls\|tls_trust_file\|tls_crl_file\|tls_key_file\|tls_cert_file\|tls_certcheck\|tls_starttls\|tls_force_sslv3\|tls_min_dh_prime_bits\|tls_priorities\)\>/
+syntax match msmtpOption /\<\(tls\|tls_trust_file\|tls_crl_file\|tls_fingerprint\|tls_key_file\|tls_cert_file\|tls_certcheck\|tls_starttls\|tls_force_sslv3\|tls_min_dh_prime_bits\|tls_priorities\)\>/
 " Sendmail mode specific commands.
 syntax match msmtpOption /\<\(auto_from\|from\|maildomain\|dsn_notify\|dsn_return\|keepbcc\|logfile\|syslog\)\>/
 
@@ -35,7 +35,7 @@ syn match msmtpWrongOption /\<timeout \(off$\|\d\+$\)\@!.*$/
 " Option protocol accepts smtp and lmtp.
 syn match msmtpWrongOption /\<protocol \(smtp$\|lmtp$\)\@!.*$/
 " Option auth accepts on, off and the method.
-syn match msmtpWrongOption /\<auth \(on$\|off$\|plain$\|cram-md5$\|digest-md5$\|gssapi$\|external$\|login$\|ntlm$\)\@!.*$/
+syn match msmtpWrongOption /\<auth \(on$\|off$\|plain$\|cram-md5$\|digest-md5$\|scram-sha-1$\|gssapi$\|external$\|login$\|ntlm$\)\@!.*$/
 " Option auth accepts on, off and the facility.
 syn match msmtpWrongOption /\<syslog \(on$\|off$\|LOG_USER$\|LOG_MAIL$\|LOG_LOCAL\d$\)\@!.*$/