Great plugin! Would be nice if it could also highlight SQL in Ruby strings. Ruby can't do inline comments, so it would need to support something like the following:
# /*sql*/
SQL = %{
SELECT user, name
FROM users
WHERE users.id = #{"some_variable"}
}
Great plugin! Would be nice if it could also highlight SQL in Ruby strings. Ruby can't do inline comments, so it would need to support something like the following: