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

Incorrect highlighting with multi-line directives #61

Open
john-cj opened this issue Apr 7, 2020 · 0 comments
Open

Incorrect highlighting with multi-line directives #61

john-cj opened this issue Apr 7, 2020 · 0 comments

Comments

@john-cj
Copy link

john-cj commented Apr 7, 2020

Compare

#If, WinActive("ahk_exe foo.exe") || WinActive("ahk_exe bar.exe")

...

#If, WinActive("ahk_exe foo.exe") && CustomFunction()

...

with

#If, WinActive("ahk_exe foo.exe")
    || WinActive("ahk_exe bar.exe")

...

#If, WinActive("ahk_exe foo.exe")
    && CustomFunction()

...

Images:

1
2

It seems the lines 2 and 7 should be green, but they aren't.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant