Skip to content

Incorrect highlighting with multi-line directives #61

@john-cj

Description

@john-cj

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions