Skip to content

Commit e115f94

Browse files
committed
more
1 parent 3d68051 commit e115f94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FsAutoComplete/LspHelpers.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,9 +560,9 @@ module ClassificationUtils =
560560
match t with
561561
| SemanticClassificationType.Operator -> SemanticTokenTypes.Operator, []
562562
| SemanticClassificationType.ReferenceType
563-
| SemanticClassificationType.Type
564-
| SemanticClassificationType.TypeDef
565563
| SemanticClassificationType.ConstructorForReferenceType -> SemanticTokenTypes.Class, []
564+
| SemanticClassificationType.Type
565+
| SemanticClassificationType.TypeDef -> SemanticTokenTypes.Type, []
566566
| SemanticClassificationType.ValueType
567567
| SemanticClassificationType.ConstructorForValueType -> SemanticTokenTypes.Struct, []
568568
| SemanticClassificationType.UnionCase -> SemanticTokenTypes.EnumMember, []

0 commit comments

Comments
 (0)