comparison runtime/syntax/ipfilter.vim @ 29193:1e9e9d89f0ee

Update runtime files Commit: https://github.com/vim/vim/commit/d592deb336523a5448779ee3d4bba80334cff1f7 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 17 15:42:40 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Jun 2022 16:45:04 +0200
parents 43efa4f5a8ea
children
comparison
equal deleted inserted replaced
29192:e4488cf0eff9 29193:1e9e9d89f0ee
1 " ipfilter syntax file 1 " ipfilter syntax file
2 " Language: ipfilter configuration file 2 " Language: ipfilter configuration file
3 " Maintainer: Hendrik Scholz <hendrik@scholz.net> 3 " Maintainer: Hendrik Scholz <hendrik@scholz.net>
4 " Last Change: 2005 Jan 27 4 " Last Change: 2022 Jun 14
5 " 5 "
6 " http://www.wormulon.net/files/misc/ipfilter.vim 6 " http://www.wormulon.net/files/misc/ipfilter.vim
7 " 7 "
8 " This will also work for OpenBSD pf but there might be some tags that are 8 " This will also work for OpenBSD pf but there might be some tags that are
9 " not correctly identified. 9 " not correctly identified.
50 hi def link IPFIPv4 Label 50 hi def link IPFIPv4 Label
51 hi def link IPFNetmask String 51 hi def link IPFNetmask String
52 hi def link IPFAny Statement 52 hi def link IPFAny Statement
53 hi def link IPFProto Identifier 53 hi def link IPFProto Identifier
54 54
55 let b:current_syntax = 'ipfilter'