mmikeww / AHK-v2-script-converter

AHK v1 -> v2 script converter
https://autohotkey.com/boards/viewtopic.php?f=6&t=25100
The Unlicense
551 stars 43 forks source link

New directives fix replaces comments #266

Open Banaanae opened 3 months ago

Banaanae commented 3 months ago
#Delimiter -
MsgBox- Test ; This-is-a-comment

See https://github.com/mmikeww/AHK-v2-script-converter/issues/242#issuecomment-2219677454_

andymbody commented 2 months ago

Looks like it affects more than just comments, correct?

Banaanae commented 2 months ago

Yeah, only happens when a directive is used though