nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 8586efda0baef8e5d17e870b5a4cc09bf20ad22c
parent 9e382ba691a03e456229958c05c9f5a2b50e4440
Author: Arturo Borrero González <arturo@debian.org>
Date:   Mon, 14 Sep 2020 11:03:25 +0200

syntax: nftables: include author and license lines

Signed-off-by: Arturo Borrero González <arturo@debian.org>

Diffstat:
Msyntax/nftables.nanorc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/syntax/nftables.nanorc b/syntax/nftables.nanorc @@ -1,5 +1,8 @@ ## Syntax highlighting for the packet-filtering rules of Netfilter. +## Original author: Arturo Borrero González <arturo@debian.org> +## License: GPL version 3 or newer + syntax nftables "\.(nft|nftables)$" header "^#!.*(nft|nftables)" comment "#"