Skip to content

Commit ca7f876

Browse files
committed
Prune textmate grammars
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
1 parent b45ed8c commit ca7f876

File tree

2 files changed

+0
-40
lines changed

2 files changed

+0
-40
lines changed

syntaxes/groovy.tmLanguage.json

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -434,35 +434,6 @@
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
{

syntaxes/nextflow-config.tmLanguage.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
{
1414
"include": "#include-config"
1515
},
16-
{
17-
"include": "#implicit-variables"
18-
},
1916
{
2017
"include": "source.nextflow-groovy"
2118
}
@@ -24,14 +21,6 @@
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
}

0 commit comments

Comments
 (0)