File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,30 @@ extends: Packages/C#/C#.sublime-syntax
99contexts :
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 :
You can’t perform that action at this time.
0 commit comments