mirror of
git://git.sv.gnu.org/nano.git
synced 2025-02-03 15:07:40 +03:00
ef6ccc47c8
The rules assume that 'STOP' (for Perl) or EOT (for Ruby) is the terminating string while it could be anything. Also, the rules don't take quotes nor backticks nor a tilde into account. In short: these coloring rules are far too limited. References: https://perldoc.perl.org/perlop#%3C%3CEOF https://docs.ruby-lang.org/en/3.0.0/doc/syntax/literals_rdoc.html#label-Here+Documents+-28heredocs-29 Signed-off-by: Hussam al-Homsi <sawuare@gmail.com>