having a string end in `/*` as in `'Build/reports/*'` throws off the highlighter into thinking a multiline comment starts at this point. This only happens with single quotes but not with double quotes (`""`)
having a string end in
/*as in'Build/reports/*'throws off the highlighter into thinking a multiline comment starts at this point.This only happens with single quotes but not with double quotes (
"")