Skip to content

Commit 6ae59fe

Browse files
author
Jeff Larkin
committed
Fixed shutdown and finalize
1 parent f45dfa3 commit 6ae59fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

syntaxes/openacc_lang.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@
154154
"name": "string.regexp.openacc",
155155
"match": "(?i)\\b(if_present)\\b"
156156
},
157+
{
158+
"name": "string.regexp.openacc",
159+
"match": "(?i)\\b(finalize)\\b"
160+
},
157161
{
158162
"name": "string.regexp.openacc",
159163
"match": "(?i)\\b(independent|auto)\\b"
@@ -329,7 +333,7 @@
329333
"comment": "executable-directive",
330334
"name": "string.regexp.openacc",
331335
"match":
332-
"(?i)\\b(init|finalize|set|update|wait)\\b"
336+
"(?i)\\b(init|shutdown|set|update|wait)\\b"
333337
},
334338
{
335339
"comment": "cache-directive",

0 commit comments

Comments
 (0)