#935321 emacs-common: In CPerl mode, text in comment should not be highlighted as in normal code

Package:
emacs-common
Source:
emacs
Submitter:
Vincent Lefevre
Date:
2021-02-21 17:39:03 UTC
Severity:
minor
Tags:
#935321#5
Date:
2019-08-21 15:09:17 UTC
From:
To:
In CPerl mode, a word starting with @ or % in a comment is
hightlighed, as if it were in normal code, while it shouldn't.
Ditto for strings like $foo{.

An example:

# foo@domain.tld
# $foo{

Here, @domain appears in bold blue and $foo appears in bold red.