Skip to content

Commit

Permalink
fix(tree-sitter): TSTypeDefinition & TSType
Browse files Browse the repository at this point in the history
  • Loading branch information
sainnhe committed Jan 3, 2023
1 parent 34c9fbc commit 62408f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions colors/everforest.vim
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
let s:configuration = everforest#get_configuration()
let s:palette = everforest#get_palette(s:configuration.background, s:configuration.colors_override)
let s:path = expand('<sfile>:p') " the path of this script
let s:last_modified = 'Fri Dec 23 13:23:09 UTC 2022'
let s:last_modified = 'Tue Jan 3 02:25:57 UTC 2023'
let g:everforest_loaded_file_types = []

if !(exists('g:colors_name') && g:colors_name ==# 'everforest' && s:configuration.better_performance)
Expand Down Expand Up @@ -493,9 +493,9 @@ highlight! link TSText Green
highlight! link TSTextReference Constant
highlight! link TSTitle Title
highlight! link TSTodo Todo
highlight! link TSType Yellow
highlight! link TSType YellowItalic
highlight! link TSTypeBuiltin YellowItalic
highlight! link TSTypeDefinition Red
highlight! link TSTypeDefinition YellowItalic
highlight! link TSTypeQualifier Orange
highlight! link TSURI markdownUrl
highlight! link TSVariable Fg
Expand Down

0 comments on commit 62408f6

Please sign in to comment.