diff --git a/C#/C#.sublime-syntax b/C#/C#.sublime-syntax index fdaa510af0..d2ff8ff273 100644 --- a/C#/C#.sublime-syntax +++ b/C#/C#.sublime-syntax @@ -1975,10 +1975,8 @@ contexts: inside_triple_quoted_raw_string_literal_syntax: - meta_include_prototype: false - match: (?={{sql_indicator}}) - set: scope:source.sql - with_prototype: - - match: (?=""") - pop: true + embed: scope:source.sql + escape: (?=""") - match: (?=\S) pop: true