Streamline highlighting with TreeSitter

This commit is contained in:
Daniel Siepmann 2023-10-25 07:35:28 +02:00
parent 72c37ed36f
commit f2d0ea069a
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 8 additions and 1 deletions

View file

@ -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

View file

@ -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