From 55f1f04717f4f1a657c1f68123af245a7d069eef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= <blaz@mxxn.io>
Date: Wed, 11 Aug 2021 13:23:57 +0900
Subject: [PATCH] Highlight (html) tags

---
 theme.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/theme.toml b/theme.toml
index 67b7dc57..4df02667 100644
--- a/theme.toml
+++ b/theme.toml
@@ -17,6 +17,7 @@ constructor = "lilac"
 function = "white"
 "function.macro" = "lilac"
 "function.builtin" = "white"
+tag = "almond"
 comment = "sirocco"
 constant = "white"
 "constant.builtin" = "white"