nano

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

commit c01b13a32c75b8760890bfa63b67acdc3cbd99a2
parent b368faf11c8889c7d4875bd1e4caa980340b0428
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Wed,  5 May 2021 12:09:17 +0200

syntax: php: colorize the full short tag for echo (<?=)

Diffstat:
Msyntax/php.nanorc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/syntax/php.nanorc b/syntax/php.nanorc @@ -5,7 +5,7 @@ magic "PHP script" comment "//" # PHP markings. -color brightgreen "(<\?(php)?|\?>)" +color brightgreen "(<\?(php|=)?|\?>)" # Function names. color white "\<[A-Za-z_][A-Za-z_0-9]*\("