Skip to content

Commit 20be27f

Browse files
committed
Revert "hand-written scope files"
This reverts commit 769e9c5.
1 parent 400fa05 commit 20be27f

File tree

4 files changed

+2
-47
lines changed

4 files changed

+2
-47
lines changed

data/fixtures/scopes/gdscript/comment.line.scope

Lines changed: 0 additions & 9 deletions
This file was deleted.

data/fixtures/scopes/gdscript/statement/statement.return.scope

Lines changed: 0 additions & 28 deletions
This file was deleted.

packages/common/src/scopeSupportFacets/gdscript.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
import type { LanguageScopeSupportFacetMap } from "./scopeSupportFacets.types";
22
import { ScopeSupportFacetLevel } from "./scopeSupportFacets.types";
33

4-
const { supported, notApplicable } = ScopeSupportFacetLevel;
4+
// eslint-disable-next-line
5+
const { supported, unsupported, notApplicable } = ScopeSupportFacetLevel;
56

67
export const gdscriptScopeSupport: LanguageScopeSupportFacetMap = {
7-
// supported
8-
"comment.line": supported,
9-
"statement.return": supported,
10-
11-
// unsupported (none currently defined)
12-
138
// not applicable
14-
"comment.block": notApplicable,
159
"statement.interface": notApplicable,
1610
"statement.field.interface": notApplicable,
1711
"statement.iteration.interface": notApplicable,

queries/gdscript.scm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
;; # comment
2-
;; ^^^^^^^^^

0 commit comments

Comments
 (0)