File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
integration/vscode/ada/syntaxes Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 7
7
{ "include" : " #comment" }
8
8
],
9
9
"repository" : {
10
+ "empty_declaration" : {
11
+ "begin" : " (null)" ,
12
+ "end" : " ;" ,
13
+ "beginCaptures" : {
14
+ "0" : { "name" : " keyword.gpr" }
15
+ }
16
+ },
10
17
"assignment" : {
11
18
"begin" : " :=" ,
12
19
"end" : " (?=;)" ,
42
49
},
43
50
"case_construction" : {
44
51
"name" : " meta.case.gpr" ,
45
- "begin" : " (?i)\\ b(case)\\ s+((?: \\ w| \\ d|_) +)\\ s+(is)\\ b" ,
52
+ "begin" : " (?i)\\ b(case)\\ s+(. +)\\ s+(is)\\ b" ,
46
53
"end" : " (?i)\\ b(end)\\ s+(case)\\ s*(;)" ,
47
54
"beginCaptures" : {
48
55
"1" : { "name" : " keyword.control.gpr" },
55
62
"3" : { "name" : " punctuation.gpr" }
56
63
},
57
64
"patterns" : [
65
+ { "include" : " #case_construction" },
58
66
{ "include" : " #case_when" },
59
67
{ "include" : " #comment" },
60
- { "include" : " #attribute" }
68
+ { "include" : " #attribute" },
69
+ { "include" : " #empty_declaration" }
61
70
]
62
71
},
63
72
"case_when" : {
117
126
"patterns" : [
118
127
{ "include" : " #case_construction" },
119
128
{ "include" : " #comment" },
120
- { "include" : " #attribute" }
129
+ { "include" : " #attribute" },
130
+ { "include" : " #empty_declaration" }
121
131
]
122
132
},
123
133
{
You can’t perform that action at this time.
0 commit comments