Skip to content

style(VHDL): add space between semicolon and comments

Lukasz Butkowski requested to merge review into main

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/;--/; --/'

Merge request reports