nano

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

commit e998c35c53aa5e771a556c6f18ea3992cb15ac0d
parent 4d7e7e28fdbb02c45e5c2ab30f4995cde175e805
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Tue, 16 Jun 2020 13:27:27 +0200

syntax: sql: rename the file to match the name of the syntax

Diffstat:
Msyntax/Makefile.am | 2+-
Rsyntax/postgresql.nanorc -> syntax/sql.nanorc | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/syntax/Makefile.am b/syntax/Makefile.am @@ -28,11 +28,11 @@ pkgdata_DATA = asm.nanorc \ perl.nanorc \ php.nanorc \ po.nanorc \ - postgresql.nanorc \ python.nanorc \ ruby.nanorc \ rust.nanorc \ sh.nanorc \ + sql.nanorc \ tcl.nanorc \ tex.nanorc \ texinfo.nanorc \ diff --git a/syntax/postgresql.nanorc b/syntax/sql.nanorc