diff --git a/CHANGELOG.md b/CHANGELOG.md index a466895..4a9a6f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## Upcoming +## v1.4.1 2023-10-25 + +### Added + +- Streamline highlighting with TreeSitter. ## v1.4.0 - 2023-10-23 diff --git a/colors/smyckblue.vim b/colors/smyckblue.vim index f11beb1..b87daa9 100644 --- a/colors/smyckblue.vim +++ b/colors/smyckblue.vim @@ -90,7 +90,10 @@ hi @variable.builtin cterm=none ctermbg=none ctermfg=blue hi @property cterm=none ctermbg=none ctermfg=blue hi @method 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 @punctuation @operator " HTML Treesitter hi @tag.html cterm=none ctermbg=none ctermfg=green