Skip to content

Commit

Permalink
chore(bezier-vscode): fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwooseong committed Nov 12, 2024
1 parent 34a5c4f commit 2e31afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bezier-vscode/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const tokenGroupPatterns = {
shadow: /box-shadow:/,
gradient: /background:|background-image:/,
'z-index': /z-index:/,
// FIXME: dimension token should be supported later
// FIXME: delete Exclude when dimension token is removed
} satisfies Record<Exclude<TokenGroup, 'dimension'>, RegExp>

const allCompletionItems = Object.values(completionItemsByTokenGroup).flat()
Expand Down

0 comments on commit 2e31afa

Please sign in to comment.