+1

Triple quoted strings in scala mode are treated as comments.

Zac Duncan 13 year бұрын 0
Auto-escaping strings in scala files are highlighted as comments instead of as strings. 
Example:

val sql = """SELECT *
FROM the_table
WHERE 
the id = ?"""