Closed Remillard closed 5 years ago
Words that are in the /* */ structure are parsed for keywords, so a line like /* This is a VHDL-2008 block style comment */ now triggers the block keyword. Need to come up with a method for coping with multiline comments in beautification.
/* */
/* This is a VHDL-2008 block style comment */
block
Words that are in the
/* */
structure are parsed for keywords, so a line like/* This is a VHDL-2008 block style comment */
now triggers theblock
keyword. Need to come up with a method for coping with multiline comments in beautification.