Skip to content

Incorrect highlighting with multi-line directives #61

Open
@john-cj

Description

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.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions