g2384 / VHDLFormatter

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

Fix #21 #22

Closed Vinrobot closed 4 years ago

Vinrobot commented 4 years ago

Fix #21 The new regex match repeating < and > (and mixed) and add spaces around the block. "<<<" will become " <<< " and not " < < < ", ...