Closed gmr458 closed 1 year ago
I have made a query to get SQL syntax highlighting inside strings, the query works on interpreted_string_literal, but not on raw_string_literal, the injection only works if I insert a character after the first backtick.
interpreted_string_literal
raw_string_literal
I have made a query to get SQL syntax highlighting inside strings, the query works on
interpreted_string_literal
, but not onraw_string_literal
, the injection only works if I insert a character after the first backtick.