We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45dfa3 commit 6ae59feCopy full SHA for 6ae59fe
syntaxes/openacc_lang.json
@@ -154,6 +154,10 @@
154
"name": "string.regexp.openacc",
155
"match": "(?i)\\b(if_present)\\b"
156
},
157
+ {
158
+ "name": "string.regexp.openacc",
159
+ "match": "(?i)\\b(finalize)\\b"
160
+ },
161
{
162
163
"match": "(?i)\\b(independent|auto)\\b"
@@ -329,7 +333,7 @@
329
333
"comment": "executable-directive",
330
334
331
335
"match":
332
- "(?i)\\b(init|finalize|set|update|wait)\\b"
336
+ "(?i)\\b(init|shutdown|set|update|wait)\\b"
337
338
339
"comment": "cache-directive",
0 commit comments