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
If a q:to/DATA/ is used together with a Str method, such as .comb, the syntax highlighting is broken afterwards. Problem occurs in atom editor.
Example Code
usev6.c;
my$ok-val=q:to/DATA/;
Here is some multiline text And a bit more. DATAmy@desyntax=q:to/MDATA/.comb(/\N+/);
Here is some multiline text And a bit more. MDATAmy $should-be-normal-but-is-not = 'p';dd $ok-val;dd @desyntax;dd $should-be-normal-but-is-not;# Code from MDATA down is still highlighted as heretodoc# The problem originates with the .comb method# Code runs OK. (See picture)
Picture [optional]
Leave this in. For internal use.
Fixed in Master
Fixed in Release
Has Tests
Passes Tests
The text was updated successfully, but these errors were encountered:
Example Code
Picture [optional]
Leave this in. For internal use.
The text was updated successfully, but these errors were encountered: