Skip to content

Commit

Permalink
fix(semantic): EnumMember -> TSProperty
Browse files Browse the repository at this point in the history
  • Loading branch information
sainnhe committed Nov 20, 2022
1 parent 5531afe commit d48ab60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions colors/edge.vim
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
let s:configuration = edge#get_configuration()
let s:palette = edge#get_palette(s:configuration.style, s:configuration.dim_foreground, s:configuration.colors_override)
let s:path = expand('<sfile>:p') " the path of this script
let s:last_modified = 'Sun Nov 20 02:24:28 UTC 2022'
let s:last_modified = 'Sun Nov 20 02:34:39 UTC 2022'
let g:edge_loaded_file_types = []

if !(exists('g:colors_name') && g:colors_name ==# 'edge' && s:configuration.better_performance)
Expand Down Expand Up @@ -544,7 +544,7 @@ highlight! link CocSemInterface TSType
highlight! link CocSemStruct TSType
highlight! link CocSemTypeParameter TSType
highlight! link CocSemVariable TSVariable
highlight! link CocSemEnumMember TSVariableBuiltin
highlight! link CocSemEnumMember TSProperty
highlight! link CocSemEvent TSLabel
highlight! link CocSemModifier TSOperator
highlight! link CocErrorFloat ErrorFloat
Expand Down Expand Up @@ -606,7 +606,7 @@ highlight! link LspSemanticTypeParameter TSType
highlight! link LspSemanticParameter TSParameter
highlight! link LspSemanticVariable TSVariable
highlight! link LspSemanticProperty TSProperty
highlight! link LspSemanticEnumMember TSVariableBuiltin
highlight! link LspSemanticEnumMember TSProperty
highlight! link LspSemanticEvents TSLabel
highlight! link LspSemanticFunction TSFunction
highlight! link LspSemanticMethod TSMethod
Expand Down

0 comments on commit d48ab60

Please sign in to comment.