Skip to content

Commit 3a847c2

Browse files
committed
chore: set tree-sitter macro color
1 parent aa89158 commit 3a847c2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

colors/srcery.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ call s:HL('SrceryH6', s:bright_magenta, s:gray1, s:bold)
526526
" Languages: {{{
527527
" -----------------------------------------------------------------------------
528528

529-
" nvim-treesitter
529+
" tree-sitter
530530
if has('nvim')
531531
hi! link @delimiter Delimiter
532532
hi! link @markup.heading.1.markdown SrceryH1
@@ -557,6 +557,7 @@ if has('nvim')
557557
hi! link TSUnderline Underline
558558
hi! link TSVariable Variable
559559
hi! link TSVariableBuiltin Keyword
560+
call s:HL('@function.macro', s:bright_yellow)
560561
endif
561562

562563
" Diffs:

0 commit comments

Comments
 (0)