File tree Expand file tree Collapse file tree 1 file changed +20
-9
lines changed Expand file tree Collapse file tree 1 file changed +20
-9
lines changed Original file line number Diff line number Diff line change 58
58
"1" : {
59
59
"name" : " punctuation.parentheses.right.openacc"
60
60
}
61
- },
62
- "patterns" : [{ "include" : " #variable-list" }]
61
+ }
63
62
},
64
63
{
65
64
"begin" : " (?i)\\ b(default)\\ s*(\\ ()" ,
84
83
]
85
84
},
86
85
{
87
- "begin" : " (?i)\\ b(firstprivate|private)\\ s*(\\ ()" ,
86
+ "begin" : " (?i)\\ b(private)\\ s*(\\ ()" ,
87
+ "beginCaptures" : {
88
+ "1" : { "name" : " string.regexp.openmp" },
89
+ "2" : {
90
+ "name" : " punctuation.parentheses.left.openmp"
91
+ }
92
+ },
93
+ "end" : " (\\ ))" ,
94
+ "endCaptures" : {
95
+ "1" : {
96
+ "name" : " punctuation.parentheses.right.openmp"
97
+ }
98
+ }
99
+ },
100
+ {
101
+ "begin" : " (?i)\\ b(firstprivate)\\ s*(\\ ()" ,
88
102
"beginCaptures" : {
89
103
"1" : { "name" : " string.regexp.openacc" },
90
104
"2" : {
96
110
"1" : {
97
111
"name" : " punctuation.parentheses.right.openacc"
98
112
}
99
- },
100
- "patterns" : [{ "include" : " #variable-list" }]
113
+ }
101
114
},
102
115
{
103
116
"begin" : " (?i)\\ b(if|self)\\ s*(\\ ()" ,
216
229
},
217
230
{ "include" : " #invalid-word" }
218
231
]
219
- },
220
- { "include" : " #variable-list" }
232
+ }
221
233
]
222
234
},
223
235
{
255
267
"1" : {
256
268
"name" : " punctuation.parentheses.right.openacc"
257
269
}
258
- },
259
- "patterns" : [{ "include" : " #variable-list" }]
270
+ }
260
271
}
261
272
]
262
273
},
You can’t perform that action at this time.
0 commit comments