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 breaks on first function call in script #41

Open
fireundubh opened this issue Feb 26, 2019 · 0 comments
Open

Syntax highlighting breaks on first function call in script #41

fireundubh opened this issue Feb 26, 2019 · 0 comments

Comments

@fireundubh
Copy link

fireundubh commented Feb 26, 2019

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()
@fireundubh fireundubh changed the title 2.7.1 syntax highlighting breaks on first function call in script Syntax highlighting breaks on first function call in script Feb 26, 2019
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