(
var quarksDir = Platform.userAppSupportDir +/+ "downloaded-quarks";
if(File.exists(quarksDir).not) {
File.mkdir(quarksDir);
};
quarksDir.openOS;
)
Or
a +/ b
c / d
The colorizer seems to recognize +/
as the start of some sort of multiline element, closed by a /
later.
Can this feature be switched off?
hjh