diff options
author | Blaž Hrastnik | 2021-08-11 04:23:57 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-08-11 04:23:57 +0000 |
commit | 55f1f04717f4f1a657c1f68123af245a7d069eef (patch) | |
tree | 4ce784d39d16c4c822413dfe96c5e9247eeba94e | |
parent | 7b16ae7c4a4c84ac86e078a13eac443b512d534a (diff) |
Highlight (html) tags
-rw-r--r-- | theme.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ constructor = "lilac" function = "white" "function.macro" = "lilac" "function.builtin" = "white" +tag = "almond" comment = "sirocco" constant = "white" "constant.builtin" = "white" |