summaryrefslogtreecommitdiffstats
path: root/runtime/syntax
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-10-16 22:35:02 +0200
committerBram Moolenaar <Bram@vim.org>2019-10-16 22:35:02 +0200
commit2e693a88b24dc6b12883fad78ff2cb9cd4469c98 (patch)
tree51532c78977a6ef8307d2c290a5627d7fc32753c /runtime/syntax
parent4f2f61a014e80217a2d6ac476c8f94e250a3d0ff (diff)
Update runtime files.
Diffstat (limited to 'runtime/syntax')
-rw-r--r--runtime/syntax/named.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/syntax/named.vim b/runtime/syntax/named.vim
index 210d387ece..292d1b2bbf 100644
--- a/runtime/syntax/named.vim
+++ b/runtime/syntax/named.vim
@@ -1,7 +1,7 @@
" Vim syntax file
" Language: BIND configuration file
" Maintainer: Nick Hibma <nick@van-laarhoven.org>
-" Last Change: 2007-01-30
+" Last Change: 2019 Oct 08
" Filenames: named.conf, rndc.conf
" Location: http://www.van-laarhoven.org/vim/syntax/named.vim
"
@@ -54,7 +54,7 @@ syn match namedIntIdent contained /"\=\k\+"\=/ nextgroup=namedIntSection skipwhi
syn region namedSection contained start=+{+ end=+};+ contains=namedSection,namedIntKeyword
" --- IntSection: section that does not contain other sections
-syn region namedIntSection contained start=+{+ end=+}+ contains=namedIntKeyword,namedError
+syn region namedIntSection contained start=+{+ end=+}+ contains=namedIntKeyword,namedError,namedComment
" --- IntKeyword: keywords contained within `{ ... }' sections only
" + these keywords are contained within `key' and `acl' sections