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 5858 "1" : {
5959 "name" : " punctuation.parentheses.right.openacc"
6060 }
61- },
62- "patterns" : [{ "include" : " #variable-list" }]
61+ }
6362 },
6463 {
6564 "begin" : " (?i)\\ b(default)\\ s*(\\ ()" ,
8483 ]
8584 },
8685 {
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*(\\ ()" ,
88102 "beginCaptures" : {
89103 "1" : { "name" : " string.regexp.openacc" },
90104 "2" : {
96110 "1" : {
97111 "name" : " punctuation.parentheses.right.openacc"
98112 }
99- },
100- "patterns" : [{ "include" : " #variable-list" }]
113+ }
101114 },
102115 {
103116 "begin" : " (?i)\\ b(if|self)\\ s*(\\ ()" ,
216229 },
217230 { "include" : " #invalid-word" }
218231 ]
219- },
220- { "include" : " #variable-list" }
232+ }
221233 ]
222234 },
223235 {
255267 "1" : {
256268 "name" : " punctuation.parentheses.right.openacc"
257269 }
258- },
259- "patterns" : [{ "include" : " #variable-list" }]
270+ }
260271 }
261272 ]
262273 },
You can’t perform that action at this time.
0 commit comments