From 27903c5b8656c796564ef073c1ebe77a2f0154e1 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 28 Sep 2017 22:18:09 +0200 Subject: Revert inlining basic language pack --- syntax/fetchmail.vim | 79 ---------------------------------------------------- 1 file changed, 79 deletions(-) delete mode 100644 syntax/fetchmail.vim (limited to 'syntax/fetchmail.vim') diff --git a/syntax/fetchmail.vim b/syntax/fetchmail.vim deleted file mode 100644 index e3e32fd6..00000000 --- a/syntax/fetchmail.vim +++ /dev/null @@ -1,79 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vim') == -1 - -" Vim syntax file -" Language: fetchmail(1) RC File -" Previous Maintainer: Nikolai Weibull -" Latest Revision: 2006-04-19 - -if exists("b:current_syntax") - finish -endif - -let s:cpo_save = &cpo -set cpo&vim - -syn keyword fetchmailTodo contained FIXME TODO XXX NOTE - -syn region fetchmailComment start='#' end='$' contains=fetchmailTodo,@Spell - -syn match fetchmailNumber display '\<\d\+\>' - -syn region fetchmailString start=+"+ skip=+\\\\\|\\"+ end=+"+ - \ contains=fetchmailStringEsc -syn region fetchmailString start=+'+ skip=+\\\\\|\\'+ end=+'+ - \ contains=fetchmailStringEsc - -syn match fetchmailStringEsc contained '\\\([ntb]\|0\d*\|x\x\+\)' - -syn region fetchmailKeyword transparent matchgroup=fetchmailKeyword - \ start='\' - \ end='\' - \ contains=ALLBUT,fetchmailOptions,fetchmailSet - -syn keyword fetchmailServerOpts contained via proto[col] local[domains] port - \ auth[enticate] timeout envelope qvirtual aka - \ interface monitor plugin plugout dns - \ checkalias uidl interval netsec principal - \ esmtpname esmtppassword - \ sslcertck sslcertpath sslfingerprint -syn match fetchmailServerOpts contained '\