File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ define_semantic_token_modifiers![
93
93
( CONSTANT , "constant" ) ,
94
94
( CONSUMING , "consuming" ) ,
95
95
( CONTROL_FLOW , "controlFlow" ) ,
96
- ( DEFAULT_LIBRARY , "defaultLibrary" ) ,
97
96
( INJECTED , "injected" ) ,
98
97
( INTRA_DOC_LINK , "intraDocLink" ) ,
99
98
( LIBRARY , "library" ) ,
Original file line number Diff line number Diff line change @@ -535,7 +535,7 @@ fn semantic_token_type_and_modifiers(
535
535
HlMod :: Callable => semantic_tokens:: CALLABLE ,
536
536
HlMod :: Consuming => semantic_tokens:: CONSUMING ,
537
537
HlMod :: ControlFlow => semantic_tokens:: CONTROL_FLOW ,
538
- HlMod :: DefaultLibrary => semantic_tokens :: DEFAULT_LIBRARY ,
538
+ HlMod :: DefaultLibrary => lsp_types :: SemanticTokenModifier :: DEFAULT_LIBRARY ,
539
539
HlMod :: Definition => lsp_types:: SemanticTokenModifier :: DECLARATION ,
540
540
HlMod :: Documentation => lsp_types:: SemanticTokenModifier :: DOCUMENTATION ,
541
541
HlMod :: Injected => semantic_tokens:: INJECTED ,
You can’t perform that action at this time.
0 commit comments