g2384 / VHDLFormatter

VHDL formatter web online written in typescript
https://g2384.github.io/VHDLFormatter/
MIT License
51 stars 20 forks source link

Fix formatting initial value block #61

Closed tokoro10g closed 1 year ago

tokoro10g commented 2 years ago

This PR fixes an error when formatting code like the following:

constant rom : ROM := (
x"01",
x"02",
x"03"
);

-- some comments