Roald87 / TcBlack

Opnionated code formatter for TwinCAT.
MIT License
105 stars 10 forks source link

Two step variable definition for special chars in strings #38

Closed kdorsel closed 4 years ago

kdorsel commented 4 years ago

Two step parsing of variable definitions. This is to support special characters inside a string screwing around with the regex.

Fixes #35

Roald87 commented 4 years ago

Very nice variation of tests! Thanks for the contribution.