Agreed with @codebrainz it's not very clear, but I guess I got it:
When filetypes.php has an empty comment_single
, it uses HTML comments (<!-- -->
) instead of multi-line PHP comments (/* */
) for some reason.
To test:
geany -c /tmp/temp-config
)echo "hello!";
on line 24)
//~
at the start of the line. Good! Try and the same on line 31: it inserts <!-- -->
. Good again! Toggle both back to not commented.comment_single
to make it empty. Save it.<!-- -->
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.