Skip to content

Commit

Permalink
TWeak
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Dec 11, 2023
1 parent 515e129 commit e18b808
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const textualScopeSupportFacetInfos: Record<
scopeType: "token",
},
identifier: {
description: "A single identifier in the document",
description: "A single alphanumeric identifier in the document",
scopeType: "identifier",
},
line: {
Expand Down Expand Up @@ -51,7 +51,7 @@ export const textualScopeSupportFacetInfos: Record<
// scopeType: "boundedNonWhitespaceSequence",
// },
url: {
description: "A url",
description: "A url",Ment Tweaks

Check failure on line 54 in packages/common/src/scopeSupportFacets/textualScopeSupportFacetInfos.ts

View workflow job for this annotation

GitHub Actions / test-docs-build

',' expected.

Check failure on line 54 in packages/common/src/scopeSupportFacets/textualScopeSupportFacetInfos.ts

View workflow job for this annotation

GitHub Actions / Test (macos-latest, stable)

',' expected.

Check failure on line 54 in packages/common/src/scopeSupportFacets/textualScopeSupportFacetInfos.ts

View workflow job for this annotation

GitHub Actions / Test (ubuntu-latest, stable)

',' expected.

Check failure on line 54 in packages/common/src/scopeSupportFacets/textualScopeSupportFacetInfos.ts

View workflow job for this annotation

GitHub Actions / Test (windows-latest, stable)

',' expected.

Check failure on line 54 in packages/common/src/scopeSupportFacets/textualScopeSupportFacetInfos.ts

View workflow job for this annotation

GitHub Actions / Test (ubuntu-latest, legacy)

',' expected.
scopeType: "url",

Check failure on line 55 in packages/common/src/scopeSupportFacets/textualScopeSupportFacetInfos.ts

View workflow job for this annotation

GitHub Actions / test-docs-build

',' expected.

Check failure on line 55 in packages/common/src/scopeSupportFacets/textualScopeSupportFacetInfos.ts

View workflow job for this annotation

GitHub Actions / Test (macos-latest, stable)

',' expected.

Check failure on line 55 in packages/common/src/scopeSupportFacets/textualScopeSupportFacetInfos.ts

View workflow job for this annotation

GitHub Actions / Test (ubuntu-latest, stable)

',' expected.

Check failure on line 55 in packages/common/src/scopeSupportFacets/textualScopeSupportFacetInfos.ts

View workflow job for this annotation

GitHub Actions / Test (windows-latest, stable)

',' expected.

Check failure on line 55 in packages/common/src/scopeSupportFacets/textualScopeSupportFacetInfos.ts

View workflow job for this annotation

GitHub Actions / Test (ubuntu-latest, legacy)

',' expected.
},
};

0 comments on commit e18b808

Please sign in to comment.