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

Syntax highlighting for conditional directives #69

Closed
mark-wiemer opened this issue Mar 11, 2021 · 1 comment · Fixed by #323
Closed

Syntax highlighting for conditional directives #69

mark-wiemer opened this issue Mar 11, 2021 · 1 comment · Fixed by #323
Assignees
Labels
bug something isn't working syntax highlighter syntax highlighter (code coloring) issues

Comments

@mark-wiemer
Copy link
Collaborator

mark-wiemer commented Mar 11, 2021

Additional context

From @zaregg in #66

For the code snippet

#If WinActive("ahk_class Notepad") or WinActive(MyWindowTitle)
#Space::MsgBox You pressed Win+Spacebar in Notepad or %MyWindowTitle%.

Currently the syntax highlighting for this #if statement is like this:
image

In the AutoHotkey documentation, however, it's like this:
image

It would be very nice to see this kind of syntax highlighting also implemented in this extension :D

@mark-wiemer mark-wiemer added the bug something isn't working label Mar 11, 2021
@mark-wiemer mark-wiemer self-assigned this Mar 11, 2021
@mark-wiemer mark-wiemer added this to the Backlog milestone Apr 22, 2021
@mark-wiemer mark-wiemer removed this from the Backlog milestone Oct 15, 2022
@mark-wiemer mark-wiemer added the syntax highlighter syntax highlighter (code coloring) issues label Dec 3, 2022
@boromyr
Copy link

boromyr commented Jan 22, 2023

+1

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
None yet
Development

Successfully merging a pull request may close this issue.

2 participants