nano

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

commit 84b1fdf6c6da941ab342e54faa0470e3b21d8d2d
parent 2181853574a98ce7fb55a967a8452e3925cb2a51
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Mon, 12 Aug 2024 08:45:14 +0200

syntaxes: add a license line to files that were created by Mike Frysinger

Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>

Diffstat:
Msyntax/asm.nanorc | 1+
Msyntax/man.nanorc | 1+
Msyntax/patch.nanorc | 1+
Msyntax/php.nanorc | 1+
Msyntax/sh.nanorc | 1+
Msyntax/tcl.nanorc | 1+
6 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/syntax/asm.nanorc b/syntax/asm.nanorc @@ -1,6 +1,7 @@ ## Syntax highlighting for assembler. ## Original author: Mike Frysinger +## License: GPL version 3 or newer syntax asm "\.(S|s|asm)$" magic "assembler source" diff --git a/syntax/man.nanorc b/syntax/man.nanorc @@ -1,6 +1,7 @@ ## Syntax highlighting for man pages. ## Original author: Mike Frysinger +## License: GPL version 3 or newer syntax man "\.[1-9]x?$" magic "troff or preprocessor input" diff --git a/syntax/patch.nanorc b/syntax/patch.nanorc @@ -1,6 +1,7 @@ ## Syntax highlighting for patch and diff files. ## Original author: Mike Frysinger +## License: GPL version 3 or newer syntax patch "\.(patch|diff|debdiff|rej)$" magic "diff output" diff --git a/syntax/php.nanorc b/syntax/php.nanorc @@ -1,6 +1,7 @@ ## Syntax highlighting for PHP. ## Original author: Mike Frysinger +## License: GPL version 3 or newer syntax php "\.(php[23457s~]?|phtml|ctp)$" magic "PHP script" diff --git a/syntax/sh.nanorc b/syntax/sh.nanorc @@ -1,6 +1,7 @@ ## Syntax highlighting for Bourne shell scripts. ## Original author: Mike Frysinger +## License: GPL version 3 or newer syntax sh "(\.sh|(^|/|\.)(a|ba|c|da|k|mk|pdk|tc|z)sh(rc|_profile)?|(/etc/|(^|/)\.)profile)$" header "^#!.*/(((env|busybox)[[:blank:]]+)?(a|ba|c|da|k|mk|pdk|tc|z)?sh|openrc-run|runscript)\>" diff --git a/syntax/tcl.nanorc b/syntax/tcl.nanorc @@ -1,6 +1,7 @@ ## Syntax highlighting for Tcl and Expect scripts. ## Original author: Mike Frysinger +## License: GPL version 3 or newer syntax tcl "\.(tcl|exp)$" magic "Tcl(/Tk)? script"