Add a modeline for nftables (via plugin)
To use this syntax you need a 3rd party plugin. I use https://github.com/nfnty/vim-nftables, but others might work, too.
This commit is contained in:
parent
fff1290115
commit
8079264b29
7
nft.rules
Normal file
7
nft.rules
Normal file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/nft -f
|
||||
|
||||
# THIS SYNTAX HIGHLIGHT NEEDS A PLUGIN, E.G.:
|
||||
# https://github.com/nfnty/vim-nftables
|
||||
|
||||
# vim:syntax=nftables:fileencoding=utf-8:ts=4:expandtab:linebreak:wrap
|
||||
# vim: set syntax=nftables fileencoding=utf-8 ts=4 expandtab linebreak wrap :
|
Loading…
Reference in New Issue
Block a user