With the latest update to SQL syntax highlighting in Build 4200, comments in .sql files that start with double dash but have no space before the first word (ie “--word”) are not recognized or highlighted as comments. Putting a space after the dash triggers the correct highlighting. At least in PostgreSQL, the double dash does not need a space after it to be a comment, anything after the double dash is a comment. This update has made existing sql files using this syntax visually confusing. This occurs with the default dark and light color schemes (Breakers and Mariana).

