Skip to content

Commit c675c87

Browse files
committed
shelving this for now
1 parent 20be27f commit c675c87

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/common/src/scopeSupportFacets/gdscript.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ import { ScopeSupportFacetLevel } from "./scopeSupportFacets.types";
55
const { supported, unsupported, notApplicable } = ScopeSupportFacetLevel;
66

77
export const gdscriptScopeSupport: LanguageScopeSupportFacetMap = {
8+
// supported
9+
ifStatement: supported,
10+
"statement.if": supported,
811
// not applicable
912
"statement.interface": notApplicable,
1013
"statement.field.interface": notApplicable,

0 commit comments

Comments
 (0)