Skip to content

Commit 4a57094

Browse files
author
Jeff Larkin
committed
WIP - Initial support for OpenACC syntax
Made OpenMP sentinel less greedy Added initial support for OpenACC directives WIP: Some clauses not matching properly. Directives with optional arguments may not match properly.
1 parent 3cc95b6 commit 4a57094

File tree

3 files changed

+594
-1
lines changed

3 files changed

+594
-1
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@
7676
"source.fortran.free"
7777
]
7878
},
79+
{
80+
"scopeName": "source.openacc",
81+
"path": "./syntaxes/openacc_lang.json",
82+
"injectTo": [
83+
"source.fortran.free"
84+
]
85+
},
7986
{
8087
"language": "fortran_fixed-form",
8188
"scopeName": "source.fortran.fixed",

0 commit comments

Comments
 (0)