aboutsummaryrefslogtreecommitdiff
path: root/ef-dream-theme.el
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2025-10-30 18:14:29 +0200
committerProtesilaos Stavrou <info@protesilaos.com>2025-10-30 18:14:29 +0200
commita39b134911360bdc319596ed3ae16677100e54c2 (patch)
treea52b28f5adaa48e60ae68f82e7ac6b9f463d8d96 /ef-dream-theme.el
parent8837e72d4e1f0019eb9893e48a7f1b0b85b56d27 (diff)
Support the fnname-call and variable-use mappings
Those are used by tree-sitter and related faces.
Diffstat (limited to 'ef-dream-theme.el')
-rw-r--r--ef-dream-theme.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/ef-dream-theme.el b/ef-dream-theme.el
index 344d398..d9fcc83 100644
--- a/ef-dream-theme.el
+++ b/ef-dream-theme.el
@@ -128,12 +128,14 @@
(comment blue-faint)
(constant blue-warmer)
(fnname cyan-warmer)
+ (fnname-call cyan-faint)
(keyword yellow-cooler)
(preprocessor cyan-cooler)
(docstring yellow-faint)
(string red-faint)
(type green-faint)
(variable magenta)
+ (variable-use magenta-faint)
(rx-escape cyan-cooler) ; compare with `string'
(rx-construct red-cooler)