aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-23 19:23:58 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-27 09:21:28 -0400
commitf0bf853f41ac4ad765bf279c331669d8c9d1e5c5 (patch)
tree4ff8f493ac157a33329a0a41d300cfe4c38de103 /runtime/syntax
parentecb48e7f8a8ade4a83cb4b6bd12d80a893832ec1 (diff)
downloadrneovim-f0bf853f41ac4ad765bf279c331669d8c9d1e5c5.tar.gz
rneovim-f0bf853f41ac4ad765bf279c331669d8c9d1e5c5.tar.bz2
rneovim-f0bf853f41ac4ad765bf279c331669d8c9d1e5c5.zip
vim-patch:2e693a88b24d
Update runtime files. https://github.com/vim/vim/commit/2e693a88b24dc6b12883fad78ff2cb9cd4469c98
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