Skip to content

Commit 7f75d50

Browse files
committed
Add new context names for refactored C# strings
1 parent 4969d09 commit 7f75d50

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

syntax/embed/C# (for PowerShell).sublime-syntax

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,30 @@ extends: Packages/C#/C#.sublime-syntax
99
contexts:
1010

1111
inside_triple_quoted_raw_string_literal_syntax:
12+
# <=ST4202
13+
- meta_include_prototype: false
1214
- include: immediately-pop
1315

1416
inside_long_string_syntax:
17+
# <=ST4202
18+
- meta_include_prototype: false
1519
- include: immediately-pop
1620

1721
inside_long_format_string_syntax:
22+
# <=ST4202
23+
- meta_include_prototype: false
24+
- include: immediately-pop
25+
26+
inside_triple_quoted_raw_string_syntax:
27+
- meta_include_prototype: false
28+
- include: immediately-pop
29+
30+
inside_verbatim_string_syntax:
31+
- meta_include_prototype: false
32+
- include: immediately-pop
33+
34+
inside_verbatim_format_string_syntax:
35+
- meta_include_prototype: false
1836
- include: immediately-pop
1937

2038
immediately-pop:

0 commit comments

Comments
 (0)