File tree Expand file tree Collapse file tree 2 files changed +46
-70
lines changed Expand file tree Collapse file tree 2 files changed +46
-70
lines changed Original file line number Diff line number Diff line change 3
3
"scopeName" : " source.openacc" ,
4
4
"injectionSelector" : " comment" ,
5
5
"fileTypes" : [],
6
+ "injections" : {
7
+ "source.fortran.free - ( string | comment )" : {
8
+ "patterns" : [
9
+ {
10
+ "include" : " #line-continuation-operator"
11
+ }
12
+ ]
13
+ },
14
+ "string.quoted.double.fortran" : {
15
+ "patterns" : [
16
+ {
17
+ "include" : " #string-line-continuation-operator"
18
+ }
19
+ ]
20
+ },
21
+ "string.quoted.single.fortran" : {
22
+ "patterns" : [
23
+ {
24
+ "include" : " #string-line-continuation-operator"
25
+ }
26
+ ]
27
+ }
28
+ },
6
29
"patterns" : [
7
30
{
8
31
"name" : " meta.openacc.directive" ,
481
504
}
482
505
]
483
506
},
484
- "operators" : {
485
- "comment" :
486
- " Operator that allows a line to be continued on the next line." ,
487
- "patterns" : [
488
- {
489
- "match" : " \\ G\\ s*(&)" ,
490
- "captures" : {
491
- "1" : {
492
- "name" : " keyword.operator.line-continuation.openacc"
493
- }
494
- }
495
- },
496
- {
497
- "contentName" : " meta.line-continuation.openacc" ,
498
- "begin" : " \\ s*(&)" ,
499
- "beginCaptures" : {
500
- "1" : {
501
- "name" : " keyword.operator.line-continuation.openacc"
502
- }
503
- },
504
- "end" : " (?i)^(?:\\ s*(&))?" ,
505
- "endCaptures" : {
506
- "1" : {
507
- "name" : " keyword.operator.line-continuation.openacc"
508
- }
509
- },
510
- "patterns" : [
511
- {
512
- "name" : " invalid.error.openacc" ,
513
- "match" : " \\ S*"
514
- }
515
- ]
516
- }
517
- ]
518
- },
519
507
"synchronization-constructs" : {
520
508
"patterns" : [
521
509
{
Original file line number Diff line number Diff line change 3
3
"scopeName" : " source.openmp" ,
4
4
"injectionSelector" : " comment" ,
5
5
"fileTypes" : [],
6
+ "injections" : {
7
+ "source.fortran.free - ( string | comment )" : {
8
+ "patterns" : [
9
+ {
10
+ "include" : " #line-continuation-operator"
11
+ }
12
+ ]
13
+ },
14
+ "string.quoted.double.fortran" : {
15
+ "patterns" : [
16
+ {
17
+ "include" : " #string-line-continuation-operator"
18
+ }
19
+ ]
20
+ },
21
+ "string.quoted.single.fortran" : {
22
+ "patterns" : [
23
+ {
24
+ "include" : " #string-line-continuation-operator"
25
+ }
26
+ ]
27
+ }
28
+ },
6
29
"patterns" : [
7
30
{
8
31
"name" : " meta.openmp.directive" ,
505
528
}
506
529
]
507
530
},
508
- "operators" : {
509
- "comment" :
510
- " Operator that allows a line to be continued on the next line." ,
511
- "patterns" : [
512
- {
513
- "match" : " \\ G\\ s*(&)" ,
514
- "captures" : {
515
- "1" : {
516
- "name" : " keyword.operator.line-continuation.openmp"
517
- }
518
- }
519
- },
520
- {
521
- "contentName" : " meta.line-continuation.openmp" ,
522
- "begin" : " \\ s*(&)" ,
523
- "beginCaptures" : {
524
- "1" : {
525
- "name" : " keyword.operator.line-continuation.openmp"
526
- }
527
- },
528
- "end" : " (?i)^(?:\\ s*(&))?" ,
529
- "endCaptures" : {
530
- "1" : {
531
- "name" : " keyword.operator.line-continuation.openmp"
532
- }
533
- },
534
- "patterns" : [
535
- {
536
- "name" : " invalid.error.openmp" ,
537
- "match" : " \\ S*"
538
- }
539
- ]
540
- }
541
- ]
542
- },
543
531
"synchronization-constructs" : {
544
532
"patterns" : [
545
533
{
You can’t perform that action at this time.
0 commit comments