diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2025-10-30 18:14:29 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2025-10-30 18:14:29 +0200 |
| commit | a39b134911360bdc319596ed3ae16677100e54c2 (patch) | |
| tree | a52b28f5adaa48e60ae68f82e7ac6b9f463d8d96 /ef-owl-theme.el | |
| parent | 8837e72d4e1f0019eb9893e48a7f1b0b85b56d27 (diff) | |
Support the fnname-call and variable-use mappings
Those are used by tree-sitter and related faces.
Diffstat (limited to 'ef-owl-theme.el')
| -rw-r--r-- | ef-owl-theme.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ef-owl-theme.el b/ef-owl-theme.el index b001a9e..b69276b 100644 --- a/ef-owl-theme.el +++ b/ef-owl-theme.el @@ -128,12 +128,14 @@ (comment blue-faint) (constant yellow-cooler) (fnname green-cooler) + (fnname-call green-faint) (keyword cyan-warmer) (preprocessor green-warmer) (docstring green-faint) (string cyan-cooler) (type magenta-cooler) (variable blue-warmer) + (variable-use blue-faint) (rx-escape yellow) ; compare with `string' (rx-construct red) |
