Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions C#/C#.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -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: (?=""")
Comment on lines +1978 to +1979
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
embed: scope:source.sql
escape: (?=""")
embed: scope:source.sql
escape: (?=""")
pop: 1

- match: (?=\S)
pop: true

Expand Down