Remillard / VHDL-Mode

A package for Sublime Text that aids coding in the VHDL language.
MIT License
40 stars 10 forks source link

VHDL-2008 block commenting breaks beautification #134

Closed Remillard closed 5 years ago

Remillard commented 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.