@@ -23,10 +23,10 @@ export const haskellScopeSupport: LanguageScopeSupportFacetMap = {
2323 // "class.instance": unsupported,
2424 className : unsupported ,
2525
26- namedFunction : supported ,
26+ namedFunction : unsupported ,
2727 "namedFunction.method" : unsupported ,
2828 anonymousFunction : unsupported ,
29- functionName : supported ,
29+ functionName : unsupported ,
3030
3131 functionCall : unsupported ,
3232 "functionCall.constructor" : unsupported ,
@@ -35,16 +35,16 @@ export const haskellScopeSupport: LanguageScopeSupportFacetMap = {
3535
3636 "argument.actual" : unsupported ,
3737 "argument.actual.iteration" : unsupported ,
38- "argument.formal" : supported ,
39- "argument.formal.iteration" : supported ,
38+ "argument.formal" : unsupported ,
39+ "argument.formal.iteration" : unsupported ,
4040
4141 "comment.line" : unsupported ,
4242 "comment.block" : unsupported ,
4343
4444 "string.singleLine" : unsupported ,
4545
46- "branch.match" : supported ,
47- "branch.match.iteration" : supported ,
46+ "branch.match" : unsupported ,
47+ "branch.match.iteration" : unsupported ,
4848 "branch.if" : unsupported ,
4949 "branch.if.iteration" : unsupported ,
5050 "branch.ternary" : unsupported ,
@@ -54,7 +54,7 @@ export const haskellScopeSupport: LanguageScopeSupportFacetMap = {
5454
5555 "name.assignment" : unsupported ,
5656 "name.assignment.pattern" : unsupported ,
57- "name.function" : supported ,
57+ "name.function" : unsupported ,
5858 "name.class" : unsupported ,
5959 "name.field" : unsupported ,
6060
@@ -77,7 +77,7 @@ export const haskellScopeSupport: LanguageScopeSupportFacetMap = {
7777 // "type.field": unsupported,
7878 // "type.foreignExport": unsupported,
7979 // "type.foreignImport": unsupported,
80- "type.formalParameter" : unsupported ,
80+ // "type.formalParameter": unsupported,
8181 // "type.function": unsupported,
8282 // "type.gadt": unsupported,
8383 // "type.newtype": unsupported,
0 commit comments