File tree 1 file changed +20
-9
lines changed
1 file changed +20
-9
lines changed Original file line number Diff line number Diff line change 8
8
"foldingStopMarker" : " ^\\ s*#\\ s*endregion|^\\ s*\\ */|^\\ s*\\ }" ,
9
9
"patterns" : [
10
10
{
11
+ "include" : " #using"
12
+ },
13
+ {
14
+ "include" : " #namespace"
15
+ },
16
+ {
17
+ "include" : " #code"
18
+ }
19
+ ],
20
+ "repository" : {
21
+ "using" : {
22
+ "begin" : " ^\\ s*(using)\\ b\\ s*" ,
11
23
"captures" : {
12
24
"1" : {
13
25
"name" : " keyword.other.using.cs"
14
26
}
15
27
},
16
- "begin" : " ^\\ s*(using)\\ b\\ s*" ,
17
- "end" : " \\ s*(?:$|(;))" ,
18
- "name" : " meta.keyword.using.cs"
28
+ "end" : " \\ s*(?:$|;)"
19
29
},
20
- {
30
+ "namespace" : {
21
31
"begin" : " ^\\ s*((namespace)\\ s+([\\ w.]+))" ,
22
32
"beginCaptures" : {
23
33
"1" : {
48
58
"end" : " (?=})" ,
49
59
"name" : " meta.namespace.body.cs" ,
50
60
"patterns" : [
61
+ {
62
+ "include" : " #using"
63
+ },
64
+ {
65
+ "include" : " #namespace"
66
+ },
51
67
{
52
68
"include" : " #code"
53
69
}
54
70
]
55
71
}
56
72
]
57
73
},
58
- {
59
- "include" : " #code"
60
- }
61
- ],
62
- "repository" : {
63
74
"block" : {
64
75
"patterns" : [
65
76
{
You can’t perform that action at this time.
0 commit comments