Syntax highlighting breaks after using function with string containing colon #16
Labels
bug
Something isn't working
good first issue
Good for newcomers
requires more testing
"I didn't manage to replicate this issue, so more science is required"
When utilizing any function and inputting a string containing a colon (":"), the syntax highlighting for the remainder of the code breaks.
The syntax highlighting should remain intact for the entirety of the code after utilizing the function, irrespective of the presence of a colon in the string.
Steps to Reproduce:
EventHandler.SendNetworkEvent("giveitem:BFG9000");
The text was updated successfully, but these errors were encountered: