mark-wiemer-org/ahkpp

"Edit" tokenized as a function instead of a keyword like other Gui control types

Opened this issue · 2 comments

Gui, 1:Add, Edit,, sample text
Gui, 1:Add, Link,, sample <a href="http://[...]">link</a>
Gui, 1:Add, Text,, sample text

Results in unexpected syntax coloring:
image

Ref #85

Not only Edit. There are 4-5 commands/functions has same name as keywords. They detects before keywords, I think reorder of regexes will fix it.

I tried that, wasn't able to get it working. It may have just been a simple build issue though.