#935321 emacs-common: In CPerl mode, text in comment should not be highlighted as in normal code #935321
- Package:
- emacs-common
- Source:
- emacs
- Submitter:
- Vincent Lefevre
- Date:
- 2021-02-21 17:39:03 UTC
- Severity:
- minor
- Tags:
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.