You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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()
The text was updated successfully, but these errors were encountered:
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
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:
If I comment out that call, highlighting breaks on the next function call.
If I remove the first parenthesis, highlighting breaks on the next function call, but that's obviously incorrect.
If I remove the value altogether, highlighting breaks on the next function call, but that's obviously incorrect, too.
The text was updated successfully, but these errors were encountered: