On 02/24/2017 01:56 PM, ToddAndMargo wrote:
Hi All,

I do adore the Geany editor for coding, but ... it
coughs on group comments

=begin Introduction
blah blah blah
=end Introduction

after the first "=" everything is blue and I lose my
fancy colors that tell me when I forget a quote, etc..

Anyone know a way to keep my group comments and
retain Geany's color coding?


Many thanks,
-T



#`{} across multiple lines worked around the issue:

<code>
#!/usr/binperl6

#`{
run on and on and on
comments

blah blah
blah
}

sub abc ( $a, $b, $c ) {}

print "Hi Mon!\n";
</code>



--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Computers are like air conditioners.
They malfunction when you open windows
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reply via email to