Streamline highlighting with TreeSitter
This commit is contained in:
parent
72c37ed36f
commit
f2d0ea069a
2 changed files with 8 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Upcoming
|
## v1.4.1 2023-10-25
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Streamline highlighting with TreeSitter.
|
||||||
|
|
||||||
## v1.4.0 - 2023-10-23
|
## v1.4.0 - 2023-10-23
|
||||||
|
|
||||||
|
|
|
@ -90,7 +90,10 @@ hi @variable.builtin cterm=none ctermbg=none ctermfg=blue
|
||||||
hi @property cterm=none ctermbg=none ctermfg=blue
|
hi @property cterm=none ctermbg=none ctermfg=blue
|
||||||
hi @method cterm=none ctermbg=none ctermfg=white
|
hi @method cterm=none ctermbg=none ctermfg=white
|
||||||
hi @method.call cterm=none ctermbg=none ctermfg=white
|
hi @method.call cterm=none ctermbg=none ctermfg=white
|
||||||
|
hi link @function.call @method.call
|
||||||
|
hi @attribute cterm=none ctermbg=none ctermfg=blue
|
||||||
hi link @text @string
|
hi link @text @string
|
||||||
|
hi link @punctuation @operator
|
||||||
|
|
||||||
" HTML Treesitter
|
" HTML Treesitter
|
||||||
hi @tag.html cterm=none ctermbg=none ctermfg=green
|
hi @tag.html cterm=none ctermbg=none ctermfg=green
|
||||||
|
|
Loading…
Reference in a new issue