kv-be / pretty-vhdl

MIT License
0 stars 0 forks source link

when a comment is appended directly after the last letter of a line, the alignment is wrong #1

Closed kv-be closed 2 years ago

kv-be commented 2 years ago

u_pulse_synchronizer : entity work.pulse_synchronizer port map( clk_1 => HSL_CLK, -- in std_logic; clk_2 => AXI_CLK, -- in std_logic; pulse_1 => line_ready_hsl, -- in std_logic; pulse_2 => line_ready_axi-- out std_logic; );

results in u_pulse_synchronizer : entity work.pulse_synchronizer port map( clk_1 => HSL_CLK, -- in std_logic; clk_2 => AXI_CLK, -- in std_logic; pulse_1 => line_ready_hsl, -- in std_logic; pulse_2 => line_ready_ax i-- out std_logic; );

kv-be commented 2 years ago

solved in v1.0.1