Skip to content

Commit 1a9c1fa

Browse files
committed
Disable nested SQL in prototyped Razor C#
1 parent dea414b commit 1a9c1fa

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Razor/embeddings/C# (for C# Razor HTML attribute).sublime-syntax

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,15 @@ contexts:
1616
- meta_prepend: true
1717
- match: (?=")
1818
pop: 3
19+
20+
inside_triple_quoted_raw_string_syntax:
21+
- meta_include_prototype: false
22+
- include: immediately_pop
23+
24+
inside_verbatim_string_syntax:
25+
- meta_include_prototype: false
26+
- include: immediately_pop
27+
28+
inside_verbatim_format_string_syntax:
29+
- meta_include_prototype: false
30+
- include: immediately_pop

0 commit comments

Comments
 (0)