Skip to content

Syntax highlighting breaks on first function call in script #41

@fireundubh

Description

@fireundubh

I'm using your TextMate grammar bundle in PyCharm. Syntax highlighting breaks on the first function call in any script.

Tested all versions from 1.0.0 to 2.7.1.

For example:

2019-02-25 23_54_21

If I comment out that call, highlighting breaks on the next function call.

;Debug.Trace("Master of Disguise: PlayerScript> " + asMessage)

If I remove the first parenthesis, highlighting breaks on the next function call, but that's obviously incorrect.

Debug.Trace"Master of Disguise: PlayerScript> " + asMessage)

If I remove the value altogether, highlighting breaks on the next function call, but that's obviously incorrect, too.

Debug.Trace()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions