Skip to content

Commit

Permalink
feature: Add opaque type completions
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Aug 28, 2024
1 parent 12f7708 commit 063092b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ object Keyword {
canBeExtended = false
),
Keyword("type", isTemplate = true, isDefinition = true),
Keyword("opaque type", isTemplate = true, isDefinition = true, isScala3 = true),
Keyword("class", isTemplate = true, isPackage = true, isDefinition = true),
Keyword("enum", isTemplate = true, isPackage = true, isDefinition = true, isScala3 = true),
Keyword("case class", isTemplate = true, isPackage = true, isDefinition = true),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ class CompletionKeywordSuite extends BaseCompletionSuite {
|given
|extension
|type
|opaque type
|class
|enum
|case class
Expand Down

0 comments on commit 063092b

Please sign in to comment.