@@ -23,10 +23,10 @@ export const haskellScopeSupport: LanguageScopeSupportFacetMap = {
23
23
// "class.instance": unsupported,
24
24
className : unsupported ,
25
25
26
- namedFunction : supported ,
26
+ namedFunction : unsupported ,
27
27
"namedFunction.method" : unsupported ,
28
28
anonymousFunction : unsupported ,
29
- functionName : supported ,
29
+ functionName : unsupported ,
30
30
31
31
functionCall : unsupported ,
32
32
"functionCall.constructor" : unsupported ,
@@ -35,16 +35,16 @@ export const haskellScopeSupport: LanguageScopeSupportFacetMap = {
35
35
36
36
"argument.actual" : unsupported ,
37
37
"argument.actual.iteration" : unsupported ,
38
- "argument.formal" : supported ,
39
- "argument.formal.iteration" : supported ,
38
+ "argument.formal" : unsupported ,
39
+ "argument.formal.iteration" : unsupported ,
40
40
41
41
"comment.line" : unsupported ,
42
42
"comment.block" : unsupported ,
43
43
44
44
"string.singleLine" : unsupported ,
45
45
46
- "branch.match" : supported ,
47
- "branch.match.iteration" : supported ,
46
+ "branch.match" : unsupported ,
47
+ "branch.match.iteration" : unsupported ,
48
48
"branch.if" : unsupported ,
49
49
"branch.if.iteration" : unsupported ,
50
50
"branch.ternary" : unsupported ,
@@ -54,7 +54,7 @@ export const haskellScopeSupport: LanguageScopeSupportFacetMap = {
54
54
55
55
"name.assignment" : unsupported ,
56
56
"name.assignment.pattern" : unsupported ,
57
- "name.function" : supported ,
57
+ "name.function" : unsupported ,
58
58
"name.class" : unsupported ,
59
59
"name.field" : unsupported ,
60
60
@@ -77,7 +77,7 @@ export const haskellScopeSupport: LanguageScopeSupportFacetMap = {
77
77
// "type.field": unsupported,
78
78
// "type.foreignExport": unsupported,
79
79
// "type.foreignImport": unsupported,
80
- "type.formalParameter" : unsupported ,
80
+ // "type.formalParameter": unsupported,
81
81
// "type.function": unsupported,
82
82
// "type.gadt": unsupported,
83
83
// "type.newtype": unsupported,
0 commit comments