Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mark-wiemer opened this issue Mar 12, 2023 · 2 comments
Assignees
Labels
bug something isn't working syntax highlighter syntax highlighter (code coloring) issues

Comments

@mark-wiemer
Copy link
Member

mark-wiemer commented Mar 12, 2023

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

@kyklish
Copy link
Contributor

kyklish commented Mar 12, 2023

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.

@mark-wiemer
Copy link
Member Author

mark-wiemer commented Mar 12, 2023

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

@mark-wiemer mark-wiemer added bug something isn't working syntax highlighter syntax highlighter (code coloring) issues labels Aug 8, 2023
@mark-wiemer mark-wiemer self-assigned this Aug 12, 2023
@mark-wiemer mark-wiemer moved this to Todo in AHK++ Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something isn't working syntax highlighter syntax highlighter (code coloring) issues
Projects
Status: Todo
Development

No branches or pull requests

2 participants