We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133ecb3 commit aa82932Copy full SHA for aa82932
README.md
@@ -1,10 +1,13 @@
1
# Nftables Vim Syntax Highlighter
2
3
+Highlight your NFTABLES files! In VIM/NeoVIM editors, I have got those here.
4
+
5
For Linux nftables configuration files, a syntax highlighter for Vim-class editors.
6
7
Here's a screenshot using vim `colorscheme default` and `set background=dark`:
8
9

10
+
11
12
Pretty solid except for:
13
- `stmt` in code blocks
@@ -20,7 +23,7 @@ This VIM syntax proactively highlights typo errors in RED for:
20
23
* nftables configuration file and
21
24
* nftables script file
22
25
-
26
27
28
29
Files having `nft` in 1st-line shebang will activate the `syntax nftables`.
0 commit comments