File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,16 @@ vim editor session.
6
6
7
7
Uses 4-bit (16-color) Vim color scheme. Supports light/dark theme too.
8
8
9
+ To quickly see nearly all permutation of Bind9 named.conf configuration settings
10
+ , run:
11
+
12
+ vim test/example-9.16-named.conf
13
+
14
+ This is where most of my animated GIF came from.
9
15
10
16
This project aims to replace the stock Vim syntax highlighting for ISC Bind
11
17
(` named.vim ` ), by updating it to recognize the new RRs that came out in
12
- the last few decade and also to highlight more keywords that ISC Bind9/10 has
13
- incorporated as of late.
18
+ the last few decade and also to highlight more clauses/statements/keywords that ISC Bind9 has incorporated as of late.
14
19
15
20
![ Example] ( https://raw.githubusercontent.com/egberts/gist/master/vim-syntax-bind-named-front-page.png " Example ")
16
21
@@ -23,6 +28,11 @@ takes final precedence here.
23
28
FEATURES
24
29
--------
25
30
31
+ October 16, 2021
32
+ * v9.16 supported
33
+ * many filespec arguments are now forced double-quote syntax.
34
+
35
+ Original release
26
36
* new ` named.conf ` keywords supported
27
37
* All 3 comment styles supported: C++, C, bash.
28
38
* IPv6 syntax checking
You can’t perform that action at this time.
0 commit comments