Skip to content

Syntax highlighting confused by certain type of comment block #1822

@jwcollins

Description

@jwcollins

Hi. I'm running xemacs21 with the latest verilog-mode as of commit 5fe663d, on Ubuntu 22.04 Linux. (This has been a problem since at least commit 2034ab7.)

This type of comment block confuses the syntax highlighting. (It never used to be a problem with older versions of verilog-mode.)

/*******************************************************************************
 * tb_clk.sv
 *
 * For testbench purposes, create a square wave clock signal.
 ******************************************************************************/

When I first open such a file, it's correctly highlighted in blue as a comment. But if I change the contents of this comment block, the text reverts to color black, as though it's no longer recognized as a comment.

Screenshot_20230207_133401
Screenshot_20230207_133425
Screenshot_20230207_133559

Thanks in advance for any help with this! --jwc

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions