Remillard / VHDL-Mode

A package for Sublime Text that aids coding in the VHDL language.
MIT License
40 stars 10 forks source link

Beatufication error #79

Closed Remillard closed 6 years ago

Remillard commented 6 years ago

A structure like

    if (conditional) then
        if (end_flag = '0') then

does not beautify correctly.

Remillard commented 6 years ago

Turns out the end clause was matching because end did not have a word boundary check afterwards. Hideous result but fortunately easy fix.