comparison runtime/syntax/pfmain.vim @ 10051:46763b01cd9a

commit https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 31 22:22:10 2016 +0200 Updated runtime files. Remove HiLink commands.
author Christian Brabandt <cb@256bit.org>
date Wed, 31 Aug 2016 22:30:08 +0200
parents 43efa4f5a8ea
children
comparison
equal deleted inserted replaced
10050:b702edc4b2b8 10051:46763b01cd9a
1809 syntax match pfmainSpecial "\<showq\>" 1809 syntax match pfmainSpecial "\<showq\>"
1810 syntax match pfmainSpecial "\<smtpd\>" 1810 syntax match pfmainSpecial "\<smtpd\>"
1811 syntax match pfmainSpecial "\<trace\>" 1811 syntax match pfmainSpecial "\<trace\>"
1812 syntax match pfmainSpecial "\<verify\>" 1812 syntax match pfmainSpecial "\<verify\>"
1813 1813
1814 command -nargs=+ HiLink hi def link <args> 1814
1815 1815 hi def link pfmainConf Statement
1816 HiLink pfmainConf Statement 1816 hi def link pfmainRef PreProc
1817 HiLink pfmainRef PreProc 1817 hi def link pfmainWord identifier
1818 HiLink pfmainWord identifier 1818
1819 1819 hi def link pfmainDict Type
1820 HiLink pfmainDict Type 1820 hi def link pfmainQueueDir Constant
1821 HiLink pfmainQueueDir Constant 1821 hi def link pfmainTransport Constant
1822 HiLink pfmainTransport Constant 1822 hi def link pfmainLock Constant
1823 HiLink pfmainLock Constant 1823 hi def link pfmainAnswer Constant
1824 HiLink pfmainAnswer Constant 1824
1825 1825 hi def link pfmainComment Comment
1826 HiLink pfmainComment Comment 1826 hi def link pfmainNumber Number
1827 HiLink pfmainNumber Number 1827 hi def link pfmainTime Number
1828 HiLink pfmainTime Number 1828 hi def link pfmainIP Number
1829 HiLink pfmainIP Number 1829 hi def link pfmainVariable Error
1830 HiLink pfmainVariable Error 1830 hi def link pfmainSpecial Special
1831 HiLink pfmainSpecial Special 1831
1832
1833 delcommand HiLink
1834 1832
1835 let b:current_syntax = "pfmain" 1833 let b:current_syntax = "pfmain"
1836 1834
1837 " vim: ts=8 sw=2 1835 " vim: ts=8 sw=2