comparison runtime/syntax/named.vim @ 18343:375a7ecdb351

Update runtime files. Commit: https://github.com/vim/vim/commit/2e693a88b24dc6b12883fad78ff2cb9cd4469c98 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 16 22:35:02 2019 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Oct 2019 22:45:04 +0200
parents 4ee65b4150fd
children
comparison
equal deleted inserted replaced
18342:fedab77fee7b 18343:375a7ecdb351
1 " Vim syntax file 1 " Vim syntax file
2 " Language: BIND configuration file 2 " Language: BIND configuration file
3 " Maintainer: Nick Hibma <nick@van-laarhoven.org> 3 " Maintainer: Nick Hibma <nick@van-laarhoven.org>
4 " Last Change: 2007-01-30 4 " Last Change: 2019 Oct 08
5 " Filenames: named.conf, rndc.conf 5 " Filenames: named.conf, rndc.conf
6 " Location: http://www.van-laarhoven.org/vim/syntax/named.vim 6 " Location: http://www.van-laarhoven.org/vim/syntax/named.vim
7 " 7 "
8 " Previously maintained by glory hump <rnd@web-drive.ru> and updated by Marcin 8 " Previously maintained by glory hump <rnd@web-drive.ru> and updated by Marcin
9 " Dalecki. 9 " Dalecki.
52 52
53 " --- Section: { ... } clause 53 " --- Section: { ... } clause
54 syn region namedSection contained start=+{+ end=+};+ contains=namedSection,namedIntKeyword 54 syn region namedSection contained start=+{+ end=+};+ contains=namedSection,namedIntKeyword
55 55
56 " --- IntSection: section that does not contain other sections 56 " --- IntSection: section that does not contain other sections
57 syn region namedIntSection contained start=+{+ end=+}+ contains=namedIntKeyword,namedError 57 syn region namedIntSection contained start=+{+ end=+}+ contains=namedIntKeyword,namedError,namedComment
58 58
59 " --- IntKeyword: keywords contained within `{ ... }' sections only 59 " --- IntKeyword: keywords contained within `{ ... }' sections only
60 " + these keywords are contained within `key' and `acl' sections 60 " + these keywords are contained within `key' and `acl' sections
61 syn keyword namedIntKeyword contained key algorithm 61 syn keyword namedIntKeyword contained key algorithm
62 syn keyword namedIntKeyword contained secret nextgroup=namedString skipwhite 62 syn keyword namedIntKeyword contained secret nextgroup=namedString skipwhite