File tree Expand file tree Collapse file tree 2 files changed +0
-40
lines changed Expand file tree Collapse file tree 2 files changed +0
-40
lines changed Original file line number Diff line number Diff line change 434
434
}
435
435
]
436
436
},
437
- "object-types-inherited" : {
438
- "patterns" : [
439
- {
440
- "begin" : " \\ b((?:[a-zA-Z]\\ w*\\ .)*[A-Z]+\\ w*[a-z]+\\ w*)<" ,
441
- "end" : " >|[^\\ w\\ s,\\ ?<\\ [\\ ]]" ,
442
- "name" : " entity.other.inherited-class.groovy" ,
443
- "patterns" : [
444
- {
445
- "include" : " #object-types-inherited"
446
- },
447
- {
448
- "begin" : " <" ,
449
- "comment" : " This is just to support <>'s with no actual type prefix" ,
450
- "end" : " >|[^\\ w\\ s,\\ [\\ ]<]" ,
451
- "name" : " storage.type.generic.groovy"
452
- }
453
- ]
454
- },
455
- {
456
- "captures" : {
457
- "1" : {
458
- "name" : " keyword.operator.dereference.groovy"
459
- }
460
- },
461
- "match" : " \\ b(?:[a-zA-Z]\\ w*(\\ .))*[A-Z]+\\ w*[a-z]+\\ w*\\ b" ,
462
- "name" : " entity.other.inherited-class.groovy"
463
- }
464
- ]
465
- },
466
437
"parameters" : {
467
438
"patterns" : [
468
439
{
Original file line number Diff line number Diff line change 13
13
{
14
14
"include" : " #include-config"
15
15
},
16
- {
17
- "include" : " #implicit-variables"
18
- },
19
16
{
20
17
"include" : " source.nextflow-groovy"
21
18
}
24
21
"include-config" : {
25
22
"name" : " keyword.nextflow" ,
26
23
"match" : " (?<=(^|{)\\ s*)includeConfig(?=[\\ s(])"
27
- },
28
- "implicit-variables" : {
29
- "patterns" : [
30
- {
31
- "match" : " (?<=[^\\ .\\ w]|^)(params|launchDir|projectDir|workDir)\\ b" ,
32
- "name" : " variable.language.nextflow"
33
- }
34
- ]
35
24
}
36
25
}
37
26
}
You can’t perform that action at this time.
0 commit comments