nano

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

commit 11ae201d71fb1076b2d99810d533f7a265af42cb
parent 8586efda0baef8e5d17e870b5a4cc09bf20ad22c
Author: Ryan Westlund <rlwestlund@gmail.com>
Date:   Tue, 15 Sep 2020 08:54:52 -0400

syntax: markdown: add author and license line

Signed-off-by: Ryan Westlund <rlwestlund@gmail.com>
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>

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

diff --git a/syntax/markdown.nanorc b/syntax/markdown.nanorc @@ -1,5 +1,8 @@ ## Syntax highlighting for Markdown files. +## Original authors: Ryan Westlund and Benno Schulenberg +## License: GPL version 3 or newer + syntax markdown "\.md$" comment "<!--|-->"