We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d68051 commit e115f94Copy full SHA for e115f94
src/FsAutoComplete/LspHelpers.fs
@@ -560,9 +560,9 @@ module ClassificationUtils =
560
match t with
561
| SemanticClassificationType.Operator -> SemanticTokenTypes.Operator, []
562
| SemanticClassificationType.ReferenceType
563
- | SemanticClassificationType.Type
564
- | SemanticClassificationType.TypeDef
565
| SemanticClassificationType.ConstructorForReferenceType -> SemanticTokenTypes.Class, []
+ | SemanticClassificationType.Type
+ | SemanticClassificationType.TypeDef -> SemanticTokenTypes.Type, []
566
| SemanticClassificationType.ValueType
567
| SemanticClassificationType.ConstructorForValueType -> SemanticTokenTypes.Struct, []
568
| SemanticClassificationType.UnionCase -> SemanticTokenTypes.EnumMember, []
0 commit comments