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 434434 }
435435 ]
436436 },
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- },
466437 "parameters" : {
467438 "patterns" : [
468439 {
Original file line number Diff line number Diff line change 1313 {
1414 "include" : " #include-config"
1515 },
16- {
17- "include" : " #implicit-variables"
18- },
1916 {
2017 "include" : " source.nextflow-groovy"
2118 }
2421 "include-config" : {
2522 "name" : " keyword.nextflow" ,
2623 "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- ]
3524 }
3625 }
3726}
You can’t perform that action at this time.
0 commit comments