g2384 / VHDLFormatter

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

VHDL-2008 block comment /* */ not supported #28

Closed nikhenri closed 4 years ago

nikhenri commented 4 years ago

VHDL-2008 block comment not supported formating will broke the comment, "*/" will be convert to "* /"

Report a bug

Input

/ woof \/

Expected Behavior

/ woof \/

Actual Behavior

/ woof \ /

g2384 commented 4 years ago

thanks. it's fixed now.