File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11%YAML 1.2
22---
33scope : source.cs.embedded.powershell
4- # version: 2
4+ version : 2
55hidden : true
66
77extends : Packages/C#/C#.sublime-syntax
88
99contexts :
1010
11- inside_triple_quoted_raw_string_literal_syntax :
12- # <=ST4202
13- - meta_include_prototype : false
14- - include : immediately-pop
15-
16- inside_long_string_syntax :
17- # <=ST4202
18- - meta_include_prototype : false
19- - include : immediately-pop
20-
21- inside_long_format_string_syntax :
22- # <=ST4202
23- - meta_include_prototype : false
24- - include : immediately-pop
25-
2611 inside_triple_quoted_raw_string_syntax :
2712 - meta_include_prototype : false
28- - include : immediately-pop
13+ - include : immediately_pop
2914
3015 inside_verbatim_string_syntax :
3116 - meta_include_prototype : false
32- - include : immediately-pop
17+ - include : immediately_pop
3318
3419 inside_verbatim_format_string_syntax :
3520 - meta_include_prototype : false
36- - include : immediately-pop
37-
38- immediately-pop :
39- - match : ' '
40- pop : 1
21+ - include : immediately_pop
You can’t perform that action at this time.
0 commit comments