From f2d0ea069ac3ca9a87d71d726e381079922edab4 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Wed, 25 Oct 2023 07:35:28 +0200 Subject: [PATCH] Streamline highlighting with TreeSitter --- CHANGELOG.md | 6 +++++- colors/smyckblue.vim | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) 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