style(VHDL): add space between semicolon and comments
Syntax highlighting in Vim and Neovim relies on a space between the semicolon and the two dashes. These were added like this:
find ./ -name "*.vhd.in" -print0 | xargs -0 sed -i 's/;--/; --/'
Syntax highlighting in Vim and Neovim relies on a space between the semicolon and the two dashes. These were added like this:
find ./ -name "*.vhd.in" -print0 | xargs -0 sed -i 's/;--/; --/'