inline_sql_syntax icon indicating copy to clipboard operation
inline_sql_syntax copied to clipboard

feat: Support raw strings in Rust

Open nossrannug opened this issue 1 year ago • 1 comments

Add support for raw strings in Rust let sql = r#"--sql ..."#; Also added support to get the end index when the sql ends on the same line

nossrannug avatar Sep 27 '24 12:09 nossrannug