Skip to content

Commit aa82932

Browse files
authored
Update README.md
1 parent 133ecb3 commit aa82932

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Nftables Vim Syntax Highlighter
22

3+
Highlight your NFTABLES files! In VIM/NeoVIM editors, I have got those here.
4+
35
For Linux nftables configuration files, a syntax highlighter for Vim-class editors.
46

57
Here's a screenshot using vim `colorscheme default` and `set background=dark`:
68

79
![nftables vim syntax highlight](doc/screenshot.png)
10+
![Example](test/nftables.gif "Example")
811

912
Pretty solid except for:
1013
- `stmt` in code blocks
@@ -20,7 +23,7 @@ This VIM syntax proactively highlights typo errors in RED for:
2023
* nftables configuration file and
2124
* nftables script file
2225

23-
![Example](test/nftables.gif "Example")
26+
2427

2528

2629
Files having `nft` in 1st-line shebang will activate the `syntax nftables`.

0 commit comments

Comments
 (0)